]> git.donarmstrong.com Git - lilypond.git/commitdiff
Clarify regtest.
authorGraham Percival <graham@percival-music.ca>
Mon, 17 Dec 2007 10:41:21 +0000 (02:41 -0800)
committerGraham Percival <graham@percival-music.ca>
Mon, 17 Dec 2007 10:41:21 +0000 (02:41 -0800)
input/regression/bar-scripts.ly

index 20878be02ee7437515e9de4292d7fe36e2a7efe6..3281f65f5cc5826427d5b38f927e32e0fd0f573d 100644 (file)
@@ -8,13 +8,7 @@ Markings can be attached to (invisible) barlines.
 
 \layout { ragged-right = ##t }
 
-onestaff = \new Staff\relative c''  {
-       \set Staff.shortInstrumentName = instr
-       \set Staff.instrumentName = instrument \mark "B"
-        c1 \mark "A" \break c2  c2 \break
-}
-
-grstaff =  \relative c''
+\relative c''
 \context GrandStaff <<
        \new Staff {
 
@@ -24,6 +18,3 @@ grstaff =  \relative c''
        \new Staff { c1 c2  }
 >>
 
-
-\score {\grstaff}
-