%% Generated by lilypond-book.py %% Options: [alt=[image of music],printfilename,indent=0\mm,texidoc,line-width=160\mm] \include "lilypond-book-preamble.ly" % **************************************************************** % Start cut-&-pastable-section % **************************************************************** \paper { #(define dump-extents #t) indent = 0\mm line-width = 160\mm } \layout { } % **************************************************************** % ly snippet: % **************************************************************** \sourcefilename "+.ly" %% +.ly: Be the first .ly file for lys-to-tely.py. %% Better to make lys-to-tely.py include "introduction.texi" or %% other .texi documents too? \header{ texidoc = #(string-append "@unnumbered Introduction This document presents proofs for LilyPond " (lilypond-version) ". When the text corresponds with the shown notation, we consider LilyPond Officially BugFree (tm). This document is intended for finding bugs and for documenting bugfixes. TODO: order of tests (file names!), test only one feature per test. Smaller and neater tests. ") } % % make sure the .png is generated. % \lyrics { "(left blank intentionally)" } % **************************************************************** % end ly snippet % ****************************************************************