Francisco Vila <[email protected]> writes: > Hello, > > in the following score for 2.16 > > \score { > \new PianoStaff << > \new Staff > \crossStaff { <c' e'> q } > \new Staff > \crossStaff { \clef bass <c a,> q } > >> > } > > \layout { > \context { > \PianoStaff > \consists #Span_stem_engraver > } > \context { > \Staff > \remove "Bar_engraver" > } > } > > %end > > I have to name engravers by a different convention. IIRC all engravers > should be double quoted, but Span_stem_engraver does not seem to admit > this. What am I doing wrong?
Nothing. Span_stem_engraver is written in Scheme and not registered as a C++ engraver. As one consequence, it is not appearing in the internals documentation along with other engravers. There currently is no way to register an engraver from Scheme. -- David Kastrup _______________________________________________ lilypond-user mailing list [email protected] https://lists.gnu.org/mailman/listinfo/lilypond-user
