lilypond-user
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Tremolo / tuplet


From: M Watts
Subject: Re: Tremolo / tuplet
Date: Fri, 06 Feb 2009 17:07:58 +1000
User-agent: Thunderbird 2.0.0.18 (X11/20081105)

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
  }
}








reply via email to

[Prev in Thread] Current Thread [Next in Thread]