X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Ftag-filter.ly;h=ccc8586295c76dd46a14d4053611e2575cd7f763;hb=edf17353d89f4f6bd831466262402bb9151a26ca;hp=004f3086311adca4bfca1a1b3fef1f8b210d20ec;hpb=ff49e9c43cf3180ee1d0f0a7c63d50a926e2fb5e;p=lilypond.git diff --git a/input/regression/tag-filter.ly b/input/regression/tag-filter.ly index 004f308631..ccc8586295 100644 --- a/input/regression/tag-filter.ly +++ b/input/regression/tag-filter.ly @@ -1,8 +1,8 @@ -\version "2.3.17" +\version "2.11.51" \header { -texidoc = "The @code{\\tag} command marks music expressions with a + texidoc = "The @code{\\tag} command marks music expressions with a name. These tagged expressions can be filtered out later. This mechanism can be used to make different versions of the same music. In this example, the top stave displays the music expression with all @@ -11,43 +11,43 @@ notes and fingerings, but the score has not." } -\paper { raggedright= ##t } +\layout { ragged-right= ##t } common = - \relative c'' { - - c1 - \relative c' << - \tag #'part << - R1 \\ - { - \set fontSize = #-1 - c4_"cue" f2 g4 } - >> - \tag #'score R1 - >> - c1-\tag #'part ^4 +\relative c'' { + + c1 + \relative c' << + \tag #'part << + R1 \\ + { + \set fontSize = #-1 + c4_"cue" f2 g4 } + >> + \tag #'score R1 + >> + c1-\tag #'part ^4 } -\score { - \simultaneous { - \new Staff { - \set Staff.instrument = #"both" - \common - } - \new Staff { - \set Staff.instrument = #"part" - \keepWithTag #'part \common - } - \new Staff { - \set Staff.instrument = #"score" - \keepWithTag #'score \common - } - } + +\simultaneous { + \new Staff { + \set Staff.instrumentName = #"both" + \common + } + \new Staff { + \set Staff.instrumentName = #"part" + \keepWithTag #'part \common + } + \new Staff { + \set Staff.instrumentName = #"score" + \keepWithTag #'score \common + } } +