X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Finstrument-name-hara-kiri.ly;h=58de023f9ed5cbbe1766c3553dbdef13f25281ca;hb=26a079ca2393d053315ef8dbef626c897dc9645a;hp=91d9d6f9a466282807cd1739ed973655e4c7440f;hpb=730c54a571ab3b6c30e02be5f93c876abee0f9a7;p=lilypond.git diff --git a/input/regression/instrument-name-hara-kiri.ly b/input/regression/instrument-name-hara-kiri.ly index 91d9d6f9a4..58de023f9e 100644 --- a/input/regression/instrument-name-hara-kiri.ly +++ b/input/regression/instrument-name-hara-kiri.ly @@ -1,21 +1,18 @@ +\version "2.16.0" \header { + texidoc = "Instrument names are removed when the staves are +killed off. - texidoc = "@code{PianoStaff.instrument} and -@code{PianoStaff.instr} are removed when the staves are killed off. - -In this example, the 2nd staff (marked by the barnumber 2) disappears -as does the instrument name. " - +In this example, the second staff (marked by the bar number 2) +disappears, as does the instrument name." } - -\version "2.10.0" - \new PianoStaff << - \new Staff { - \override Staff.VerticalAxisGroup #'remove-empty = ##t - \set PianoStaff.instrumentName ="up" - \set PianoStaff.shortInstrumentName ="u" - c'1\break R - } - >> +\new PianoStaff << + \new Staff { + \override Staff.VerticalAxisGroup #'remove-empty = ##t + \set PianoStaff.instrumentName = #"up" + \set PianoStaff.shortInstrumentName = #"u" + c'1\break R + } +>>