]> 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 0f31dcb42b48e4db6630ab594a0364154bae2238..5059eb7014c0e39986c7de149c4126b04c67405e 100644 (file)
@@ -6,18 +6,39 @@
 
 @iftex
 @afourpaper
+@c don't replace quotes with directed quotes
+@tex
+\gdef\SETtxicodequoteundirected{Foo}
+\gdef\SETtxicodequotebacktick{Bla}
+@end tex
 @end iftex
 
 @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.
+
+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.
 
-This document shows LilyPond snippets from the
-@uref{http://lsr@/.dsi@/.unimi@/.it,LilyPond Snippet Repository}.
+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; many tags match a section of LilyPond
-notation manual.
+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.
@@ -36,6 +57,33 @@ or figure for each example to see the corresponding input file.
   }
 }
 @end lilypond
+@end titlepage
+
+@iftex
+@contents
+@end iftex
+
+@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
@@ -60,10 +108,18 @@ Specialist notation
 * Ancient notation::
 
 Other collections
-* Other::
+* Contexts and engravers::
+* Tweaks and overrides::
+* Paper and layout::
+* Titles::
+* Spacing::
+* MIDI::
+* Templates::
 @end menu
 
-@contents
+
+@c Please take care of naming every .itely
+@c with an existing tag name.
 
 @include pitches.itely
 @include rhythms.itely
@@ -80,9 +136,16 @@ Other collections
 @include percussion.itely
 @include guitar.itely
 @include strings.itely
+@c ignore empty section
 @c @include bagpipes.itely
 @include ancient-notation.itely
 
-@include other.itely
+@include contexts-and-engravers.itely
+@include tweaks-and-overrides.itely
+@include paper-and-layout.itely
+@include titles.itely
+@include spacing.itely
+@include midi.itely
+@include template.itely
 
 @bye