]> git.donarmstrong.com Git - lilypond.git/commitdiff
Doc: move input/tutorial/ to Documentation/included/
authorGraham Percival <graham@percival-music.ca>
Sun, 4 Oct 2009 12:09:43 +0000 (13:09 +0100)
committerGraham Percival <graham@percival-music.ca>
Sun, 4 Oct 2009 12:09:43 +0000 (13:09 +0100)
Documentation/included/lbook-html-test.html [new file with mode: 0644]
Documentation/included/lbook-latex-test.tex [new file with mode: 0644]
Documentation/included/lbook-texi-test.texi [new file with mode: 0644]
input/GNUmakefile
input/tutorial/GNUmakefile [deleted file]
input/tutorial/lbook-html-test.html [deleted file]
input/tutorial/lbook-latex-test.tex [deleted file]
input/tutorial/lbook-texi-test.texi [deleted file]
make/lilypond-vars.make

diff --git a/Documentation/included/lbook-html-test.html b/Documentation/included/lbook-html-test.html
new file mode 100644 (file)
index 0000000..0a64062
--- /dev/null
@@ -0,0 +1,34 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
+<!-- header_tag -->
+<HTML>
+
+<p>
+Documents for lilypond-book may freely mix music and text.  For
+example,
+<lilypond>
+\relative {
+  c2^"test" g'2 \times 2/3 { f8 e d } c'2 g4
+}
+</lilypond>
+
+<lilypond fragment quote staffsize=26 verbatim>
+  c'4 f16
+</lilypond>
+<!-- footer_tag -->
+<div style="background-color: #e8ffe8; padding: 2; border: #c0ffc0 1px solid;">
+
+<p>
+<font size="-1">
+This page is for LilyPond-2.9.3 (development-branch). <br>
+</font>
+<address><font size="-1">
+Report errors to <a href="http://post.gmane.org/post.php?group=gmane.comp.gnu.lilypond.bugs">http://post.gmane.org/post.php?group=gmane.comp.gnu.lilypond.bugs</a>.</font></address>
+</p>
+</div>
+
+<P>
+ Other languages: <a href="lbook-html-test.html">English</a>.
+ <BR>
+ Using <A HREF='/web/about/browser-language'>automatic language selection</A>.
+</P>
+</HTML>
diff --git a/Documentation/included/lbook-latex-test.tex b/Documentation/included/lbook-latex-test.tex
new file mode 100644 (file)
index 0000000..badee25
--- /dev/null
@@ -0,0 +1,48 @@
+\documentclass[a4paper]{article}
+
+\begin{document}
+
+Documents for lilypond-book may freely mix music and text.  For
+example,
+
+\begin{lilypond}
+\relative {
+  c2^"test" g'2 \times 2/3 { f8 e d } c'2 g4
+} 
+\end{lilypond}
+
+Options are put in brackets.
+
+\begin[fragment,quote,staffsize=26,verbatim]{lilypond}
+  c'4 f16
+\end{lilypond}
+
+Larger examples can be put in a separate file, and introduced with
+\verb+\lilypondfile+.
+
+%\lilypondfile[quote,noindent]{screech-boink.ly}
+
+
+
+The line length of a \LaTeX{} document matches the length of music
+fragment: bla bla bla bla bla bla bla bla bla bla bla bla bla bla bla
+bla bla bla bla bla bla bla bla bla bla bla bla bla bla bla bla bla
+bla bla bla bla bla bla bla bla bla bla bla bla bla bla bla bla bla
+bla bla bla bla bla bla bla bla bla bla bla bla bla bla bla bla bla
+bla bla bla bla bla bla
+
+\begin{lilypond}
+{
+c''4 c'' c'' c'' c''4 c'' c'' c'' c''4 c'' c'' c'' c''4 c'' c'' c'' c''4 c'' c'' c''
+c''4 c'' c'' c'' c''4 c'' c'' c'' c''4 c'' c'' c'' c''4 c'' c'' c'' c''4 c'' c'' c''
+c''4 c'' c'' c'' c''4 c'' c'' c'' c''4 c'' c'' c'' c''4 c'' c'' c'' c''4 c'' c'' c''
+c''4 c'' c'' c'' c''4 c'' c'' c'' c''4 c'' c'' c'' c''4 c'' c'' c'' c''4 c'' c'' c''
+c''4 c'' c'' c'' c''4 c'' c'' c'' c''4 c'' c'' c'' c''4 c'' c'' c'' c''4 c'' c'' c''
+c''4 c'' c'' c'' c''4 c'' c'' c'' c''4 c'' c'' c'' c''4 c'' c'' c'' c''4 c'' c'' c''
+c''4 c'' c'' c'' c''4 c'' c'' c'' c''4 c'' c'' c'' c''4 c'' c'' c'' c''4 c'' c'' c''
+c''4 c'' c'' c'' c''4 c'' c'' c'' c''4 c'' c'' c'' c''4 c'' c'' c'' c''4 c'' c'' c''
+}
+\end{lilypond}
+
+
+\end{document}
diff --git a/Documentation/included/lbook-texi-test.texi b/Documentation/included/lbook-texi-test.texi
new file mode 100644 (file)
index 0000000..6920999
--- /dev/null
@@ -0,0 +1,34 @@
+\input texinfo @c -*-texinfo-*-
+@setfilename lilbook.info
+@settitle  lilypond-book test
+@node Top, , , 
+@top
+
+@chapter lilypond-book test
+
+@section Introduction
+
+Blah blah blah Blah blah blah Blah blah blah Blah blah blah Blah blah
+blah
+
+Fragment:
+
+
+@lilypond
+\relative {
+  c2 g'2^"test" \times 2/3 { f8 e d } c'2  g4
+} 
+@end lilypond
+
+
+Bla bla blah
+
+This is a multipage / multipicture fragment:
+
+@lilypond
+\book {
+  \score { { c1 \break \pageBreak c1 } }
+} 
+@end lilypond
+
+@bye
index aaa3954761bbf25da80776ad2f385655be348028..9b068a9f3a1f962631ab1976e65d59e3bf4f23a6 100644 (file)
@@ -1,6 +1,6 @@
 depth = ..
 
