lilypond-user
[Top][All Lists]
Advanced

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

Re: Arpeggio over some but not all the notes of a chord


From: -Eluze
Subject: Re: Arpeggio over some but not all the notes of a chord
Date: Sat, 12 Jun 2010 14:59:28 -0700 (PDT)


Richard Sabey wrote:
> 
> 
> How do I arpeggiate some but not all the notes of a chord?
> 

if you explicitly  use two voices, you could write

music = {
  <<
    \context Voice = "1" {
      \voiceOne 
      b''4 c''' 
    }
    \context Voice = "2" { 
      \voiceTwo
      <f' d''> \arpeggio <g' e''>\arpeggio
    }
  >>
}

this clearly limits the arpeggio to the chord in the voice!

hope 
-- 
View this message in context: 
http://old.nabble.com/Arpeggio-over-some-but-not-all-the-notes-of-a-chord-tp28864345p28867759.html
Sent from the Gnu - Lilypond - User mailing list archive at Nabble.com.




reply via email to

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