lilypond-user
[Top][All Lists]
Advanced

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

Re: chord fingering


From: Vicente Solsona
Subject: Re: chord fingering
Date: Wed, 15 Sep 2010 21:07:50 +0200
User-agent: Opera Mail/10.61 (Linux)

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 }

You could use tweak:

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

I think this does precisely what you want, unless you want to further tweak a specific
number:

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%

\version "2.12.3"

\relative c' { <b f' g>1_1_2_5 }

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%

and you have to write the numbers in reverse order...

greetings,

Vicente




reply via email to

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