X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Finstrument-name.ly;h=6d7b540a56763d38d8fc1de48dba624ffcd7bbdb;hb=9f3572d98bb948c9689cd1f75401a029451fa001;hp=f5db7f49de376b0e49673b8e30bcf3af7dfde37d;hpb=04265f11d1f21416ccebd2dcaa1d903dc781b36e;p=lilypond.git diff --git a/input/regression/instrument-name.ly b/input/regression/instrument-name.ly index f5db7f49de..6d7b540a56 100644 --- a/input/regression/instrument-name.ly +++ b/input/regression/instrument-name.ly @@ -1,4 +1,4 @@ -\version "2.9.13" +\version "2.7.39" \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.instrumentName = "Piano" - \set Staff.instrumentName = "Right" { c''4 }} + \set PianoStaff.instrument = "Piano" + \set Staff.instrument = "Right" { c''4 }} \new Staff { - \set Staff.instrumentName = "Left" + \set Staff.instrument = "Left" \clef bass c4 } >>