Zbyněk Burget wrote:
lilypond 2.10.33
(soory)

Perhaps that's the problem.

This works fine with 2.12.2 -- it shows the triplet number by default, so I think it does what you want.

\version "2.12.2"

test = {

   \relative c'' {
c4-. \times 2/3 { \repeat "tremolo" 3 c8 } c4-. \times 2/3 { \repeat "tremolo" 3 c8 }
   }
 }

\score {
 \new Staff {
     \test
  }
}






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

Reply via email to