From: John Mandereau <john.mandereau@gmail.com>
Date: Sun, 30 Dec 2007 16:55:57 +0000 (+0100)
Subject: Clean up input/new, second step
X-Git-Tag: release/2.11.37-1~13
X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=9dbf3c8d1589d8b9e793c39cc0918a4e4a4bac6e;p=lilypond.git

Clean up input/new, second step
---

diff --git a/input/new/bagpipes/AAA-intro.ly b/input/new/bagpipes/AAA-intro.ly
deleted file mode 100644
index 93c62a94e3..0000000000
--- a/input/new/bagpipes/AAA-intro.ly
+++ /dev/null
@@ -1,16 +0,0 @@
-\version "2.10.0"
-
-\header{
-texidoc = "
-@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."
-}
-
-% make sure .png  is generated.
-\markup{ "This document is for LilyPond version" #(ly:export(lilypond-version)) }
-
diff --git a/input/new/chords/AAA-intro.ly b/input/new/chords/AAA-intro.ly
deleted file mode 100644
index 93c62a94e3..0000000000
--- a/input/new/chords/AAA-intro.ly
+++ /dev/null
@@ -1,16 +0,0 @@
-\version "2.10.0"
-
-\header{
-texidoc = "
-@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."
-}
-
-% make sure .png  is generated.
-\markup{ "This document is for LilyPond version" #(ly:export(lilypond-version)) }
-
diff --git a/input/new/editorial-and-educational-use/AAA-intro.ly b/input/new/editorial-and-educational-use/AAA-intro.ly
deleted file mode 100644
index 93c62a94e3..0000000000
--- a/input/new/editorial-and-educational-use/AAA-intro.ly
+++ /dev/null
@@ -1,16 +0,0 @@
-\version "2.10.0"
-
-\header{
-texidoc = "
-@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."
-}
-
-% make sure .png  is generated.
-\markup{ "This document is for LilyPond version" #(ly:export(lilypond-version)) }
-
diff --git a/input/new/expressive/AAA-intro.ly b/input/new/expressive/AAA-intro.ly
deleted file mode 100644
index 93c62a94e3..0000000000
--- a/input/new/expressive/AAA-intro.ly
+++ /dev/null
@@ -1,16 +0,0 @@
-\version "2.10.0"
-
-\header{
-texidoc = "
-@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."
-}
-
-% make sure .png  is generated.
-\markup{ "This document is for LilyPond version" #(ly:export(lilypond-version)) }
-
diff --git a/input/new/expressive/GNUmakefile b/input/new/expressive/GNUmakefile
deleted file mode 100644
index 3819fda13a..0000000000
--- a/input/new/expressive/GNUmakefile
+++ /dev/null
@@ -1,15 +0,0 @@
-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/new/expressive/SConscript b/input/new/expressive/SConscript
deleted file mode 100644
index f72bfffc28..0000000000
--- a/input/new/expressive/SConscript
+++ /dev/null
@@ -1,4 +0,0 @@
-# -*-python-*-
-
-Import ('env', 'collate')
-collate (title = 'Advanced snippets')
diff --git a/input/new/expressive/line-arrows.ly b/input/new/expressive/line-arrows.ly
deleted file mode 100644
index 7512711cb1..0000000000
--- a/input/new/expressive/line-arrows.ly
+++ /dev/null
@@ -1,28 +0,0 @@
-\header {
-  texidoc = "Arrows can be applied to text-spanners and line-spanners (such as the Glissando)"
-}
-
-\version "2.10.0"
-
-\paper {
-  ragged-right = ##t
-}
-
-\relative c'' {
-  \override TextSpanner #'bound-padding = #1.0
-  \override TextSpanner #'dash-fraction = #'()
-  \override TextSpanner #'bound-details #'right #'arrow = ##t
-  \override TextSpanner #'bound-details #'left #'text = #"fof"
-  \override TextSpanner #'bound-details #'right #'text = #"gag"
-  \override TextSpanner #'bound-details #'right #'padding = #0.6
-
-  \override TextSpanner #'bound-details #'right #'stencil-align-dir-y = #CENTER
-  \override TextSpanner #'bound-details #'left #'stencil-align-dir-y = #CENTER
-  
-  \override Glissando #'bound-details #'right #'arrow = ##t
-  \override Glissando #'arrow-length = #0.5
-  \override Glissando #'arrow-width = #0.25
-  
-  a8\startTextSpan gis8 a4 b4\glissando
-  b,4 | g' c\stopTextSpan c
-}
diff --git a/input/new/guitar/AAA-intro.ly b/input/new/guitar/AAA-intro.ly
deleted file mode 100644
index 93c62a94e3..0000000000
--- a/input/new/guitar/AAA-intro.ly
+++ /dev/null
@@ -1,16 +0,0 @@
-\version "2.10.0"
-
-\header{
-texidoc = "
-@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."
-}
-
-% make sure .png  is generated.
-\markup{ "This document is for LilyPond version" #(ly:export(lilypond-version)) }
-
diff --git a/input/new/other/AAA-intro.ly b/input/new/other/AAA-intro.ly
deleted file mode 100644
index 93c62a94e3..0000000000
--- a/input/new/other/AAA-intro.ly
+++ /dev/null
@@ -1,16 +0,0 @@
-\version "2.10.0"
-
-\header{
-texidoc = "
-@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."
-}
-
-% make sure .png  is generated.
-\markup{ "This document is for LilyPond version" #(ly:export(lilypond-version)) }
-
diff --git a/input/new/other/applying-noteheads-styles-depending-on-the-step-of-the-scale.ly b/input/new/other/applying-noteheads-styles-depending-on-the-step-of-the-scale.ly
index 8ce0c479e6..b151ea7cfb 100644
--- a/input/new/other/applying-noteheads-styles-depending-on-the-step-of-the-scale.ly
+++ b/input/new/other/applying-noteheads-styles-depending-on-the-step-of-the-scale.ly
@@ -1,4 +1,3 @@
-%%  Do not edit this file; it is auto-generated from LSR!
 \version "2.11.23"
 
 \header { texidoc = "
diff --git a/input/new/other/drawing-boxes-around-grobs.ly b/input/new/other/drawing-boxes-around-grobs.ly
index 2c8d1e9483..7a4400292b 100644
--- a/input/new/other/drawing-boxes-around-grobs.ly
+++ b/input/new/other/drawing-boxes-around-grobs.ly
@@ -1,4 +1,3 @@
-%%  Do not edit this file; it is auto-generated from LSR!
 \version "2.11.23"
 
 \header { texidoc = "
diff --git a/input/new/other/drawing-circles-around-various-objects.ly b/input/new/other/drawing-circles-around-various-objects.ly
index 8409531e81..9ea318d4f5 100644
--- a/input/new/other/drawing-circles-around-various-objects.ly
+++ b/input/new/other/drawing-circles-around-various-objects.ly
@@ -1,4 +1,3 @@
-%%  Do not edit this file; it is auto-generated from LSR!
 \version "2.11.23"
 
 \header { texidoc = "
diff --git a/input/new/other/making-an-object-invisibile-with-the-transparent-property.ly b/input/new/other/making-an-object-invisibile-with-the-transparent-property.ly
index e38331e2c3..fab655ccd7 100644
--- a/input/new/other/making-an-object-invisibile-with-the-transparent-property.ly
+++ b/input/new/other/making-an-object-invisibile-with-the-transparent-property.ly
@@ -1,4 +1,3 @@
-%%  Do not edit this file; it is auto-generated from LSR!
 \version "2.11.23"
 
 \header { texidoc = "
diff --git a/input/new/other/outputting-the-version-number.ly b/input/new/other/outputting-the-version-number.ly
index 4d4ec62ddc..f43704c446 100644
--- a/input/new/other/outputting-the-version-number.ly
+++ b/input/new/other/outputting-the-version-number.ly
@@ -1,4 +1,3 @@
-%%  Do not edit this file; it is auto-generated from LSR!
 \version "2.11.23"
 
 \header { texidoc = "
diff --git a/input/new/other/using-the--tweak-command-to-tweak-individual-grobs.ly b/input/new/other/using-the--tweak-command-to-tweak-individual-grobs.ly
index ac7e06ef8d..149b108f00 100644
--- a/input/new/other/using-the--tweak-command-to-tweak-individual-grobs.ly
+++ b/input/new/other/using-the--tweak-command-to-tweak-individual-grobs.ly
@@ -1,4 +1,3 @@
-%%  Do not edit this file; it is auto-generated from LSR!
 \version "2.11.23"
 
 \header { texidoc = "
diff --git a/input/new/paper-and-layout/AAA-intro.ly b/input/new/paper-and-layout/AAA-intro.ly
deleted file mode 100644
index 93c62a94e3..0000000000
--- a/input/new/paper-and-layout/AAA-intro.ly
+++ /dev/null
@@ -1,16 +0,0 @@
-\version "2.10.0"
-
-\header{
-texidoc = "
-@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."
-}
-
-% make sure .png  is generated.
-\markup{ "This document is for LilyPond version" #(ly:export(lilypond-version)) }
-
diff --git a/input/new/parts/AAA-intro.ly b/input/new/parts/AAA-intro.ly
deleted file mode 100644
index 93c62a94e3..0000000000
--- a/input/new/parts/AAA-intro.ly
+++ /dev/null
@@ -1,16 +0,0 @@
-\version "2.10.0"
-
-\header{
-texidoc = "
-@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."
-}
-
-% make sure .png  is generated.
-\markup{ "This document is for LilyPond version" #(ly:export(lilypond-version)) }
-
diff --git a/input/new/percussion/AAA-intro.ly b/input/new/percussion/AAA-intro.ly
deleted file mode 100644
index 93c62a94e3..0000000000
--- a/input/new/percussion/AAA-intro.ly
+++ /dev/null
@@ -1,16 +0,0 @@
-\version "2.10.0"
-
-\header{
-texidoc = "
-@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."
-}
-
-% make sure .png  is generated.
-\markup{ "This document is for LilyPond version" #(ly:export(lilypond-version)) }
-
diff --git a/input/new/pitches/AAA-intro.ly b/input/new/pitches/AAA-intro.ly
deleted file mode 100644
index 93c62a94e3..0000000000
--- a/input/new/pitches/AAA-intro.ly
+++ /dev/null
@@ -1,16 +0,0 @@
-\version "2.10.0"
-
-\header{
-texidoc = "
-@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."
-}
-
-% make sure .png  is generated.
-\markup{ "This document is for LilyPond version" #(ly:export(lilypond-version)) }
-
diff --git a/input/new/real-music/AAA-intro.ly b/input/new/real-music/AAA-intro.ly
deleted file mode 100644
index 93c62a94e3..0000000000
--- a/input/new/real-music/AAA-intro.ly
+++ /dev/null
@@ -1,16 +0,0 @@
-\version "2.10.0"
-
-\header{
-texidoc = "
-@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."
-}
-
-% make sure .png  is generated.
-\markup{ "This document is for LilyPond version" #(ly:export(lilypond-version)) }
-
diff --git a/input/new/repeats/AAA-intro.ly b/input/new/repeats/AAA-intro.ly
deleted file mode 100644
index 93c62a94e3..0000000000
--- a/input/new/repeats/AAA-intro.ly
+++ /dev/null
@@ -1,16 +0,0 @@
-\version "2.10.0"
-
-\header{
-texidoc = "
-@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."
-}
-
-% make sure .png  is generated.
-\markup{ "This document is for LilyPond version" #(ly:export(lilypond-version)) }
-
diff --git a/input/new/rhythms/AAA-intro.ly b/input/new/rhythms/AAA-intro.ly
deleted file mode 100644
index e76ef854bd..0000000000
--- a/input/new/rhythms/AAA-intro.ly
+++ /dev/null
@@ -1,19 +0,0 @@
-\version "2.11.23"
-
-\header{ texidoc = "
-@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.
-
-@ifhtml
-Also available as a @uref{collated-files.pdf,PDF}
-@end ifhtml
-"}
-
-% make sure .png  is generated.
-\markup{ "This document is for LilyPond version" #(ly:export(lilypond-version)) }
-
diff --git a/input/new/spacing/AAA-intro.ly b/input/new/spacing/AAA-intro.ly
deleted file mode 100644
index 93c62a94e3..0000000000
--- a/input/new/spacing/AAA-intro.ly
+++ /dev/null
@@ -1,16 +0,0 @@
-\version "2.10.0"
-
-\header{
-texidoc = "
-@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."
-}
-
-% make sure .png  is generated.
-\markup{ "This document is for LilyPond version" #(ly:export(lilypond-version)) }
-
diff --git a/input/new/strings/AAA-intro.ly b/input/new/strings/AAA-intro.ly
deleted file mode 100644
index 93c62a94e3..0000000000
--- a/input/new/strings/AAA-intro.ly
+++ /dev/null
@@ -1,16 +0,0 @@
-\version "2.10.0"
-
-\header{
-texidoc = "
-@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."
-}
-
-% make sure .png  is generated.
-\markup{ "This document is for LilyPond version" #(ly:export(lilypond-version)) }
-
diff --git a/input/new/text/AAA-intro.ly b/input/new/text/AAA-intro.ly
deleted file mode 100644
index 93c62a94e3..0000000000
--- a/input/new/text/AAA-intro.ly
+++ /dev/null
@@ -1,16 +0,0 @@
-\version "2.10.0"
-
-\header{
-texidoc = "
-@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."
-}
-
-% make sure .png  is generated.
-\markup{ "This document is for LilyPond version" #(ly:export(lilypond-version)) }
-