From: Graham Percival Date: Sat, 5 May 2007 00:30:38 +0000 (-0700) Subject: Add directories for input/tolsr. X-Git-Tag: release/2.11.24-1~27 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=c76d6e8cd8800d3925b971d77ff7217404feadb2;p=lilypond.git Add directories for input/tolsr. --- diff --git a/input/tolsr/GNUmakefile b/input/tolsr/GNUmakefile index c68fb22e23..d6dbfbcbe0 100644 --- a/input/tolsr/GNUmakefile +++ b/input/tolsr/GNUmakefile @@ -1,12 +1,12 @@ depth = ../../ +SUBDIRS = ancient chords connecting contemporary guitar parts repeats spacing staff text vocal expressive scheme + STEPMAKE_TEMPLATES=documentation texinfo tex LOCALSTEPMAKE_TEMPLATES=lilypond ly lysdoc EXTRA_DIST_FILES=README - -SUBDIRS+=expressive parts text - include $(depth)/make/stepmake.make -TITLE=Stuff waiting for LSR -- you should not see this! + +TITLE=Storage for new features -- you should not see these! diff --git a/input/tolsr/README b/input/tolsr/README index 19d1430c55..0ceb46066f 100644 --- a/input/tolsr/README +++ b/input/tolsr/README @@ -1,7 +1,4 @@ -If you have a snippet that should be added to the official approved -LSR snippets, please leave it here. We'll take care of it. - -Note that LSR is currently 2.10. You can add snippets that require 2.11 -to this directory, but they will not be added to LSR until it is updated. -The snippets will still be displayed on the LilyPond website. +This directory is for examples of new features in the current +unstable development series. These snippets will be added to LSR +when it supports a version of LilyPond that includes these features. diff --git a/input/tolsr/SConscript b/input/tolsr/SConscript index d5d0cb95ad..c534e3573e 100644 --- a/input/tolsr/SConscript +++ b/input/tolsr/SConscript @@ -1,4 +1,4 @@ # -*-python-*- Import ('env', 'collate') -collate (title = 'Stuff waiting for LSR -- you should not see this!') +collate (title = 'LilyPond Examples') diff --git a/input/tolsr/ancient/AAA-intro-advanced.ly b/input/tolsr/ancient/AAA-intro-advanced.ly new file mode 100644 index 0000000000..b907dd0d52 --- /dev/null +++ b/input/tolsr/ancient/AAA-intro-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 " +@unnumbered Introduction + +This document shows examples from the +@uref{http://lsr@/.dsi@/.unimi@/.it,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 { " " } diff --git a/input/tolsr/ancient/GNUmakefile b/input/tolsr/ancient/GNUmakefile new file mode 100644 index 0000000000..43325ab698 --- /dev/null +++ b/input/tolsr/ancient/GNUmakefile @@ -0,0 +1,16 @@ + +depth = ../../../ + +STEPMAKE_TEMPLATES=documentation texinfo tex +LOCALSTEPMAKE_TEMPLATES=lilypond ly lysdoc + +## Hmm, would this work? No -- if we really want examples, move +## to other dir (input/) comes to mind. +## examples = font20 ancient-font +## LOCALSTEPMAKE_TEMPLATES += ly mutopia + +EXTRA_DIST_FILES= + +include $(depth)/make/stepmake.make + +TITLE=Advanced snippets diff --git a/input/tolsr/ancient/SConscript b/input/tolsr/ancient/SConscript new file mode 100644 index 0000000000..f72bfffc28 --- /dev/null +++ b/input/tolsr/ancient/SConscript @@ -0,0 +1,4 @@ +# -*-python-*- + +Import ('env', 'collate') +collate (title = 'Advanced snippets') diff --git a/input/tolsr/chords/AAA-intro-chords.ly b/input/tolsr/chords/AAA-intro-chords.ly new file mode 100644 index 0000000000..b907dd0d52 --- /dev/null +++ b/input/tolsr/chords/AAA-intro-chords.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 " +@unnumbered Introduction + +This document shows examples from the +@uref{http://lsr@/.dsi@/.unimi@/.it,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 { " " } diff --git a/input/tolsr/chords/GNUmakefile b/input/tolsr/chords/GNUmakefile new file mode 100644 index 0000000000..43325ab698 --- /dev/null +++ b/input/tolsr/chords/GNUmakefile @@ -0,0 +1,16 @@ + +depth = ../../../ + +STEPMAKE_TEMPLATES=documentation texinfo tex +LOCALSTEPMAKE_TEMPLATES=lilypond ly lysdoc + +## Hmm, would this work? No -- if we really want examples, move +## to other dir (input/) comes to mind. +## examples = font20 ancient-font +## LOCALSTEPMAKE_TEMPLATES += ly mutopia + +EXTRA_DIST_FILES= + +include $(depth)/make/stepmake.make + +TITLE=Advanced snippets diff --git a/input/tolsr/chords/SConscript b/input/tolsr/chords/SConscript new file mode 100644 index 0000000000..f72bfffc28 --- /dev/null +++ b/input/tolsr/chords/SConscript @@ -0,0 +1,4 @@ +# -*-python-*- + +Import ('env', 'collate') +collate (title = 'Advanced snippets') diff --git a/input/tolsr/connecting/AAA-intro-connecting.ly b/input/tolsr/connecting/AAA-intro-connecting.ly new file mode 100644 index 0000000000..b907dd0d52 --- /dev/null +++ b/input/tolsr/connecting/AAA-intro-connecting.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 " +@unnumbered Introduction + +This document shows examples from the +@uref{http://lsr@/.dsi@/.unimi@/.it,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 { " " } diff --git a/input/tolsr/connecting/GNUmakefile b/input/tolsr/connecting/GNUmakefile new file mode 100644 index 0000000000..43325ab698 --- /dev/null +++ b/input/tolsr/connecting/GNUmakefile @@ -0,0 +1,16 @@ + +depth = ../../../ + +STEPMAKE_TEMPLATES=documentation texinfo tex +LOCALSTEPMAKE_TEMPLATES=lilypond ly lysdoc + +## Hmm, would this work? No -- if we really want examples, move +## to other dir (input/) comes to mind. +## examples = font20 ancient-font +## LOCALSTEPMAKE_TEMPLATES += ly mutopia + +EXTRA_DIST_FILES= + +include $(depth)/make/stepmake.make + +TITLE=Advanced snippets diff --git a/input/tolsr/connecting/SConscript b/input/tolsr/connecting/SConscript new file mode 100644 index 0000000000..f72bfffc28 --- /dev/null +++ b/input/tolsr/connecting/SConscript @@ -0,0 +1,4 @@ +# -*-python-*- + +Import ('env', 'collate') +collate (title = 'Advanced snippets') diff --git a/input/tolsr/contemporary/AAA-intro-contemporary.ly b/input/tolsr/contemporary/AAA-intro-contemporary.ly new file mode 100644 index 0000000000..b907dd0d52 --- /dev/null +++ b/input/tolsr/contemporary/AAA-intro-contemporary.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 " +@unnumbered Introduction + +This document shows examples from the +@uref{http://lsr@/.dsi@/.unimi@/.it,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 { " " } diff --git a/input/tolsr/contemporary/GNUmakefile b/input/tolsr/contemporary/GNUmakefile new file mode 100644 index 0000000000..43325ab698 --- /dev/null +++ b/input/tolsr/contemporary/GNUmakefile @@ -0,0 +1,16 @@ + +depth = ../../../ + +STEPMAKE_TEMPLATES=documentation texinfo tex +LOCALSTEPMAKE_TEMPLATES=lilypond ly lysdoc + +## Hmm, would this work? No -- if we really want examples, move +## to other dir (input/) comes to mind. +## examples = font20 ancient-font +## LOCALSTEPMAKE_TEMPLATES += ly mutopia + +EXTRA_DIST_FILES= + +include $(depth)/make/stepmake.make + +TITLE=Advanced snippets diff --git a/input/tolsr/contemporary/SConscript b/input/tolsr/contemporary/SConscript new file mode 100644 index 0000000000..f72bfffc28 --- /dev/null +++ b/input/tolsr/contemporary/SConscript @@ -0,0 +1,4 @@ +# -*-python-*- + +Import ('env', 'collate') +collate (title = 'Advanced snippets') diff --git a/input/tolsr/expressive/AAA-intro-advanced.ly b/input/tolsr/expressive/AAA-intro-advanced.ly new file mode 100644 index 0000000000..b907dd0d52 --- /dev/null +++ b/input/tolsr/expressive/AAA-intro-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 " +@unnumbered Introduction + +This document shows examples from the +@uref{http://lsr@/.dsi@/.unimi@/.it,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 { " " } diff --git a/input/tolsr/expressive/GNUmakefile b/input/tolsr/expressive/GNUmakefile index 43325ab698..432f8c1c4f 100644 --- a/input/tolsr/expressive/GNUmakefile +++ b/input/tolsr/expressive/GNUmakefile @@ -1,3 +1,4 @@ +%% Do not edit this file; it is auto-generated from LSR! depth = ../../../ diff --git a/input/tolsr/expressive/SConscript b/input/tolsr/expressive/SConscript new file mode 100644 index 0000000000..f72bfffc28 --- /dev/null +++ b/input/tolsr/expressive/SConscript @@ -0,0 +1,4 @@ +# -*-python-*- + +Import ('env', 'collate') +collate (title = 'Advanced snippets') diff --git a/input/tolsr/expressive/line-arrows.ly b/input/tolsr/expressive/line-arrows.ly index 19538243e7..7a5e573fe2 100644 --- a/input/tolsr/expressive/line-arrows.ly +++ b/input/tolsr/expressive/line-arrows.ly @@ -1,3 +1,4 @@ +%% Do not edit this file; it is auto-generated from LSR! % contemporary \header { diff --git a/input/tolsr/guitar/AAA-intro-advanced.ly b/input/tolsr/guitar/AAA-intro-advanced.ly new file mode 100644 index 0000000000..b907dd0d52 --- /dev/null +++ b/input/tolsr/guitar/AAA-intro-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 " +@unnumbered Introduction + +This document shows examples from the +@uref{http://lsr@/.dsi@/.unimi@/.it,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 { " " } diff --git a/input/tolsr/guitar/GNUmakefile b/input/tolsr/guitar/GNUmakefile new file mode 100644 index 0000000000..43325ab698 --- /dev/null +++ b/input/tolsr/guitar/GNUmakefile @@ -0,0 +1,16 @@ + +depth = ../../../ + +STEPMAKE_TEMPLATES=documentation texinfo tex +LOCALSTEPMAKE_TEMPLATES=lilypond ly lysdoc + +## Hmm, would this work? No -- if we really want examples, move +## to other dir (input/) comes to mind. +## examples = font20 ancient-font +## LOCALSTEPMAKE_TEMPLATES += ly mutopia + +EXTRA_DIST_FILES= + +include $(depth)/make/stepmake.make + +TITLE=Advanced snippets diff --git a/input/tolsr/guitar/SConscript b/input/tolsr/guitar/SConscript new file mode 100644 index 0000000000..f72bfffc28 --- /dev/null +++ b/input/tolsr/guitar/SConscript @@ -0,0 +1,4 @@ +# -*-python-*- + +Import ('env', 'collate') +collate (title = 'Advanced snippets') diff --git a/input/tolsr/parts/AAA-intro-advanced.ly b/input/tolsr/parts/AAA-intro-advanced.ly new file mode 100644 index 0000000000..b907dd0d52 --- /dev/null +++ b/input/tolsr/parts/AAA-intro-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 " +@unnumbered Introduction + +This document shows examples from the +@uref{http://lsr@/.dsi@/.unimi@/.it,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 { " " } diff --git a/input/tolsr/parts/GNUmakefile b/input/tolsr/parts/GNUmakefile index 43325ab698..432f8c1c4f 100644 --- a/input/tolsr/parts/GNUmakefile +++ b/input/tolsr/parts/GNUmakefile @@ -1,3 +1,4 @@ +%% Do not edit this file; it is auto-generated from LSR! depth = ../../../ diff --git a/input/tolsr/parts/SConscript b/input/tolsr/parts/SConscript new file mode 100644 index 0000000000..f72bfffc28 --- /dev/null +++ b/input/tolsr/parts/SConscript @@ -0,0 +1,4 @@ +# -*-python-*- + +Import ('env', 'collate') +collate (title = 'Advanced snippets') diff --git a/input/tolsr/parts/quote-transposition.ly b/input/tolsr/parts/quote-transposition.ly index 7611de255d..ff3aa5cd7d 100644 --- a/input/tolsr/parts/quote-transposition.ly +++ b/input/tolsr/parts/quote-transposition.ly @@ -1,3 +1,4 @@ +%% Do not edit this file; it is auto-generated from LSR! %preparing \header diff --git a/input/tolsr/parts/quote.ly b/input/tolsr/parts/quote.ly index f3d2e9d02d..4f98e24112 100644 --- a/input/tolsr/parts/quote.ly +++ b/input/tolsr/parts/quote.ly @@ -1,3 +1,4 @@ +%% Do not edit this file; it is auto-generated from LSR! %preparing \header diff --git a/input/tolsr/repeats/AAA-intro-advanced.ly b/input/tolsr/repeats/AAA-intro-advanced.ly new file mode 100644 index 0000000000..b907dd0d52 --- /dev/null +++ b/input/tolsr/repeats/AAA-intro-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 " +@unnumbered Introduction + +This document shows examples from the +@uref{http://lsr@/.dsi@/.unimi@/.it,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 { " " } diff --git a/input/tolsr/repeats/GNUmakefile b/input/tolsr/repeats/GNUmakefile new file mode 100644 index 0000000000..43325ab698 --- /dev/null +++ b/input/tolsr/repeats/GNUmakefile @@ -0,0 +1,16 @@ + +depth = ../../../ + +STEPMAKE_TEMPLATES=documentation texinfo tex +LOCALSTEPMAKE_TEMPLATES=lilypond ly lysdoc + +## Hmm, would this work? No -- if we really want examples, move +## to other dir (input/) comes to mind. +## examples = font20 ancient-font +## LOCALSTEPMAKE_TEMPLATES += ly mutopia + +EXTRA_DIST_FILES= + +include $(depth)/make/stepmake.make + +TITLE=Advanced snippets diff --git a/input/tolsr/repeats/SConscript b/input/tolsr/repeats/SConscript new file mode 100644 index 0000000000..f72bfffc28 --- /dev/null +++ b/input/tolsr/repeats/SConscript @@ -0,0 +1,4 @@ +# -*-python-*- + +Import ('env', 'collate') +collate (title = 'Advanced snippets') diff --git a/input/tolsr/scheme/AAA-intro-advanced.ly b/input/tolsr/scheme/AAA-intro-advanced.ly new file mode 100644 index 0000000000..b907dd0d52 --- /dev/null +++ b/input/tolsr/scheme/AAA-intro-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 " +@unnumbered Introduction + +This document shows examples from the +@uref{http://lsr@/.dsi@/.unimi@/.it,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 { " " } diff --git a/input/tolsr/scheme/GNUmakefile b/input/tolsr/scheme/GNUmakefile new file mode 100644 index 0000000000..43325ab698 --- /dev/null +++ b/input/tolsr/scheme/GNUmakefile @@ -0,0 +1,16 @@ + +depth = ../../../ + +STEPMAKE_TEMPLATES=documentation texinfo tex +LOCALSTEPMAKE_TEMPLATES=lilypond ly lysdoc + +## Hmm, would this work? No -- if we really want examples, move +## to other dir (input/) comes to mind. +## examples = font20 ancient-font +## LOCALSTEPMAKE_TEMPLATES += ly mutopia + +EXTRA_DIST_FILES= + +include $(depth)/make/stepmake.make + +TITLE=Advanced snippets diff --git a/input/tolsr/scheme/SConscript b/input/tolsr/scheme/SConscript new file mode 100644 index 0000000000..f72bfffc28 --- /dev/null +++ b/input/tolsr/scheme/SConscript @@ -0,0 +1,4 @@ +# -*-python-*- + +Import ('env', 'collate') +collate (title = 'Advanced snippets') diff --git a/input/tolsr/spacing/AAA-intro-advanced.ly b/input/tolsr/spacing/AAA-intro-advanced.ly new file mode 100644 index 0000000000..b907dd0d52 --- /dev/null +++ b/input/tolsr/spacing/AAA-intro-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 " +@unnumbered Introduction + +This document shows examples from the +@uref{http://lsr@/.dsi@/.unimi@/.it,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 { " " } diff --git a/input/tolsr/spacing/GNUmakefile b/input/tolsr/spacing/GNUmakefile new file mode 100644 index 0000000000..43325ab698 --- /dev/null +++ b/input/tolsr/spacing/GNUmakefile @@ -0,0 +1,16 @@ + +depth = ../../../ + +STEPMAKE_TEMPLATES=documentation texinfo tex +LOCALSTEPMAKE_TEMPLATES=lilypond ly lysdoc + +## Hmm, would this work? No -- if we really want examples, move +## to other dir (input/) comes to mind. +## examples = font20 ancient-font +## LOCALSTEPMAKE_TEMPLATES += ly mutopia + +EXTRA_DIST_FILES= + +include $(depth)/make/stepmake.make + +TITLE=Advanced snippets diff --git a/input/tolsr/spacing/SConscript b/input/tolsr/spacing/SConscript new file mode 100644 index 0000000000..f72bfffc28 --- /dev/null +++ b/input/tolsr/spacing/SConscript @@ -0,0 +1,4 @@ +# -*-python-*- + +Import ('env', 'collate') +collate (title = 'Advanced snippets') diff --git a/input/tolsr/staff/AAA-intro-advanced.ly b/input/tolsr/staff/AAA-intro-advanced.ly new file mode 100644 index 0000000000..48fe478494 --- /dev/null +++ b/input/tolsr/staff/AAA-intro-advanced.ly @@ -0,0 +1,21 @@ +\version "2.11.15" +%% +.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 shows examples from the +@uref{http://lsr@/.dsi@/.unimi@/.it,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 { " " } diff --git a/input/tolsr/staff/GNUmakefile b/input/tolsr/staff/GNUmakefile new file mode 100644 index 0000000000..43325ab698 --- /dev/null +++ b/input/tolsr/staff/GNUmakefile @@ -0,0 +1,16 @@ + +depth = ../../../ + +STEPMAKE_TEMPLATES=documentation texinfo tex +LOCALSTEPMAKE_TEMPLATES=lilypond ly lysdoc + +## Hmm, would this work? No -- if we really want examples, move +## to other dir (input/) comes to mind. +## examples = font20 ancient-font +## LOCALSTEPMAKE_TEMPLATES += ly mutopia + +EXTRA_DIST_FILES= + +include $(depth)/make/stepmake.make + +TITLE=Advanced snippets diff --git a/input/tolsr/staff/SConscript b/input/tolsr/staff/SConscript new file mode 100644 index 0000000000..f72bfffc28 --- /dev/null +++ b/input/tolsr/staff/SConscript @@ -0,0 +1,4 @@ +# -*-python-*- + +Import ('env', 'collate') +collate (title = 'Advanced snippets') diff --git a/input/tolsr/text/AAA-intro-advanced.ly b/input/tolsr/text/AAA-intro-advanced.ly new file mode 100644 index 0000000000..b907dd0d52 --- /dev/null +++ b/input/tolsr/text/AAA-intro-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 " +@unnumbered Introduction + +This document shows examples from the +@uref{http://lsr@/.dsi@/.unimi@/.it,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 { " " } diff --git a/input/tolsr/text/GNUmakefile b/input/tolsr/text/GNUmakefile index 43325ab698..432f8c1c4f 100644 --- a/input/tolsr/text/GNUmakefile +++ b/input/tolsr/text/GNUmakefile @@ -1,3 +1,4 @@ +%% Do not edit this file; it is auto-generated from LSR! depth = ../../../ diff --git a/input/tolsr/text/SConscript b/input/tolsr/text/SConscript new file mode 100644 index 0000000000..f72bfffc28 --- /dev/null +++ b/input/tolsr/text/SConscript @@ -0,0 +1,4 @@ +# -*-python-*- + +Import ('env', 'collate') +collate (title = 'Advanced snippets') diff --git a/input/tolsr/text/utf-8.ly b/input/tolsr/text/utf-8.ly index 5f8f98ab16..c491bed775 100644 --- a/input/tolsr/text/utf-8.ly +++ b/input/tolsr/text/utf-8.ly @@ -1,3 +1,4 @@ +%% Do not edit this file; it is auto-generated from LSR! % text \version "2.10.0" diff --git a/input/tolsr/vocal/AAA-intro-advanced.ly b/input/tolsr/vocal/AAA-intro-advanced.ly new file mode 100644 index 0000000000..b907dd0d52 --- /dev/null +++ b/input/tolsr/vocal/AAA-intro-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 " +@unnumbered Introduction + +This document shows examples from the +@uref{http://lsr@/.dsi@/.unimi@/.it,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 { " " } diff --git a/input/tolsr/vocal/GNUmakefile b/input/tolsr/vocal/GNUmakefile new file mode 100644 index 0000000000..43325ab698 --- /dev/null +++ b/input/tolsr/vocal/GNUmakefile @@ -0,0 +1,16 @@ + +depth = ../../../ + +STEPMAKE_TEMPLATES=documentation texinfo tex +LOCALSTEPMAKE_TEMPLATES=lilypond ly lysdoc + +## Hmm, would this work? No -- if we really want examples, move +## to other dir (input/) comes to mind. +## examples = font20 ancient-font +## LOCALSTEPMAKE_TEMPLATES += ly mutopia + +EXTRA_DIST_FILES= + +include $(depth)/make/stepmake.make + +TITLE=Advanced snippets diff --git a/input/tolsr/vocal/SConscript b/input/tolsr/vocal/SConscript new file mode 100644 index 0000000000..f72bfffc28 --- /dev/null +++ b/input/tolsr/vocal/SConscript @@ -0,0 +1,4 @@ +# -*-python-*- + +Import ('env', 'collate') +collate (title = 'Advanced snippets')