lilypond-user
[Top][All Lists]
Advanced

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

Re: How to lengthen the arpeggio...


From: Chris Jackson
Subject: Re: How to lengthen the arpeggio...
Date: Sat, 19 Oct 2002 13:28:14 +0100
User-agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.2b) Gecko/20021009

Minh A. Hoang wrote:

...so that the arpeggio grob would cover the whole staff vertically
(and over the other voices as well).


You might be able to do something like this, which adds invisible notes
that are spanned by the arpeggio:

blanknotes = { \property Thread.NoteHead  \override #'transparent  = ##t
          \property Thread.Stem  \override #'transparent = ##t }

\score {
   \notes \relative c' \context Voice {
   <b \arpeggio \context Thread = bl { \blanknotes <e g c e a> } >
   }
}

The stem length also needs shortening here, but you get the general idea.

--
chris





reply via email to

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