X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Fquote-cue-during.ly;h=42045c5f73658f689423c31396024721ee2d1fa5;hb=837039eaeba8d19517a0ef313fba711187dc0012;hp=0d14d06af9bb24a305e6e0792e81728bc41f8be2;hpb=9f3572d98bb948c9689cd1f75401a029451fa001;p=lilypond.git diff --git a/input/regression/quote-cue-during.ly b/input/regression/quote-cue-during.ly index 0d14d06af9..42045c5f73 100644 --- a/input/regression/quote-cue-during.ly +++ b/input/regression/quote-cue-during.ly @@ -11,7 +11,7 @@ last note." } -\version "2.7.39" +\version "2.10.0" \layout { ragged-right = ##t } @@ -34,15 +34,15 @@ cueStaff = \relative c'' << << \new Staff { - \set Staff.instrument = "quoteMe" + \set Staff.instrumentName = "quoteMe" \quoteMe } \new Staff { - \set Staff.instrument = "orig (killCues)" + \set Staff.instrumentName = "orig (killCues)" \killCues \original } \new Staff { - \set Staff.instrument = "orig+quote" + \set Staff.instrumentName = "orig+quote" \cueStaff } >>