]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/instrument-name-hara-kiri.ly
Merge with git+ssh://jneem@git.sv.gnu.org/srv/git/lilypond.git
[lilypond.git] / input / regression / instrument-name-hara-kiri.ly
index ffe99e696e03dfcb08e8d5e1ec2e7f840acb0688..91d9d6f9a466282807cd1739ed973655e4c7440f 100644 (file)
@@ -9,13 +9,13 @@ as does the instrument name.  "
 
 }
 
-\version "2.7.39"
+\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
     }
   >>