From bc901fc6725b0b91be026f03a933d493a017e3af Mon Sep 17 00:00:00 2001 From: Graham Percival Date: Fri, 9 Feb 2007 15:57:51 -0800 Subject: [PATCH] Compile / dist-check fix. --- input/GNUmakefile | 4 +--- input/lsr/README | 7 +++++++ input/tolsr/GNUmakefile | 9 +++++++++ input/tolsr/SConscript | 4 ++++ input/tolsr/{contemporary => }/line-arrows.ly | 2 ++ input/tolsr/{preparing => }/quote-transposition.ly | 1 + input/tolsr/{preparing => }/quote.ly | 2 ++ input/tolsr/{text => }/utf-8.ly | 2 ++ 8 files changed, 28 insertions(+), 3 deletions(-) create mode 100644 input/lsr/README create mode 100644 input/tolsr/GNUmakefile create mode 100644 input/tolsr/SConscript rename input/tolsr/{contemporary => }/line-arrows.ly (98%) rename input/tolsr/{preparing => }/quote-transposition.ly (98%) rename input/tolsr/{preparing => }/quote.ly (98%) rename input/tolsr/{text => }/utf-8.ly (99%) diff --git a/input/GNUmakefile b/input/GNUmakefile index cc24efc8ad..a0d454b716 100644 --- a/input/GNUmakefile +++ b/input/GNUmakefile @@ -1,12 +1,10 @@ depth = .. -SUBDIRS = test regression tutorial mutopia manual lsr +SUBDIRS = test regression tutorial mutopia manual lsr tolsr examples = typography-demo les-nereides wilhelmus proportional bach-schenker cary LOCALSTEPMAKE_TEMPLATES=ly mutopia EXTRA_DIST_FILES=paddy.abc -EXTRA_DIST_DIR = tolsr - include $(depth)/make/stepmake.make diff --git a/input/lsr/README b/input/lsr/README new file mode 100644 index 0000000000..2229537323 --- /dev/null +++ b/input/lsr/README @@ -0,0 +1,7 @@ +This directory contains examples generated automatically from LSR: +http://lsr.dsi.unimi.it/ + +Any changes made to .ly files (other than AAA-intro-*.ly) will be +lost. Please make updates to the LSR database directly. You must +be an editor to change "approved" snippets in LSR. + diff --git a/input/tolsr/GNUmakefile b/input/tolsr/GNUmakefile new file mode 100644 index 0000000000..a573e72312 --- /dev/null +++ b/input/tolsr/GNUmakefile @@ -0,0 +1,9 @@ +depth = ../../ + +STEPMAKE_TEMPLATES=documentation texinfo tex +LOCALSTEPMAKE_TEMPLATES=lilypond ly lysdoc + +include $(depth)/make/stepmake.make + +TITLE=Stuff waiting for LSR -- you should not see this! + diff --git a/input/tolsr/SConscript b/input/tolsr/SConscript new file mode 100644 index 0000000000..d5d0cb95ad --- /dev/null +++ b/input/tolsr/SConscript @@ -0,0 +1,4 @@ +# -*-python-*- + +Import ('env', 'collate') +collate (title = 'Stuff waiting for LSR -- you should not see this!') diff --git a/input/tolsr/contemporary/line-arrows.ly b/input/tolsr/line-arrows.ly similarity index 98% rename from input/tolsr/contemporary/line-arrows.ly rename to input/tolsr/line-arrows.ly index 7512711cb1..19538243e7 100644 --- a/input/tolsr/contemporary/line-arrows.ly +++ b/input/tolsr/line-arrows.ly @@ -1,3 +1,5 @@ +% contemporary + \header { texidoc = "Arrows can be applied to text-spanners and line-spanners (such as the Glissando)" } diff --git a/input/tolsr/preparing/quote-transposition.ly b/input/tolsr/quote-transposition.ly similarity index 98% rename from input/tolsr/preparing/quote-transposition.ly rename to input/tolsr/quote-transposition.ly index ceecc579d4..7611de255d 100644 --- a/input/tolsr/preparing/quote-transposition.ly +++ b/input/tolsr/quote-transposition.ly @@ -1,3 +1,4 @@ +%preparing \header { diff --git a/input/tolsr/preparing/quote.ly b/input/tolsr/quote.ly similarity index 98% rename from input/tolsr/preparing/quote.ly rename to input/tolsr/quote.ly index 1f29585f3c..f3d2e9d02d 100644 --- a/input/tolsr/preparing/quote.ly +++ b/input/tolsr/quote.ly @@ -1,3 +1,5 @@ +%preparing + \header { diff --git a/input/tolsr/text/utf-8.ly b/input/tolsr/utf-8.ly similarity index 99% rename from input/tolsr/text/utf-8.ly rename to input/tolsr/utf-8.ly index abd4227671..5f8f98ab16 100644 --- a/input/tolsr/text/utf-8.ly +++ b/input/tolsr/utf-8.ly @@ -1,3 +1,5 @@ +% text + \version "2.10.0" %% Edit this file using a Unicode aware editor, such as GVIM, GEDIT, Emacs -- 2.39.5