On 08/08/12 16:30, pabuhr wrote:
Is it possible to make the left bar look like the right bar below?

Specifically, there is a clash with the triple number even though I specified:

    StrokeFinger #'add-stem-support = ##t

and I would like the finger strokes to lineup vertically rather than following
the note height.

If you add

\override Score.StrokeFinger #'outside-staff-priority = #999

that will stop the fingering colliding with the tuplet number. It doesn't fix the alignment problem, though. Looks like the dot on the i moves the baseline of the fingering indication above it further away compared to having an a or m in that location. You can also tweak the position of an individual fingering indication to align them. eg:

<c'-1-\I -\M > <e-\M -\tweak #'extra-offset #'(0 . 0.35)-\A >

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

Reply via email to