Since the patch b8a1b9b174a3b68f05bb3e08fb5f754649b92574, short instrument names for harakiried staves are still printed (above each other, at the top of the system).
Example attached. Cheers, Reinhold -- ------------------------------------------------------------------ Reinhold Kainhofer, [email protected], http://reinhold.kainhofer.com/ * Financial & Actuarial Math., Vienna Univ. of Technology, Austria * http://www.fam.tuwien.ac.at/, DVR: 0005886 * LilyPond, Music typesetting, http://www.lilypond.org
\version "2.13.4"
\pointAndClickOff
\score {
\new StaffGroup <<
\new Staff {
\set Staff.shortInstrumentName = "A 1"
c''1 \break c''1
}
\new Staff {
\set Staff.shortInstrumentName = "B 2"
R1*2
}
\new Staff {
\set Staff.shortInstrumentName = "C 3"
R1*2
}
>>
\layout {
\context { \RemoveEmptyStaffContext }
}
}
iname.pdf
Description: Adobe PDF document
_______________________________________________ lilypond-devel mailing list [email protected] http://lists.gnu.org/mailman/listinfo/lilypond-devel
