% Generated by lilypond-book % Options: [printfilename,texidoc,linewidth] \paper { linewidth = 160 \mm } \renameinput "beam-damp.ly" \version "2.2.0" \header { texidoc = "@cindex Beam Damp Beams are less steep than the notes they encompass. " } \score{ \notes\relative c''{ % \stemUp % a16[ b b c] % c[ b b a] % \stemDown % c[ b b a] % a[ b b c] \stemUp g16[ a b c] c[ b a g] \stemDown d'[ c b a] a[ b c d] } \paper{ raggedright = ##t } }