]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/instrument-name.ly
Release: bump Welcome versions.
[lilypond.git] / input / regression / instrument-name.ly
index 6d7b540a56763d38d8fc1de48dba624ffcd7bbdb..0ecb8be56798a4fb0b4dd6e0d87734ef733a08a8 100644 (file)
@@ -1,4 +1,4 @@
-\version "2.7.39"
+\version "2.16.0"
 \header{
   texidoc="
 Staff margins are also markings attached to barlines.  They should be
@@ -20,10 +20,10 @@ PianoStaff.
 \new StaffGroup <<
   \context PianoStaff <<
     \new Staff    {
-      \set PianoStaff.instrument = "Piano"
-      \set Staff.instrument = "Right" { c''4 }}
+      \set PianoStaff.instrumentName = "Piano"
+      \set Staff.instrumentName = "Right" { c''4 }}
     \new Staff {
-      \set Staff.instrument = "Left"
+      \set Staff.instrumentName = "Left"
       \clef bass c4
     }
   >>