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


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

Reply via email to