%% Generated by lilypond-book.py %% Options: [relative=2,fragment,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: % **************************************************************** << \override Score.SpacingSpanner #'uniform-stretching = ##t \new Staff { c16[ c c c c c c c c c16] } \new Staff { \times 6/7 { c16 c c cis c c c } c8[ c32 c32 c16] } >> % **************************************************************** % end ly snippet % **************************************************************** }