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: harm6
Subject: Re: Positioning fingering under 1st voice slur
Date: Sat, 3 Sep 2011 15:02:33 -0700 (PDT)


Dominicus wrote:
> 
> \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 {}
> }
> 
> 
> 

Or use real fingerings with \set fingeringOrientations.

\version "2.14.2"
%looking for a way to place fingering at top but under the slur

\score{
  \new Staff
  << 
  {a''2.^( b''4^)}
  \\ 
  { \set fingeringOrientations = #'(up) s2 <b'-3>8 ( g') s4} 
  >>
  \layout {}
}

Cheers,
  Harm

-- 
View this message in context: 
http://old.nabble.com/Positioning-fingering-under-1st-voice-slur-tp32393729p32393833.html
Sent from the Gnu - Lilypond - User mailing list archive at Nabble.com.




reply via email to

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