]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/arpeggio-collision.ly
* scripts/lilypond-book.py (do_file): do not overwrite input file.
[lilypond.git] / input / regression / arpeggio-collision.ly
1 \version "2.1.26"
2
3 \header  {
4 texidoc = "Arpeggio stays clear of accidentals and flipped note heads."
5 }
6
7 \score{
8     \notes \transpose c c' {
9         <fis'' g d a>\arpeggio
10         <fis, g d a>\arpeggio
11         <fis'' g d a>\arpeggio
12         }
13     \paper {
14         raggedright = ##t
15         \translator{
16             \StaffContext
17             connectArpeggios = ##t
18         }
19         }
20 }
21
22