Am 04.12.2012 18:05, schrieb Olivier Biot:
> \version "2.16.1"
>
> theMusic = \new Staff {
> \relative d' {
> \clef "bass"
> \key g \major
> \time 2/4
> \times 4/6 { g,,16 ( b' g' ) g ( b, g, ) c,->-\f ( e'-3 c'-4 )
> c ( e, c, ) } | % Test 1: sextuplets
> \times 2/3 { g'16 ( b' g' ) g ( b, g, ) } \times 2/3 { c,->-\f (
\override Fingering #'extra-offset = #'(0 . 1)
> e'-3 c'-4 ) c ( e, c, ) } | % Test 2: triplets
\revert Fingering #'extra-offset
> }
> }
>
> \score {
> \theMusic
>
> \layout {
> \context {
> \Staff
> \override Fingering #'add-stem-support = ##t
> \override Fingering #'avoid-slur = #'outside
> \override TupletBracket #'bracket-visibility = ##t
> }
> }
> }
I would suggest to shift them a bit upwards using:
\override Fingering #'extra-offset = #'(0 . 1)
Cheers,
Joram
PS: You could also think about ommiting the tuplet brackets, but I don't
know if that is wanted:
\set tupletSpannerDuration = #(ly:make-moment 1 4)
\override TupletBracket #'bracket-visibility = ##f
_______________________________________________
lilypond-user mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/lilypond-user