bug-lilypond
[Top][All Lists]
Advanced

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

Re: Issue 1176 in lilypond: support for more than two notes in a tremolo


From: lilypond
Subject: Re: Issue 1176 in lilypond: support for more than two notes in a tremolo
Date: Sat, 14 Aug 2010 12:26:57 +0000

Updates:
        Status: Verified

Comment #5 on issue 1176 by PhilEHolmes: support for more than two notes in a tremolo
http://code.google.com/p/lilypond/issues/detail?id=1176

Verified working for 3 note tremolo. Note that the Snippet in comment 2 does not show this well, since this compares dotted-minim tremolos versus dotted-semi-breve and it looks odd. The code below gives a cleaner example of this working, plus the examplle above on a second line.

\layout { ragged-right = ##t }

\score {
   \new Staff {
    \time 3/8
    \repeat tremolo 2 { b16. c' }
    \repeat tremolo 2 { b16 c' d' }
    \time 3/4
    \repeat tremolo 4 { b16. c' }
    \repeat tremolo 4 { b16 c' d' }
    \time 3/2
    \repeat tremolo 8 { b16. c' }
    \repeat tremolo 8 { b16 c' d' }
    \break
    \repeat tremolo 4 { b16. c' }
    \repeat tremolo 12 { b16 c' d' }

  }
}


Attachments:
        Tremolo3.png  8.1 KB




reply via email to

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