]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/bar-scripts.ly
Merge branch 'lilypond/translation' of ssh://trettig@git.sv.gnu.org/srv/git/lilypond...
[lilypond.git] / input / regression / bar-scripts.ly
index 9030fe9d650b77d3eaac11ed40045fd68a22c327..3281f65f5cc5826427d5b38f927e32e0fd0f573d 100644 (file)
@@ -1,4 +1,4 @@
-\version "2.7.32"
+\version "2.10.0"
 \header{
 texidoc="
 
@@ -8,22 +8,13 @@ Markings can be attached to (invisible) barlines.
 
 \layout { ragged-right = ##t }
 
-onestaff = \new Staff\relative c''  {
-       \set Staff.instr = instr
-       \set Staff.instrument = instrument \mark "B"
-        c1 \mark "A" \break c2  c2 \break
-}
-
-grstaff =  \relative c''
+\relative c''
 \context GrandStaff <<
        \new Staff {
 
-       \set Staff.instr = instr
+       \set Staff.shortInstrumentName = instr
        
         \mark "B" \break c1 \mark "A" c2  }
        \new Staff { c1 c2  }
 >>
 
-
-\score {\grstaff}
-