%% Generated by lilypond-book.py %% Options: [alt=[image of music],indent=0\mm] \include "lilypond-book-preamble.ly" % **************************************************************** % Start cut-&-pastable-section % **************************************************************** \paper { #(define dump-extents #t) indent = 0\mm } \layout { } % **************************************************************** % ly snippet: % **************************************************************** #(set-global-staff-size 13) \paper { line-width = 8\cm } \relative c'' \new StaffGroup << \new Staff { c1 c } \new Staff { c c } \new Staff { \overrideProperty #"Score.NonMusicalPaperColumn" #'line-break-system-details #'((alignment-offsets . (0 -5 -20))) c1 \break \overrideProperty #"Score.NonMusicalPaperColumn" #'line-break-system-details #'((alignment-offsets . (0 -15 -20))) c1 } >> % **************************************************************** % end ly snippet % ****************************************************************