Hi Reinhold:

There might be a "real" way (i.e., by adjusting some TupletNumber setting), but I don't know it...
Worst case scenario, put them in as markups -- see example code, below.

Hope this helps!
Kieren.
____________________________________________

\version "2.11.35"

tup = \markup { \translate #'(0.6 . -0.1) \fontsize #-2 \italic 3 }
tupSix = \markup { \translate #'(0.6 . -0.1) \fontsize #-2 \italic 6 }

\relative c''
{
  \autoBeamOff
  \time 3/4
\times 2/3 { a8[ a a] } \times 2/3 { a8[ a a] } \times 2/3 { a8[ a a] } |
  \times 2/3 a4.:8^\tup \times 2/3 a4.:8^\tup \times 2/3 a:8^\tup |
  \times 4/6 a2.:8^\tupSix \times 2/3 a4.:8^\tup
}


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

Reply via email to