X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Flsr%2Flilypond-snippets.tely;h=0062153a2b3fdc6a587a69f3110c50f7258243c4;hb=1423508c355989fa26a8cfe5985b0d6e1ab0a538;hp=b052256c49e47a46d3f33759623172d348e3624c;hpb=b9c3fa6bdea9d17ef1e93d3595e1b3f69233a49a;p=lilypond.git diff --git a/input/lsr/lilypond-snippets.tely b/input/lsr/lilypond-snippets.tely index b052256c49..0062153a2b 100644 --- a/input/lsr/lilypond-snippets.tely +++ b/input/lsr/lilypond-snippets.tely @@ -15,6 +15,63 @@ @include version.itexi +@ifnothtml +@macro lydoctitle{TEXT} +@unnumberedsec \TEXT\ +@end macro +@end ifnothtml + +@ifhtml + +@macro lydoctitle{TEXT} +@node \TEXT\ +@unnumberedsec \TEXT\ +@end macro + +@ifset bigpage + +@macro rlearning{NAME} +See also Learning Manual, section +@ref{\NAME\,,,lilypond-learning-big-page,Learning Manual}. +@end macro + +@macro ruser{NAME} +These snippets illustrate the Notation Reference, +section @ref{\NAME\,,,lilypond-big-page,Notation Reference}. +@end macro + +@end ifset + + +@ifclear bigpage + +@macro rlearning{NAME} +See also Learning Manual, section +@ref{\NAME\,,,lilypond-learning,Learning Manual}. +@end macro + +@macro ruser{NAME} +These snippets illustrate the Notation Reference, +section @ref{\NAME\,,,lilypond,Notation Reference}. +@end macro + +@end ifclear + +@end ifhtml + + +@ifnothtml + +@macro rlearning{NAME} +See also @ref{\NAME\,,,lilypond-learning,Learning Manual}. +@end macro + +@macro ruser{NAME} +These snippets illustrate @ref{\NAME\,,,lilypond,Notation Reference}. +@end macro + +@end ifnothtml + @dircategory GNU LilyPond --- the music typesetter @direntry * LilyPond Snippets: (lilypond-snippets). Short tricks, tips, and examples. @@ -58,7 +115,20 @@ or figure for each example to see the corresponding input file. @ifnottex @node Top -@top LilyPond examples +@top GNU LilyPond --- Snippets List + +@ifhtml +@ifclear bigpage +This document is also available as a +@uref{source/Documentation/user/lilypond-snippets.pdf,PDF} and as +@uref{source/input/lsr/lilypond-snippets-big-page.html,one big page}. +@end ifclear +@ifset bigpage +This document is also available as a +@uref{source/Documentation/user/lilypond-snippets.pdf,PDF} and as +@uref{source/input/lsr/lilypond-snippets/index.html,HTML indexed multiple pages}. +@end ifset +@end ifhtml This document shows a selected set of LilyPond snippets from the @uref{http://lsr@/.dsi@/.unimi@/.it,LilyPond Snippet Repository} @@ -86,7 +156,7 @@ Musical notation * Repeats:: * Simultaneous notes:: * Staff notation:: -* Editorial and educational use:: +* Editorial annotations:: * Text:: Specialist notation @@ -96,7 +166,9 @@ Specialist notation * Percussion:: * Fretted strings:: * Unfretted strings:: +* Winds:: * Ancient notation:: +* World music:: Other collections * Contexts and engravers:: @@ -108,6 +180,8 @@ Other collections * Templates:: @end menu +@contents + @c Please take care of naming every .itely @c with an existing tag name. @@ -118,7 +192,7 @@ Other collections @include repeats.itely @include simultaneous-notes.itely @include staff-notation.itely -@include editorial-and-educational-use.itely +@include editorial-annotations.itely @include text.itely @include vocal-music.itely @@ -127,8 +201,9 @@ Other collections @include percussion.itely @include fretted-strings.itely @include unfretted-strings.itely -@c @include winds.itely +@include winds.itely @include ancient-notation.itely +@include world-music.itely @include contexts-and-engravers.itely @include tweaks-and-overrides.itely