Am 14.04.2017 um 06:45 schrieb Andrew Bernard:
> Hi Michiel,
> 
> Use shorten-pait to taste.
> 
>           %\once \override TupletBracket.positions = #'(3.1 . 3.4)
>           \once \override TupletBracket.shorten-pair = #'(0 . 0.5)

Shouldn’t this be #'(0.2 . 0) or similar but not #'(0 . 0.5) if you want
to shorten it at the left edge?

Alternatively, instead of shortening the tuplet bracket, you could move
the notes by inserting

        \once \override Score.NoteColumn.X-offset = 0.6

(try different values) at this place.

>           \tuplet 3/2 {
>             r32 \clef treble
>             \once \override Slur.positions = #'(-1 . 1)
>             f'^(-[ f')]
>           }
>           %\once \override TupletBracket.positions = #'(3.4 . 3.4)
>           \tuplet 3/2 { r32 r \clef bass \stemNeutral <f,,,,_~ f'^~> }
> 
> Andrew

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

Reply via email to