]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/arpeggio-collision.ly
Make relative-includes configurable with a -d option.
[lilypond.git] / input / regression / arpeggio-collision.ly
1 \version "2.11.51"
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   }
12 }
13
14
15
16 \transpose c c' {
17   <fis'' g d a>\arpeggio
18   <fis, g d a>\arpeggio
19   <fis'' g d a>\arpeggio
20 }