1 \input texinfo @c -*- coding: utf-8; mode: texinfo; -*-
2 @setfilename lilypond-snippets.info
3 @settitle LilyPond snippets
4 @documentencoding UTF-8
9 @c don't replace quotes with directed quotes
11 \gdef\SETtxicodequoteundirected{Foo}
12 \gdef\SETtxicodequotebacktick{Bla}
16 @include version.itexi
18 @macro lydoctitle{TEXT}
24 These snippets illustrate the User Manual,
25 section @ref{\NAME\,,,lilypond,Notation Reference}.
28 @macro rlearning{NAME}
29 See also Learning Manual, section
30 @ref{\NAME\,,,lilypond-learning,Learning Manual}.
36 These snippets illustrate @ref{\NAME\,,,lilypond,Notation Reference}.
39 @macro rlearning{NAME}
40 See also @ref{\NAME\,,,lilypond-learning,Learning Manual}.
44 @dircategory GNU LilyPond --- the music typesetter
46 * LilyPond Snippets: (lilypond-snippets). Short tricks, tips, and examples.
53 @subtitle The music typesetter
55 @author LilyPond Snippet Repository contributors
59 This document shows a selected set of LilyPond snippets from the
60 @uref{http://lsr@/.dsi@/.unimi@/.it,LilyPond Snippet Repository}
61 (LSR). It is in the public domain.
63 We would like to address many thanks to Sebastiano Vigna for maintaining
64 LSR web site and database, and the University of Milano for hosting LSR.
66 Please note that this document is not an exact subset of LSR: some
67 snippets come from @file{input/new} LilyPond sources directory, and
68 snippets from LSR are converted through @command{convert-ly}, as LSR is
69 based on a stable LilyPond version, and this document is for version
72 Snippets are grouped by tags; tags listed in the table of contents match
73 a section of LilyPond notation manual. Snippets may have several tags,
74 and not all LSR tags may appear in this document.
76 In the HTML version of this document, you can click on the file name
77 or figure for each example to see the corresponding input file.
87 @top LilyPond examples
89 This document shows a selected set of LilyPond snippets from the
90 @uref{http://lsr@/.dsi@/.unimi@/.it,LilyPond Snippet Repository}
91 (LSR). It is in the public domain.
93 Please note that it is not an exact subset of LSR: some snippets come
94 from @file{input/new} LilyPond sources directory, and snippets from LSR
95 are converted through @command{convert-ly}, as LSR is based on a stable
96 LilyPond version, and this document is for version @version{}.
98 Snippets are grouped by tags; tags listed in the table of contents match
99 a section of LilyPond notation manual. Snippets may have several tags,
100 and not all LSR tags may appear in this document.
102 In the HTML version of this document, you can click on the file name
103 or figure for each example to see the corresponding input file.
106 @c maybe generate/update @menu and @includes automatically? --jm
113 * Simultaneous notes::
115 * Editorial annotations::
124 * Unfretted strings::
129 * Contexts and engravers::
130 * Tweaks and overrides::
139 @c Please take care of naming every .itely
140 @c with an existing tag name.
142 @include pitches.itely
143 @include rhythms.itely
144 @include expressive-marks.itely
145 @include repeats.itely
146 @include simultaneous-notes.itely
147 @include staff-notation.itely
148 @include editorial-annotations.itely
151 @include vocal-music.itely
152 @include chords.itely
153 @include keyboards.itely
154 @include percussion.itely
155 @include fretted-strings.itely
156 @include unfretted-strings.itely
158 @include ancient-notation.itely
160 @include contexts-and-engravers.itely
161 @include tweaks-and-overrides.itely
162 @include paper-and-layout.itely
163 @include titles.itely
164 @include spacing.itely
166 @include template.itely