%% 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: % **************************************************************** #(set-global-staff-size 13) \relative c'' << \new PianoStaff << \new Voice { c1 \overrideProperty #"Score.NonMusicalPaperColumn" #'line-break-system-details #'((fixed-alignment-extra-space . 15)) c } { c1\break c\break } >> >> % **************************************************************** % end ly snippet % ****************************************************************