%% 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: % **************************************************************** \header{ tagline = "lily was here" } #(set-default-paper-size "a7" 'landscape) \paper { head-separation = 0.0 foot-separation = 0.0 } \book { \score { \relative c'' { c1\break \overrideProperty #"Score.NonMusicalPaperColumn" #'line-break-system-details #'((Y-offset . 24.5) (X-offset . -7.5)) c1 } } \paper { annotate-page = ##t annotate-headers = ##t } } % **************************************************************** % end ly snippet % ****************************************************************