% Generated by lilypond-book % Options: [printfilename,texidoc,linewidth] \paper { linewidth = 160 \mm } \renameinput "accidental-placement.ly" \version "2.2.0" \header { texidoc ="Accidentals are placed as closely as possible. Accidentals in corresponding octaves are aligned. The top accidental should be nearest to the chord. The flats in a sixth should be staggered. " } \score { \notes \context Voice \relative c' { cis4 c4 \transpose c c' { 4 } 4 } \paper { raggedright = ##t } }