]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/instrument-name.ly
Run scripts/auxiliar/update-with-convert-ly.sh
[lilypond.git] / input / regression / instrument-name.ly
index 2d1efa61517de633c02c86c38f9b197a2284b981..0ecb8be56798a4fb0b4dd6e0d87734ef733a08a8 100644 (file)
@@ -1,4 +1,4 @@
-\version "2.7.32"
+\version "2.16.0"
 \header{
   texidoc="
 Staff margins are also markings attached to barlines.  They should be
@@ -19,11 +19,11 @@ PianoStaff.
 
 \new StaffGroup <<
   \context PianoStaff <<
-    \context Staff = "treble"    {
-      \set PianoStaff.instrument = "Piano"
-      \set Staff.instrument = "Right" { c''4 }}
-    \context Staff = "bass" {
-      \set Staff.instrument = "Left"
+    \new Staff    {
+      \set PianoStaff.instrumentName = "Piano"
+      \set Staff.instrumentName = "Right" { c''4 }}
+    \new Staff {
+      \set Staff.instrumentName = "Left"
       \clef bass c4
     }
   >>