lilypond-user
[Top][All Lists]
Advanced

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

Re: Removing Fingering_engraver


From: Eluze
Subject: Re: Removing Fingering_engraver
Date: Sat, 16 Feb 2013 14:59:21 -0800 (PST)

Nick Payne-3 wrote
> 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"
>          }
>      }
> }

there's also the New_fingering_engraver and one acts upon fingerings in a
chord while the other is for fingerings outside a chord!

you can add

\remove New_fingering_engraver

to get rid of all fingerings

Eluze



--
View this message in context: 
http://lilypond.1069038.n5.nabble.com/Removing-Fingering-engraver-tp141063p141064.html
Sent from the User mailing list archive at Nabble.com.



reply via email to

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