forked from musescore/MuseScore
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request musescore#2223 from ericfont/78196-no-courtesy-cle…
…f-section-ends-non-measure fix #78196 no courtesy clef if section ends on non-measure
- Loading branch information
Showing
3 changed files
with
250 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,203 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<museScore version="2.00"> | ||
<Score> | ||
<LayerTag id="0" tag="default"></LayerTag> | ||
<currentLayer>0</currentLayer> | ||
<Division>480</Division> | ||
<Style> | ||
<lastSystemFillLimit>0</lastSystemFillLimit> | ||
<page-layout> | ||
<page-height>1683.36</page-height> | ||
<page-width>1190.88</page-width> | ||
<page-margins type="even"> | ||
<left-margin>56.6929</left-margin> | ||
<right-margin>56.6929</right-margin> | ||
<top-margin>56.6929</top-margin> | ||
<bottom-margin>113.386</bottom-margin> | ||
</page-margins> | ||
<page-margins type="odd"> | ||
<left-margin>56.6929</left-margin> | ||
<right-margin>56.6929</right-margin> | ||
<top-margin>56.6929</top-margin> | ||
<bottom-margin>113.386</bottom-margin> | ||
</page-margins> | ||
</page-layout> | ||
<Spatium>1.76389</Spatium> | ||
</Style> | ||
<showInvisible>1</showInvisible> | ||
<showUnprintable>1</showUnprintable> | ||
<showFrames>1</showFrames> | ||
<showMargins>0</showMargins> | ||
<metaTag name="arranger"></metaTag> | ||
<metaTag name="composer">Composer</metaTag> | ||
<metaTag name="copyright"></metaTag> | ||
<metaTag name="lyricist"></metaTag> | ||
<metaTag name="movementNumber"></metaTag> | ||
<metaTag name="movementTitle"></metaTag> | ||
<metaTag name="poet"></metaTag> | ||
<metaTag name="source"></metaTag> | ||
<metaTag name="translator"></metaTag> | ||
<metaTag name="workNumber"></metaTag> | ||
<metaTag name="workTitle">Title</metaTag> | ||
<PageList> | ||
<Page> | ||
<System> | ||
</System> | ||
<System> | ||
</System> | ||
<System> | ||
</System> | ||
<System> | ||
</System> | ||
<System> | ||
</System> | ||
</Page> | ||
</PageList> | ||
<Part> | ||
<Staff id="1"> | ||
<StaffType group="pitched"> | ||
<name>stdNormal</name> | ||
</StaffType> | ||
</Staff> | ||
<trackName>Piano</trackName> | ||
<Instrument> | ||
<longName>Piano</longName> | ||
<shortName>Pno.</shortName> | ||
<trackName>Piano</trackName> | ||
<minPitchP>21</minPitchP> | ||
<maxPitchP>108</maxPitchP> | ||
<minPitchA>21</minPitchA> | ||
<maxPitchA>108</maxPitchA> | ||
<clef staff="2">F</clef> | ||
<Articulation> | ||
<velocity>100</velocity> | ||
<gateTime>95</gateTime> | ||
</Articulation> | ||
<Articulation name="staccatissimo"> | ||
<velocity>100</velocity> | ||
<gateTime>33</gateTime> | ||
</Articulation> | ||
<Articulation name="staccato"> | ||
<velocity>100</velocity> | ||
<gateTime>50</gateTime> | ||
</Articulation> | ||
<Articulation name="portato"> | ||
<velocity>100</velocity> | ||
<gateTime>67</gateTime> | ||
</Articulation> | ||
<Articulation name="tenuto"> | ||
<velocity>100</velocity> | ||
<gateTime>100</gateTime> | ||
</Articulation> | ||
<Articulation name="marcato"> | ||
<velocity>120</velocity> | ||
<gateTime>67</gateTime> | ||
</Articulation> | ||
<Articulation name="sforzato"> | ||
<velocity>120</velocity> | ||
<gateTime>100</gateTime> | ||
</Articulation> | ||
<Channel> | ||
<program value="0"/> | ||
</Channel> | ||
</Instrument> | ||
</Part> | ||
<Staff id="1"> | ||
<Measure number="1"> | ||
<TimeSig> | ||
<sigN>4</sigN> | ||
<sigD>4</sigD> | ||
<showCourtesySig>1</showCourtesySig> | ||
</TimeSig> | ||
<Rest> | ||
<durationType>measure</durationType> | ||
<duration z="4" n="4"/> | ||
</Rest> | ||
</Measure> | ||
<Measure number="2"> | ||
<LayoutBreak> | ||
<subtype>section</subtype> | ||
</LayoutBreak> | ||
<StaffText> | ||
<text>should not display courtesy clef at end of this measure:</text> | ||
</StaffText> | ||
<Rest> | ||
<durationType>measure</durationType> | ||
<duration z="4" n="4"/> | ||
</Rest> | ||
<Clef> | ||
<concertClefType>C3</concertClefType> | ||
<transposingClefType>C3</transposingClefType> | ||
</Clef> | ||
</Measure> | ||
<Measure number="1"> | ||
<Rest> | ||
<durationType>measure</durationType> | ||
<duration z="4" n="4"/> | ||
</Rest> | ||
</Measure> | ||
<Measure number="2"> | ||
<StaffText> | ||
<text>should not display courtesy clef at end of this measure:</text> | ||
</StaffText> | ||
<Rest> | ||
<durationType>measure</durationType> | ||
<duration z="4" n="4"/> | ||
</Rest> | ||
<Clef> | ||
<concertClefType>F</concertClefType> | ||
<transposingClefType>F</transposingClefType> | ||
</Clef> | ||
</Measure> | ||
<TBox> | ||
<height>1</height> | ||
<LayoutBreak> | ||
<subtype>section</subtype> | ||
</LayoutBreak> | ||
<Text> | ||
<style>Frame</style> | ||
<text>(vertical frame with section break)</text> | ||
</Text> | ||
</TBox> | ||
<Measure number="1"> | ||
<Rest> | ||
<durationType>measure</durationType> | ||
<duration z="4" n="4"/> | ||
</Rest> | ||
</Measure> | ||
<Measure number="2"> | ||
<StaffText> | ||
<text>should not display courtesy clef at end of this measure:</text> | ||
</StaffText> | ||
<Rest> | ||
<durationType>measure</durationType> | ||
<duration z="4" n="4"/> | ||
</Rest> | ||
<Clef> | ||
<concertClefType>C3</concertClefType> | ||
<transposingClefType>C3</transposingClefType> | ||
</Clef> | ||
</Measure> | ||
<HBox> | ||
<width>26.262</width> | ||
<Text> | ||
<style>Frame</style> | ||
<text>h_frame w/ section break</text> | ||
</Text> | ||
<LayoutBreak> | ||
<subtype>section</subtype> | ||
</LayoutBreak> | ||
</HBox> | ||
<Measure number="1"> | ||
<Rest> | ||
<durationType>measure</durationType> | ||
<duration z="4" n="4"/> | ||
</Rest> | ||
<BarLine> | ||
<subtype>end</subtype> | ||
<span>1</span> | ||
</BarLine> | ||
</Measure> | ||
</Staff> | ||
</Score> | ||
</museScore> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters