From: Graham Percival Date: Sat, 20 Jan 2007 21:56:52 +0000 (-0800) Subject: Add the tricky +.ly files. X-Git-Tag: release/2.11.13-1~13^2~3 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=b08f781254b3e539a64302f56bb12191b54d47a4;p=lilypond.git Add the tricky +.ly files. --- diff --git a/input/lsr/advanced/+.ly b/input/lsr/advanced/+.ly new file mode 100644 index 0000000000..02d2c32247 --- /dev/null +++ b/input/lsr/advanced/+.ly @@ -0,0 +1,21 @@ +\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 advanced snippets from the +LilyPond Snippet Repository. + +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)" } diff --git a/input/lsr/trick/+.ly b/input/lsr/trick/+.ly new file mode 100644 index 0000000000..4d5254f8b9 --- /dev/null +++ b/input/lsr/trick/+.ly @@ -0,0 +1,21 @@ +\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 `tricks and tips' snippets from the +LilyPond Snippet Repository. + +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)" }