%% Generated by lilypond-book.py %% Options: [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 { } % **************************************************************** % ly snippet: % **************************************************************** \new Voice \with { \consists "Melody_engraver" \override Stem #'neutral-direction = #'() } \relative c'' { c4 b c b c c c r b a b a } % **************************************************************** % end ly snippet % ****************************************************************