]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/bar-scripts.ly
Fix 577.
[lilypond.git] / 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}
-