%% Generated by lilypond-book.py %% Options: [alt=[image of music],printfilename,indent=0\mm,texidoc,line-width=160\mm] \include "lilypond-book-preamble.ly" % **************************************************************** % Start cut-&-pastable-section % **************************************************************** \paper { #(define dump-extents #t) indent = 0\mm line-width = 160\mm } \layout { } % **************************************************************** % ly snippet: % **************************************************************** \sourcefilename "beam-funky-beamlet.ly" \header { texidoc=" Funky kneed beams with beamlets also work. The beamlets should be pointing to the note head. " } \layout { ragged-right = ##t} \relative c' { c16 c''8 c,,16 c16 c''8 c16 c16 c,,8 c16 } % **************************************************************** % end ly snippet % ****************************************************************