-SUBDIRS = regression tutorial mutopia
+SUBDIRS = regression mutopia
 
 examples = typography-demo les-nereides wilhelmus proportional bach-schenker cary
 
diff --git a/input/tutorial/GNUmakefile b/input/tutorial/GNUmakefile
deleted file mode 100644 (file)
index 0213aef..0000000
+++ /dev/null
@@ -1,9 +0,0 @@
-depth = ../..
-
-LOCALSTEPMAKE_TEMPLATES=ly mutopia
-
-EXTRA_DIST_FILES= lbook-texi-test.texi  lbook-latex-test.tex lbook-html-test.html
-
-include $(depth)/make/stepmake.make
-
-
diff --git a/input/tutorial/lbook-html-test.html b/input/tutorial/lbook-html-test.html
deleted file mode 100644 (file)
index 0a64062..0000000
+++ /dev/null
@@ -1,34 +0,0 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
-<!-- header_tag -->
-<HTML>
-
-<p>
-Documents for lilypond-book may freely mix music and text.  For
-example,
-<lilypond>
-\relative {
-  c2^"test" g'2 \times 2/3 { f8 e d } c'2 g4
-}
-</lilypond>
-
-<lilypond fragment quote staffsize=26 verbatim>
-  c'4 f16
-</lilypond>
-<!-- footer_tag -->
-<div style="background-color: #e8ffe8; padding: 2; border: #c0ffc0 1px solid;">
-
-<p>
-<font size="-1">
-This page is for LilyPond-2.9.3 (development-branch). <br>
-</font>
-<address><font size="-1">
-Report errors to <a href="http://post.gmane.org/post.php?group=gmane.comp.gnu.lilypond.bugs">http://post.gmane.org/post.php?group=gmane.comp.gnu.lilypond.bugs</a>.</font></address>
-</p>
-</div>
-
-<P>
- Other languages: <a href="lbook-html-test.html">English</a>.
- <BR>
- Using <A HREF='/web/about/browser-language'>automatic language selection</A>.
-</P>
-</HTML>
diff --git a/input/tutorial/lbook-latex-test.tex b/input/tutorial/lbook-latex-test.tex
deleted file mode 100644 (file)
index badee25..0000000
+++ /dev/null
@@ -1,48 +0,0 @@
-\documentclass[a4paper]{article}
-
-\begin{document}
-
-Documents for lilypond-book may freely mix music and text.  For
-example,
-
-\begin{lilypond}
-\relative {
-  c2^"test" g'2 \times 2/3 { f8 e d } c'2 g4
-} 
-\end{lilypond}
-
-Options are put in brackets.
-
-\begin[fragment,quote,staffsize=26,verbatim]{lilypond}
-  c'4 f16
-\end{lilypond}
-
-Larger examples can be put in a separate file, and introduced with
-\verb+\lilypondfile+.
-
-%\lilypondfile[quote,noindent]{screech-boink.ly}
-
-
-
-The line length of a \LaTeX{} document matches the length of music
-fragment: bla bla bla bla bla bla bla bla bla bla bla bla bla bla bla
-bla bla bla bla bla bla bla bla bla bla bla bla bla bla bla bla bla
-bla bla bla bla bla bla bla bla bla bla bla bla bla bla bla bla bla
-bla bla bla bla bla bla bla bla bla bla bla bla bla bla bla bla bla
-bla bla bla bla bla bla
-
-\begin{lilypond}
-{
-c''4 c'' c'' c'' c''4 c'' c'' c'' c''4 c'' c'' c'' c''4 c'' c'' c'' c''4 c'' c'' c''
-c''4 c'' c'' c'' c''4 c'' c'' c'' c''4 c'' c'' c'' c''4 c'' c'' c'' c''4 c'' c'' c''
-c''4 c'' c'' c'' c''4 c'' c'' c'' c''4 c'' c'' c'' c''4 c'' c'' c'' c''4 c'' c'' c''
-c''4 c'' c'' c'' c''4 c'' c'' c'' c''4 c'' c'' c'' c''4 c'' c'' c'' c''4 c'' c'' c''
-c''4 c'' c'' c'' c''4 c'' c'' c'' c''4 c'' c'' c'' c''4 c'' c'' c'' c''4 c'' c'' c''
-c''4 c'' c'' c'' c''4 c'' c'' c'' c''4 c'' c'' c'' c''4 c'' c'' c'' c''4 c'' c'' c''
-c''4 c'' c'' c'' c''4 c'' c'' c'' c''4 c'' c'' c'' c''4 c'' c'' c'' c''4 c'' c'' c''
-c''4 c'' c'' c'' c''4 c'' c'' c'' c''4 c'' c'' c'' c''4 c'' c'' c'' c''4 c'' c'' c''
-}
-\end{lilypond}
-
-
-\end{document}
diff --git a/input/tutorial/lbook-texi-test.texi b/input/tutorial/lbook-texi-test.texi
deleted file mode 100644 (file)
index 6920999..0000000
+++ /dev/null
@@ -1,34 +0,0 @@
-\input texinfo @c -*-texinfo-*-
-@setfilename lilbook.info
-@settitle  lilypond-book test
-@node Top, , , 
-@top
-
-@chapter lilypond-book test
-
-@section Introduction
-
-Blah blah blah Blah blah blah Blah blah blah Blah blah blah Blah blah
-blah
-
-Fragment:
-
-
-@lilypond
-\relative {
-  c2 g'2^"test" \times 2/3 { f8 e d } c'2  g4
-} 
-@end lilypond
-
-
-Bla bla blah
-
-This is a multipage / multipicture fragment:
-
-@lilypond
-\book {
-  \score { { c1 \break \pageBreak c1 } }
-} 
-@end lilypond
-
-@bye
index 993d6de0f67353fd4871aea82725828741ddfb8d..d1c7cd2fea46e8c9d86945286e91d339a645f0c1 100644 (file)
@@ -29,7 +29,7 @@ LILYPOND_BOOK = $(script-dir)/lilypond-book.py
 LILYPOND_BOOK_INCLUDES = -I $(src-dir)/ -I $(outdir) -I $(input-dir)   \
  -I $(top-src-dir)/Documentation -I $(top-src-dir)/Documentation/snippets \
  -I $(input-dir)/regression/ -I $(top-src-dir)/Documentation/included/ \
- -I $(input-dir)/tutorial/ -I $(top-build-dir)/mf/$(outconfbase)/      \
+ -I $(top-build-dir)/mf/$(outconfbase)/        \
  -I $(top-build-dir)/mf/out/ \
  -I $(top-src-dir)/Documentation/pictures \
  -I $(top-build-dir)/Documentation/pictures/$(outdir)