Next: , Previous: Glissando, Up: Expressive marks


6.6.7 Arpeggio

You can specify an arpeggio sign (also known as broken chord) on a chord by attaching an \arpeggio to a chord

     
     <c e g c>\arpeggio

[image of music]

A square bracket on the left indicates that the player should not arpeggiate the chord

     
     \arpeggioBracket
     <c' e g c>\arpeggio

[image of music]

The direction of the arpeggio is sometimes denoted by adding an arrowhead to the wiggly line

     
     \new Voice {
       \arpeggioUp
       <c e g c>\arpeggio
       \arpeggioDown
       <c e g c>\arpeggio
     }

[image of music]

Commonly tweaked properties

When an arpeggio crosses staves, you may attach an arpeggio to the chords in both staves and set PianoStaff.connectArpeggios

     
     \new PianoStaff <<
       \set PianoStaff.connectArpeggios = ##t
       \new Staff { <c' e g c>\arpeggio }
       \new Staff { \clef bass <c,, e g>\arpeggio }
     >>

[image of music]

Predefined commands

\arpeggio, \arpeggioUp, \arpeggioDown, \arpeggioNeutral, \arpeggioBracket.

See also

Notation manual: Ties, for writing out arpeggios.

Program reference: Arpeggio.

Bugs

It is not possible to mix connected arpeggios and unconnected arpeggios in one PianoStaff at the same point in time.


Next: , Previous: Glissando, Up: Expressive marks

This page is for LilyPond-2.10.33 (stable-branch).

Report errors to http://post.gmane.org/post.php?group=gmane.comp.gnu.lilypond.bugs.

Other languages: French.