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