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: James Lowe
Subject: RE: Tremolo beams between more than two notes
Date: Tue, 7 Dec 2010 15:25:59 -0500

Hello,


-----Original Message-----
From: address@hidden on behalf of Martin Kretzschmar
Sent: Tue 07/12/2010 19:08
To: address@hidden
Subject: Tremolo beams between more than two notes
 
Hi,

I'm trying to print tremolo marks over four whole notes as in this
example http://imslp.org/wiki/Special:ImagefromIndex/54475 (page 2)
but couldn't find out how to do it in lilypond (2.12.3).

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

---

Smaller example next time please (I have a dreadfully slow connection) ;)

This kind of does what you want

\relative c' {
  \override Staff.BarLine #'stencil = ##f
  \repeat tremolo 8 { { c16 d } { c16 d } }
}

Maybe you can work it from here.

James



reply via email to

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