]> git.donarmstrong.com Git - lilypond.git/blob - input/lsr/lilypond-snippets.tely
Merge branch 'master' into dev/texi2html
[lilypond.git] / input / lsr / lilypond-snippets.tely
1 \input texinfo @c -*- coding: utf-8; mode: texinfo; -*-
2 @setfilename lilypond-snippets.info
3 @settitle LilyPond snippets
4 @documentencoding UTF-8
5 @documentlanguage en
6
7 @iftex
8 @afourpaper
9 @c don't replace quotes with directed quotes
10 @tex
11 \gdef\SETtxicodequoteundirected{Foo}
12 \gdef\SETtxicodequotebacktick{Bla}
13 @end tex
14 @end iftex
15
16 @include version.itexi
17
18 @macro lydoctitle{TEXT}
19 @unnumberedsec \TEXT\
20 @end macro
21
22 @ifnottex
23 @macro ruser{NAME}
24 These snippets illustrate the User Manual,
25 section @ref{\NAME\,,,lilypond,Notation Reference}.
26 @end macro
27
28 @macro rlearning{NAME}
29 See also Learning Manual, section
30 @ref{\NAME\,,,lilypond-learning,Learning Manual}.
31 @end macro
32 @end ifnottex
33
34 @iftex
35 @macro ruser{NAME}
36 These snippets illustrate @ref{\NAME\,,,lilypond,Notation Reference}.
37 @end macro
38
39 @macro rlearning{NAME}
40 See also @ref{\NAME\,,,lilypond-learning,Learning Manual}.
41 @end macro
42 @end iftex
43
44 @dircategory GNU LilyPond --- the music typesetter
45 @direntry
46 * LilyPond Snippets: (lilypond-snippets).       Short tricks, tips, and examples.
47 @end direntry
48
49 @finalout
50
51 @titlepage
52 @title LilyPond
53 @subtitle The music typesetter
54 @titlefont{Snippets}
55 @author LilyPond Snippet Repository contributors
56
57 @vskip 20pt
58
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.
62
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.
65
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
70 @c @value{version}.
71
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.
75
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.
78
79 @end titlepage
80
81 @iftex
82 @contents
83 @end iftex
84
85 @ifnottex
86 @node Top
87 @top LilyPond Snippet List
88
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.
92
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{}.
97
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.
101
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.
104 @end ifnottex
105
106 @c maybe generate/update @menu and @includes automatically? --jm
107 @menu
108 Musical notation
109 * Pitches::
110 * Rhythms::
111 * Expressive marks::
112 * Repeats::
113 * Simultaneous notes::
114 * Staff notation::
115 * Editorial annotations::
116 * Text::
117
118 Specialist notation
119 * Vocal music::
120 * Chords::
121 * Keyboards::
122 * Percussion::
123 * Fretted strings::
124 * Unfretted strings::
125 * Winds::
126 * Ancient notation::
127 * World music::
128
129 Other collections
130 * Contexts and engravers::
131 * Tweaks and overrides::
132 * Paper and layout::
133 * Titles::
134 * Spacing::
135 * MIDI::
136 * Templates::
137 @end menu
138
139 @contents
140
141
142 @c Please take care of naming every .itely
143 @c with an existing tag name.
144
145 @include pitches.itely
146 @include rhythms.itely
147 @include expressive-marks.itely
148 @include repeats.itely
149 @include simultaneous-notes.itely
150 @include staff-notation.itely
151 @include editorial-annotations.itely
152 @include text.itely
153
154 @include vocal-music.itely
155 @include chords.itely
156 @include keyboards.itely
157 @include percussion.itely
158 @include fretted-strings.itely
159 @include unfretted-strings.itely
160 @include winds.itely
161 @include ancient-notation.itely
162 @include world-music.itely
163
164 @include contexts-and-engravers.itely
165 @include tweaks-and-overrides.itely
166 @include paper-and-layout.itely
167 @include titles.itely
168 @include spacing.itely
169 @include midi.itely
170 @include template.itely
171
172 @bye