lilypond-user
[Top][All Lists]
Advanced

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

Re: Fingering Infos always above the system


From: David Stocker
Subject: Re: Fingering Infos always above the system
Date: Sat, 06 Mar 2010 14:57:10 -0500
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.1.8) Gecko/20100227 Lightning/1.0b1 Thunderbird/3.0.3

Hello Hajo,

LilyPond requires that for different finger orientations to work, notes must be part of a chord construct--even if there is only one note at a time. Try:

melody =  \relative e'' {
     \set fingeringOrientations = #'(up)
      <e-0>4 <f-1> <g-4> | % 1
    }

bass =  \relative e {
 \set fingeringOrientations = #'(down)
     <e-0>2 <g-3> | % 1
    }

Hope that answers your question.

Regards,

David

On 03/06/2010 02:50 PM, Hajo Dezelski wrote:
Hello,

as always: I just don't get it right. I want to set the fingering for the melody above and for the bass-line below the system. But they are written all the time above.

melody =  \relative e'' {
     \set fingeringOrientations = #'(up)
      e4-0 f-1 g2-4 | % 1
    }

bass =  \relative e {
 \set fingeringOrientations = #'(down)
     e2-0 g2-3 | % 1
    }
Any ideas?

Thanks in advance

Hajo

---
... indessen wandelt harmlos droben das Gestirn
_______________________________________________ lilypond-user mailing list address@hidden http://lists.gnu.org/mailman/listinfo/lilypond-user

-- 
David Stocker
804-598-3762
http://notesettersinc.com

reply via email to

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