Hi, 
Schubert's Stabat Mater (D.383) contains lots of measures (3/4 time), where 
each beat is a eigth-tremolo using an additional triplet, ie. in lilypond 
notation:
  \times 2/3 { a4.:8 } \times 4/6 {a2.:8} | ....

If I use this in lilypond, it gets the timing correct, but unfortunately the 
tuplet (which appears only on a single printed note) does NOT display any 
tuplet number... How can I make the tuplet number appear (at least for the 
4/6 tuplet that's absolutely required!) ?

Attached is a "full" example of the problem and one correct note as it appears 
in two printed editions (one from 1897 and the other from 1996).

Thanks,
Reinhold

-- 
------------------------------------------------------------------
Reinhold Kainhofer, Vienna University of Technology, Austria
email: [EMAIL PROTECTED], http://reinhold.kainhofer.com/
 * Financial and Actuarial Mathematics, TU Wien, http://www.fam.tuwien.ac.at/
 * K Desktop Environment, http://www.kde.org, KOrganizer maintainer
 * Chorvereinigung "Jung-Wien", http://www.jung-wien.at/

<<attachment: tremolo_tuplets_singlenote_correct.png>>

\version "2.11.35"
\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 \times 2/3 a4.:8 \times 2/3 a:8 |
  \times 4/6 a2.:8 \times 2/3 a4.:8
}

Attachment: tremolo_tuplets_singlenote.pdf
Description: Adobe PDF document

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

Reply via email to