YTG 1234 <ytg1234.pm...@gmail.com> writes: >> I have tried an override ( \override >> Staff.NoteHead.style = #'default ) > > Note heads are drawn in Voice, so you can just omit the context > name. \override NoteHead.style = #'default > > The more fundamental issue here, though, is that \incipit is hardcoded > to create a MensuralStaff context. Does anyone know how to replicate > its effect with a normal Staff, short of just substituting in its > source code?
I think there might be a point in modifying incipit such that if it is called as \incipit \new staff-like-context ... that it will not do a \new MensuralStaff but just take what is given, add its specific context creation mods to any that might already be there, and work with that. -- David Kastrup