%% Generated by lilypond-book.py %% Options: [fragment,relative=2,alt=[image of music],ragged-right,indent=0\mm] \include "lilypond-book-preamble.ly" % **************************************************************** % Start cut-&-pastable-section % **************************************************************** \paper { #(define dump-extents #t) ragged-right = ##t indent = 0\mm } \layout { } \relative c'' { % **************************************************************** % ly snippet contents follows: % **************************************************************** \new Voice \with { \remove Forbid_line_break_engraver allowBeamBreak = ##t } { \set Score.proportionalNotationDuration = #(ly:make-moment 1 32) \set tupletFullLength = ##t \times 2/3 { c8[ c c] } c4 } % **************************************************************** % end ly snippet % **************************************************************** }