On Wed, 15 Sep 2010, Vicente Solsona wrote:

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
}

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

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

Thanks, both of you.
It's looking much better now.

--

Martin Tarenskeen

_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to