lilypond-user
[Top][All Lists]
Advanced

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

Removing Fingering_engraver


From: Nick Payne
Subject: Removing Fingering_engraver
Date: Sun, 17 Feb 2013 09:29:31 +1100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20130106 Thunderbird/17.0.2

Just curious - the Internals Reference says that fingering is in the Voice context, but when I remove it I still see fingering. I would have expected the code below to remove the fingering, but it doesn't. I'd like to be able to publish a fingered score without fingering for those who prefer to work out their own. I also tried removing it from Score and Staff contexts without the fingering disappearing:

\version "2.17.12"

\score {
    \relative c' {
        <c-4>4
    }
    \layout {
        \context {
            \Voice
                \remove "Fingering_engraver"
        }
    }
}




reply via email to

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