Caagr98 <[email protected]> writes: > In `engraver-init.ly` (line 111 on my version), there is a line saying > `\alias "Staff"`. That line makes the DrumStaff context listen to > `\set Staff.*` as well as `\set DrumStaff.*`. (DrumVoice is similarly > aliased to Voice.) > > They're both equal, so I'd recommend using `Staff.*` for > consistency.
InstrumentName is one of those properties which one should not really set via \override but in a \with construct (context modification). Otherwise it will tend to be too late when a staff (or a parallel staff) starts with grace notes. -- David Kastrup _______________________________________________ lilypond-user mailing list [email protected] https://lists.gnu.org/mailman/listinfo/lilypond-user
