%% 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 force-assignment = #"" line-width = #(- line-width (* mm 3.000000)) } \layout { } % **************************************************************** % ly snippet: % **************************************************************** \sourcefilename "+.ly" \sourcefileline 0 \version "2.10.0" %% +.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 " @section Introduction This document shows all kinds of tips and tricks, from simple to advanced. You may also find dirty tricks, or the very very latest features that have not been documented or fully implemented yet. In the web version of this document, you can click on the file name or figure for each example to see the corresponding input file. This document is for LilyPond version " (lilypond-version) ".") } % make sure .png is generated. \lyrics { "(left blank intentionally)" } % **************************************************************** % end ly snippet % ****************************************************************