X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Finstrument-name-hara-kiri.ly;h=f402271b2fcd9f0db10d6371de47cd5944c9de65;hb=c0a47b91cd930053074d42363047a77b889e05f7;hp=55b209d3499ac4ba23b78535a697bdc65bef8671;hpb=33fee1aae93af367e6d2f0a80bef3e1b38eda9eb;p=lilypond.git diff --git a/input/regression/instrument-name-hara-kiri.ly b/input/regression/instrument-name-hara-kiri.ly index 55b209d349..f402271b2f 100644 --- a/input/regression/instrument-name-hara-kiri.ly +++ b/input/regression/instrument-name-hara-kiri.ly @@ -1,21 +1,18 @@ +\version "2.14.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.12.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 + } +>>