]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/instrument-name-hara-kiri.ly
Fix off-by-one error in constrained-breaking.
[lilypond.git] / input / regression / instrument-name-hara-kiri.ly
index 94a1b16d32b72afebfa1d2cfe6c2f23f4a9dee43..91d9d6f9a466282807cd1739ed973655e4c7440f 100644 (file)
@@ -9,13 +9,13 @@ as does the instrument name.  "
 
 }
 
-\version "2.7.32"
+\version "2.10.0"
         
   \new PianoStaff <<
     \new Staff {
       \override Staff.VerticalAxisGroup #'remove-empty = ##t  
-      \set PianoStaff.instrument="up" 
-      \set PianoStaff.instr="u"
+      \set PianoStaff.instrumentName ="up" 
+      \set PianoStaff.shortInstrumentName ="u"
       c'1\break R
     }
   >>