From b08f781254b3e539a64302f56bb12191b54d47a4 Mon Sep 17 00:00:00 2001 From: Graham Percival Date: Sat, 20 Jan 2007 13:56:52 -0800 Subject: [PATCH] Add the tricky +.ly files. --- input/lsr/advanced/+.ly | 21 +++++++++++++++++++++ input/lsr/trick/+.ly | 21 +++++++++++++++++++++ 2 files changed, 42 insertions(+) create mode 100644 input/lsr/advanced/+.ly create mode 100644 input/lsr/trick/+.ly 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)" } -- 2.39.2