lilypond-user
[Top][All Lists]
Advanced

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

Re: Similar to tremolo


From: M Watts
Subject: Re: Similar to tremolo
Date: Tue, 06 Jul 2010 12:33:08 +1000
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.1b3pre) Gecko/20090513 Fedora/3.0-2.3.beta2.fc11 Thunderbird/3.0b2

On 07/06/2010 09:20 AM, M Watts wrote:

\relative c' {
\time 9/16
\set Staff.timeSignatureFraction = #'(3 . 4)
\override NoteHead #'duration-log = #1
\override Beam #'positions = #'(1.25 . 1.5) % not strictly needed
b8. c d
}


Sorry, the above only has one beam; for two beams, it's:

\relative c' {
  \time 9/32
  \set Staff.timeSignatureFraction = #'(3 . 4)
  \override NoteHead #'duration-log = #1
  \override Beam #'positions = #'(1.25 . 1.5)
  b16. c d
}

The time sig denominator and note duration are both doubled to add another beam.



reply via email to

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