bug-lilypond
[Top][All Lists]
Advanced

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

Re: fingerings with fingeringOrientations = #'(up left)


From: -Eluze
Subject: Re: fingerings with fingeringOrientations = #'(up left)
Date: Sun, 26 Jun 2011 08:14:45 -0700 (PDT)


-Eluze wrote:
> 
> you might call it a design error - here is short example: 
> 
>  http://old.nabble.com/file/p31929942/chord%2Bfingering.png 
> 
> \version "2.15.2"
> \relative {
>   \set fingeringOrientations = #'(up right)
>   < a-0 e'-1 a-2 cis-3 e-0 >1
>   < a e' g-0 cis e >
> % the chord with corrected fingering
>   \set fingeringOrientations = #'(right)
>   < a e' g-0 cis e >1 
> }
> 
> thanks
> Eluze
> 
don't worry - i just found an easy way getting around this: using 
http://lsr.dsi.unimi.it/LSR/Item?u=1&id=563
http://lsr.dsi.unimi.it/LSR/Item?u=1&id=563 !

with this you can control if a fingering should go up (+) or down (-) or
stay with the setting in the defined fingeringOrientations!

\relative {
  \set fingeringOrientations = #'(right )
  \addFingering < a e' g cis e >1 #"-0x0x+0"
}

cheers
Eluze
-- 
View this message in context: 
http://old.nabble.com/fingerings-with-fingeringOrientations-%3D--%27%28up-left%29-tp31925147p31931450.html
Sent from the Gnu - Lilypond - Bugs mailing list archive at Nabble.com.




reply via email to

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