]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/arpeggio-collision.ly
Doc-es: various updates.
[lilypond.git] / input / regression / arpeggio-collision.ly
1 \version "2.17.17"
2
3 \header  {
4 texidoc = "Arpeggio stays clear of accidentals and flipped note heads."
5 }
6 \layout {
7   ragged-right = ##t
8   \context{
9     \Staff
10     connectArpeggios = ##t
11     \consists "Span_arpeggio_engraver"
12   }
13 }
14
15
16
17 \transpose c c' {
18   <fis'' g d a>\arpeggio
19   <fis, g d a>\arpeggio
20   <fis'' g d a>\arpeggio
21   << { <e' a>\arpeggio } \\ { <g cis>\arpeggio } >>
22 }