lilypond-user
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Right way of specifying engraver name?


From: David Kastrup
Subject: Re: Right way of specifying engraver name?
Date: Wed, 29 Aug 2012 14:23:01 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.2.50 (gnu/linux)

Francisco Vila <address@hidden> 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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]