lilypond-user
[Top][All Lists]
Advanced

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

Re: chord fingering


From: Nick Payne
Subject: Re: chord fingering
Date: Wed, 15 Sep 2010 21:24:07 +1000
User-agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.9) Gecko/20100825 Thunderbird/3.1.3

 On 15/09/10 18:19, Martin Tarenskeen wrote:

Hi,

How can I make this (a piano lefthand chord with fingering below the staff) look better:

\relative c' { <b_5 f'_2 g_1>1 }

I want the 5-2-1 vertically aligned below the b and the f,
Now the 2 is alligned with the f in the chord.

You could use tweak:

\relative c' {
<b_5 f')_2 g-\tweak #'extra-offset #'(-1.8 . 0)_1>1
}

Nick



reply via email to

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