]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/bar-scripts.ly
Fix some bugs in the dynamic engraver and PostScript backend
[lilypond.git] / input / regression / bar-scripts.ly
index 353aa8bb535a062fdda08165e0997897327d4178..37fcf6ddd2c20d33cc6c57f69fafe8cf31c60519 100644 (file)
@@ -1,4 +1,4 @@
-\version "2.9.13"
+\version "2.7.39"
 \header{
 texidoc="
 
@@ -9,8 +9,8 @@ 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"
+       \set Staff.instr = instr
+       \set Staff.instrument = instrument \mark "B"
         c1 \mark "A" \break c2  c2 \break
 }
 
@@ -18,7 +18,7 @@ grstaff =  \relative c''
 \context GrandStaff <<
        \new Staff {
 
-       \set Staff.shortInstrumentName = instr
+       \set Staff.instr = instr
        
         \mark "B" \break c1 \mark "A" c2  }
        \new Staff { c1 c2  }