% Generated by lilypond-book % Options: [printfilename,texidoc,linewidth] \paper { linewidth = 160 \mm } \renameinput "accidental-cautionary.ly" \version "2.2.0" \header { texidoc = "Cautionary accidentals are indicated using either parentheses (default) or smaller accidentals. " } \score { \notes { c''4 cis''?4 \override Staff.Accidental #'cautionary-style = #'smaller cis''?4 \override Staff.Accidental #'cautionary-style = #'parentheses cis''?4 } \paper { raggedright = ##t } }