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.

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

Reply via email to