]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/arpeggio-collision.ly
*** empty log message ***
[lilypond.git] / input / regression / arpeggio-collision.ly
1 \version "2.6.0"
2
3 \header  {
4 texidoc = "Arpeggio stays clear of accidentals and flipped note heads."
5 }
6
7 \transpose c c' {
8   <fis'' g d a>\arpeggio
9   <fis, g d a>\arpeggio
10   <fis'' g d a>\arpeggio
11 }
12 \layout {
13   raggedright = ##t
14   \context{
15     \Staff
16     connectArpeggios = ##t
17   }
18 }
19
20