lilypond-user
[Top][All Lists]
Advanced

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

Re: Positioning fingering under 1st voice slur


From: Javier Ruiz-Alma
Subject: Re: Positioning fingering under 1st voice slur
Date: Sat, 3 Sep 2011 18:04:34 -0700 (PDT)

Am Saturday, 3. September 2011, 23:34:11 schrieb Javier Ruiz-Alma:
> \version "2.14.2"
> %looking for a way to place fingering at top but under the slur
> \score{
>  \new Staff
>  << {a''2.^( b''4^)}
>  \\ {s2 b'8^\markup{\finger 3}( g') s4} >>
>  \layout {}
> }
 
>From: Reinhold Kainhofer
>Sent: Saturday, September 3, 2011 2:53 PM
>
>If you use a real fingering, you can override it's direction to UP. By default
>fingerings are put under slurs, while markups are printed above slurs:

>\version "2.14.2"
>%looking for a way to place fingering at top but under the slur
>\score{
>  \new Staff
>  << {a''2.^( b''4^)}
>  \\ {s2 \once\override Fingering #'direction = #UP b'8-3( g') s4} >>
>  \layout {}
>}
>
>Cheers,
>Reinhold 
>------------------------------------------------------------------
 
Thanks Reinhold!
 
I'll continue to wonder why Lilypond requires explicit override statement to reposition fingerings on a second voice:
    \once\override Fingering #'direction = #UP b-3
instead of interpreting the single voice notation "b^3" should be explicit enough.

reply via email to

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