]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/instrument-name.ly
Merge branch 'master' of ssh://jneem@git.sv.gnu.org/srv/git/lilypond
[lilypond.git] / input / regression / instrument-name.ly
index 43d67de2a5ad6f149d8ea60f542271c201e86f18..c48478f877146414837078abe4e096b10c6b79d8 100644 (file)
@@ -1,4 +1,4 @@
-\version "2.7.32"
+\version "2.11.51"
 \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
     }
   >>