Nick Payne wrote:
How do I move a tuplet number? With a kneed beam, the number gets
positioned nowhere near the beam:
%=================================
\version "2.13.4"
\relative c' {
\times 2/3 {
\once \override Beam #'auto-knee-gap = #2
<d a d,>16[ a'' g]
}
}
%=================================
To answer my own question (found the answer shortly after sending the
original msg):
\version "2.13.4"
\relative c' {
\times 2/3 {
\once \override TupletNumber #'extra-offset = #'(0.4 . 4)
\once \override Beam #'auto-knee-gap = #2
<d a d,>16[ a'' g]
}
}
_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-user