% Generated by lilypond-book % Options: [printfilename,texidoc,linewidth] \paper { linewidth = 160 \mm } \renameinput "auto-beam-no-beam.ly" \header { texidoc = "The autobeamer may be switched off for a single note with @code{\noBeam}." } \version "2.2.0" \score { \notes { c8 c-\noBeam c c } }