Martin Tarenskeen wrote Monday, January 11, 2010 11:07 AM

\relative c' {
  \override Fingering #'direction = #DOWN
  <c-5 e-3 g-1>
}

expecting, but not getting the same result as:

\relative c' {
  <c_5 e_3 g_1>
}

Can someone explain why the first example does not put all the fingering below the notes ? Just curious, the second method is simpler anyway.

The 'direction property has no effect on the
fingering in chords but the direction indicators
do.

Setting fingeringOrientations gives greater control
over the placement of fingerings in chords. See
Fingering in the Learning Manual, section 4.4.2 for
a full explanation of fingering positioning.

Trevor




_______________________________________________
lilypond-user mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to