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 09:20:47 +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 04:36 AM, Helge Kruse wrote:
Hello,

I need to write a piece with a tremolo like fast repetition. But since
there are three notes in this repetition

\version "2.13.11"

% your example, with thanks to LSR snippet 440

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

% your attached png

\relative c' {
  \time 9/128
  \set Staff.timeSignatureFraction = #'(3 . 4)
  \override NoteHead #'duration-log = #1
  a64. c e
}

The middle note's stem on the attached png doesn't go up through the tremolo beams, but Stem #'length only affects unbeamed notes, not sure how to fix.



reply via email to

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