% Generated by lilypond-book % Options: [printfilename,texidoc,linewidth] \paper { linewidth = 160 \mm } \renameinput "arpeggio-collision.ly" \version "2.2.0" \header { texidoc = "Arpeggio stays clear of accidentals and flipped note heads." } \score{ \notes \transpose c c' { \arpeggio \arpeggio \arpeggio } \paper { raggedright = ##t \context{ \StaffContext connectArpeggios = ##t } } }