%% Generated by lilypond-book.py %% Options: [alt=[image of music],indent=0\mm,verbatim] \include "lilypond-book-preamble.ly" % **************************************************************** % Start cut-&-pastable-section % **************************************************************** \paper { #(define dump-extents #t) indent = 0\mm } \layout { } % **************************************************************** % ly snippet: % **************************************************************** #(set-default-paper-size "a7" 'landscape) \book { \score { { c4 } } \paper { annotate-spacing = ##t } } % **************************************************************** % end ly snippet % ****************************************************************