% Generated by lilypond-book % Options: [printfilename,texidoc,linewidth] \paper { linewidth = 160 \mm } \renameinput "auto-beam-triplet.ly" \header { texidoc = "Automatic beaming is also done on tuplets." } \version "2.2.0" \score{ \notes\relative c''{ c8 c c c \times 4/6 { c c c c c c} } \paper { raggedright= ##t } }