% Generated by lilypond-book % Options: [printfilename,texidoc,linewidth] \paper { linewidth = 160 \mm } \renameinput "accidental-unbroken-tie-spacing.ly" \header { texidoc = "Tied accidentaled notes (which cause reminder accidentals) do not wreak havoc in the spacing when unbroken." } \version "2.2.0" rechts = \notes \relative c' { \clef treble \time 3/4 c8 b2 8 ~ | 8 } \score { \rechts \paper { raggedright = ##t } }