lilypond-user
[Top][All Lists]
Advanced

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

Re: Problem setting fingering direction, again


From: Graham Percival
Subject: Re: Problem setting fingering direction, again
Date: Tue, 27 Jan 2009 16:34:50 +0800
User-agent: Mutt/1.5.18 (2008-05-17)

My guess is that \set FingeringOrientations only works for chord
constructs, whereas plain fingerings don't require this.

Valentin, modify the snippet "controlling the placement of chord
fingerings" accordingly to give this warning.

Cheers,
- Graham

On Tue, Jan 27, 2009 at 01:25:17AM -0700, Kim Shrier wrote:
> Thanks, that works.  However, I didn't see anything in the
> documentation that would have given me a clue that the <>
> were required.  Have I missed something obvious?
>
> Kim
>
>
> On Jan 27, 2009, at 1:06 AM, Nick Payne wrote:
>
>> You need braces <> around the notes:
>>
>> \version "2.12.2"
>>
>> \paper{
>>   indent=0\in
>>   line-width=6\in
>>   oddFooterMarkup=##f
>>   oddHeaderMarkup=##f
>>   bookTitleMarkup = ##f
>>   scoreTitleMarkup = ##f
>> }
>>
>> \score {
>>   \new Staff <<
>>     \new Voice = "melodyOne" {
>>       \voiceOne
>>       \relative c' {
>>         \set fingeringOrientations = #'(left)
>>         <a'-5>4
>>       }
>>     }
>>     \new Voice = "melodyTwo" {
>>       \voiceTwo
>>       \relative c' {
>>         \set fingeringOrientations = #'(left)
>>         <e-3>4
>>       }
>>     }
>>>>
>> }
>>>
>
>
> _______________________________________________
> lilypond-user mailing list
> address@hidden
> http://lists.gnu.org/mailman/listinfo/lilypond-user




reply via email to

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