% Generated by lilypond-book % Options: [printfilename,texidoc,linewidth] \paper { linewidth = 160 \mm } \renameinput "beam-french.ly" \version "2.2.0" \header { texidoc = "In french style beaming, the stems do not go between beams." } \score { \notes \relative c' { \override Stem #'french-beaming = ##t c16[ c c c] c8[ c16 c16 c8] c8[ c16 e16 g8] } \paper { raggedright= ##t } }