]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/lsr/snippets.tely
Merge branch 'lilypond/translation' of ssh://jomand@git.sv.gnu.org/srv/git/lilypond...
[lilypond.git] / input / lsr / snippets.tely
index 39e558c92416f6234229e1134642e9e46f52f309..5059eb7014c0e39986c7de149c4126b04c67405e 100644 (file)
 
 @finalout
 
-@node Top
-@top LilyPond examples
+@titlepage
+@title LilyPond
+@subtitle The music typesetter
+@titlefont{Snippets}
+@author LilyPond Snippet Repository contributors
+
+@vskip 20pt
+
+This document shows a selected set of LilyPond snippets from the
+@uref{http://lsr@/.dsi@/.unimi@/.it,LilyPond Snippet Repository}
+(LSR). It is in the public domain.
 
-This document shows LilyPond snippets from the
-@uref{http://lsr@/.dsi@/.unimi@/.it,LilyPond Snippet Repository}.
+We would like to address many thanks to Sebastiano Vigna for maintaining
+LSR web site and database, and the University of Milano for hosting LSR.
 
-Snippets are grouped by tags; many tags match a section of LilyPond
-notation manual.
+Please note that this document is not an exact subset of LSR: some
+snippets come from @file{input/new} LilyPond sources directory, and
+snippets from LSR are converted through @command{convert-ly}, as LSR is
+based on a stable LilyPond version, and this document may be for a newer
+version (see below).
+
+Snippets are grouped by tags; tags listed in the table of contents match
+a section of LilyPond notation manual.  Snippets may have several tags,
+and not all LSR tags may appear in this document.
 
 In the HTML version of this document, you can click on the file name
 or figure for each example to see the corresponding input file.
@@ -41,9 +57,35 @@ or figure for each example to see the corresponding input file.
   }
 }
 @end lilypond
+@end titlepage
+
+@iftex
+@contents
+@end iftex
 
-@c maybe generate/update @menu and @includes automatically? --jm
 @ifnottex
+@node Top
+@top LilyPond examples
+
+This document shows a selected set of LilyPond snippets from the
+@uref{http://lsr@/.dsi@/.unimi@/.it,LilyPond Snippet Repository}
+(LSR). It is in the public domain.
+
+Please note that it is not an exact subset of LSR: some snippets come
+from @file{input/new} LilyPond sources directory, and snippets from LSR
+are converted through @command{convert-ly}, as LSR is based on a stable
+LilyPond version, and this document may be for a newer version (see
+below).
+
+Snippets are grouped by tags; tags listed in the table of contents match
+a section of LilyPond notation manual.  Snippets may have several tags,
+and not all LSR tags may appear in this document.
+
+In the HTML version of this document, you can click on the file name
+or figure for each example to see the corresponding input file.
+@end ifnottex
+
+@c maybe generate/update @menu and @includes automatically? --jm
 @menu
 Musical notation
 * Pitches::
@@ -72,13 +114,12 @@ Other collections
 * Titles::
 * Spacing::
 * MIDI::
-* Other::
+* Templates::
 @end menu
-@end ifnottex
 
-@iftex
-@contents
-@end iftex
+
+@c Please take care of naming every .itely
+@c with an existing tag name.
 
 @include pitches.itely
 @include rhythms.itely
@@ -95,6 +136,7 @@ Other collections
 @include percussion.itely
 @include guitar.itely
 @include strings.itely
+@c ignore empty section
 @c @include bagpipes.itely
 @include ancient-notation.itely
 
@@ -104,6 +146,6 @@ Other collections
 @include titles.itely
 @include spacing.itely
 @include midi.itely
-@include other.itely
+@include template.itely
 
 @bye