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.


_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to