]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/bar-scripts.ly
Run scripts/auxiliar/update-with-convert-ly.sh
[lilypond.git] / input / regression / bar-scripts.ly
index 353aa8bb535a062fdda08165e0997897327d4178..540e761786c7ca4296a5905bac3050edfeae411e 100644 (file)
@@ -1,4 +1,4 @@
-\version "2.9.13"
+\version "2.16.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}
-