]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/bar-scripts.ly
Merge commit 'origin' into includes
[lilypond.git] / input / regression / bar-scripts.ly
index 353aa8bb535a062fdda08165e0997897327d4178..263cbe374d786bbf4975e61e9e28814c04328a14 100644 (file)
@@ -1,4 +1,4 @@
-\version "2.9.13"
+\version "2.12.0"
 \header{
 texidoc="
 
@@ -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}
-