]> git.donarmstrong.com Git - lilypond.git/blob - input/lsr/lilypond-snippets.tely
Run convert-ly on input/lsr and input/regression
[lilypond.git] / input / lsr / lilypond-snippets.tely
1 \version "2.11.51"
2 \input texinfo @c -*- coding: utf-8; mode: texinfo; -*-
3 @setfilename lilypond-snippets.info
4 @settitle LilyPond snippets
5 @documentencoding UTF-8
6 @documentlanguage en
7
8 @iftex
9 @afourpaper
10 @c don't replace quotes with directed quotes
11 @tex
12 \gdef\SETtxicodequoteundirected{Foo}
13 \gdef\SETtxicodequotebacktick{Bla}
14 @end tex
15 @end iftex
16
17 @include version.itexi
18
19 @macro lydoctitle{TEXT}
20 @unnumberedsec \TEXT\
21 @end macro
22
23 @ifnottex
24 @macro ruser{NAME}
25 These snippets illustrate the User Manual,
26 section @ref{\NAME\,,,lilypond,Notation Reference}.
27 @end macro
28
29 @macro rlearning{NAME}
30 See also Learning Manual, section
31 @ref{\NAME\,,,lilypond-learning,Learning Manual}.
32 @end macro
33 @end ifnottex
34
35 @iftex
36 @macro ruser{NAME}
37 These snippets illustrate @ref{\NAME\,,,lilypond,Notation Reference}.
38 @end macro
39
40 @macro rlearning{NAME}
41 See also @ref{\NAME\,,,lilypond-learning,Learning Manual}.
42 @end macro
43 @end iftex
44
45 @dircategory GNU LilyPond --- the music typesetter
46 @direntry
47 * LilyPond Snippets: (lilypond-snippets).       Short tricks, tips, and examples.
48 @end direntry
49
50 @finalout
51
52 @titlepage
53 @title LilyPond
54 @subtitle The music typesetter
55 @titlefont{Snippets}
56 @author LilyPond Snippet Repository contributors
57
58 @vskip 20pt
59
60 This document shows a selected set of LilyPond snippets from the
61 @uref{http://lsr@/.dsi@/.unimi@/.it,LilyPond Snippet Repository}
62 (LSR). It is in the public domain.
63
64 We would like to address many thanks to Sebastiano Vigna for maintaining
65 LSR web site and database, and the University of Milano for hosting LSR.
66
67 Please note that this document is not an exact subset of LSR: some
68 snippets come from @file{input/new} LilyPond sources directory, and
69 snippets from LSR are converted through @command{convert-ly}, as LSR is
70 based on a stable LilyPond version, and this document is for version
71 @c @value{version}.
72
73 Snippets are grouped by tags; tags listed in the table of contents match
74 a section of LilyPond notation manual.  Snippets may have several tags,
75 and not all LSR tags may appear in this document.
76
77 In the HTML version of this document, you can click on the file name
78 or figure for each example to see the corresponding input file.
79
80 @end titlepage
81
82 @iftex
83 @contents
84 @end iftex
85
86 @ifnottex
87 @node Top
88 @top LilyPond Snippet List
89
90 This document shows a selected set of LilyPond snippets from the
91 @uref{http://lsr@/.dsi@/.unimi@/.it,LilyPond Snippet Repository}
92 (LSR). It is in the public domain.
93
94 Please note that it is not an exact subset of LSR: some snippets come
95 from @file{input/new} LilyPond sources directory, and snippets from LSR
96 are converted through @command{convert-ly}, as LSR is based on a stable
97 LilyPond version, and this document is for version @version{}.
98
99 Snippets are grouped by tags; tags listed in the table of contents match
100 a section of LilyPond notation manual.  Snippets may have several tags,
101 and not all LSR tags may appear in this document.
102
103 In the HTML version of this document, you can click on the file name
104 or figure for each example to see the corresponding input file.
105 @end ifnottex
106
107 @c maybe generate/update @menu and @includes automatically? --jm
108 @menu
109 Musical notation
110 * Pitches::
111 * Rhythms::
112 * Expressive marks::
113 * Repeats::
114 * Simultaneous notes::
115 * Staff notation::
116 * Editorial annotations::
117 * Text::
118
119 Specialist notation
120 * Vocal music::
121 * Chords::
122 * Keyboards::
123 * Percussion::
124 * Fretted strings::
125 * Unfretted strings::
126 * Winds::
127 * Ancient notation::
128 * World music::
129
130 Other collections
131 * Contexts and engravers::
132 * Tweaks and overrides::
133 * Paper and layout::
134 * Titles::
135 * Spacing::
136 * MIDI::
137 * Templates::
138 @end menu
139
140
141 @c Please take care of naming every .itely
142 @c with an existing tag name.
143
144 @include pitches.itely
145 @include rhythms.itely
146 @include expressive-marks.itely
147 @include repeats.itely
148 @include simultaneous-notes.itely
149 @include staff-notation.itely
150 @include editorial-annotations.itely
151 @include text.itely
152
153 @include vocal-music.itely
154 @include chords.itely
155 @include keyboards.itely
156 @include percussion.itely
157 @include fretted-strings.itely
158 @include unfretted-strings.itely
159 @include winds.itely
160 @include ancient-notation.itely
161 @include world-music.itely
162
163 @include contexts-and-engravers.itely
164 @include tweaks-and-overrides.itely
165 @include paper-and-layout.itely
166 @include titles.itely
167 @include spacing.itely
168 @include midi.itely
169 @include template.itely
170
171 @bye