lilypond-user
[Top][All Lists]
Advanced

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

Re: Tremolo beams between more than two notes


From: Reinhold Kainhofer
Subject: Re: Tremolo beams between more than two notes
Date: Tue, 7 Dec 2010 23:45:54 +0100
User-agent: KMail/1.13.5 (Linux/2.6.35-23-generic; KDE/4.5.4; i686; ; )

Am Dienstag, 7. Dezember 2010, um 20:08:59 schrieb Martin Kretzschmar:
> In other words, is there a way to modify this:
> 
> \relative c' { \time 4/1 \repeat tremolo 8 { e16 g } \repeat tremolo 8 { b
> g } }
> 
> to connect the beams? Or maybe sneak in the two extra notes in place
> of the skips into this (apparently illegal code)
> 
> \relative c' { \time 4/1 \repeat tremolo 16 { e16 s s g } }


Ahm, you don't want a time signature of 4/1! In tremolo notation, each note is 
displayed in the duration of the whole tremolo. In your example, the tromolo 
only last for four quarters (so each of the notes is shown as a whole).

In Lilypond 2.13.x multi-note tremolos are supported natively:

\version "2.13.41"
\relative c' {
  \repeat "tremolo" 4 { e16 g c g }
  \repeat "tremolo" 4 { e16 a c a }
  \repeat "tremolo" 4 { f16 a c a }
}

In 2.12.x there is no way I'm aware of to produce what you want.

Cheers,
Reinhold

-- 
------------------------------------------------------------------
Reinhold Kainhofer, address@hidden, http://reinhold.kainhofer.com/
 * Financial & Actuarial Math., Vienna Univ. of Technology, Austria
 * http://www.fam.tuwien.ac.at/, DVR: 0005886
 * LilyPond, Music typesetting, http://www.lilypond.org



reply via email to

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