]> git.donarmstrong.com Git - lilypond.git/blob - input/lsr/lilypond-snippets.tely
Merge branch 'master' of ssh://jneem@git.sv.gnu.org/srv/git/lilypond
[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 @section \TEXT\
20 @end macro
21
22 @dircategory GNU LilyPond --- the music typesetter
23 @direntry
24 * LilyPond Snippets: (lilypond-snippets).       Short tricks, tips, and examples.
25 @end direntry
26
27 @finalout
28
29 @titlepage
30 @title LilyPond
31 @subtitle The music typesetter
32 @titlefont{Snippets}
33 @author LilyPond Snippet Repository contributors
34
35 @vskip 20pt
36
37 This document shows a selected set of LilyPond snippets from the
38 @uref{http://lsr@/.dsi@/.unimi@/.it,LilyPond Snippet Repository}
39 (LSR). It is in the public domain.
40
41 We would like to address many thanks to Sebastiano Vigna for maintaining
42 LSR web site and database, and the University of Milano for hosting LSR.
43
44 Please note that this document is not an exact subset of LSR: some
45 snippets come from @file{input/new} LilyPond sources directory, and
46 snippets from LSR are converted through @command{convert-ly}, as LSR is
47 based on a stable LilyPond version, and this document is for version
48 @c @value{version}.
49
50 Snippets are grouped by tags; tags listed in the table of contents match
51 a section of LilyPond notation manual.  Snippets may have several tags,
52 and not all LSR tags may appear in this document.
53
54 In the HTML version of this document, you can click on the file name
55 or figure for each example to see the corresponding input file.
56
57 @end titlepage
58
59 @iftex
60 @contents
61 @end iftex
62
63 @ifnottex
64 @node Top
65 @top LilyPond examples
66
67 This document shows a selected set of LilyPond snippets from the
68 @uref{http://lsr@/.dsi@/.unimi@/.it,LilyPond Snippet Repository}
69 (LSR). It is in the public domain.
70
71 Please note that it is not an exact subset of LSR: some snippets come
72 from @file{input/new} LilyPond sources directory, and snippets from LSR
73 are converted through @command{convert-ly}, as LSR is based on a stable
74 LilyPond version, and this document is for version @version{}.
75
76 Snippets are grouped by tags; tags listed in the table of contents match
77 a section of LilyPond notation manual.  Snippets may have several tags,
78 and not all LSR tags may appear in this document.
79
80 In the HTML version of this document, you can click on the file name
81 or figure for each example to see the corresponding input file.
82 @end ifnottex
83
84 @c maybe generate/update @menu and @includes automatically? --jm
85 @menu
86 Musical notation
87 * Pitches::
88 * Rhythms::
89 * Expressive marks::
90 * Repeats::
91 * Simultaneous notes::
92 * Staff notation::
93 * Editorial annotations::
94 * Text::
95
96 Specialist notation
97 * Vocal music::
98 * Chords::
99 * Keyboards::
100 * Percussion::
101 * Fretted strings::
102 * Unfretted strings::
103 * Winds::
104 * Ancient notation::
105
106 Other collections
107 * Contexts and engravers::
108 * Tweaks and overrides::
109 * Paper and layout::
110 * Titles::
111 * Spacing::
112 * MIDI::
113 * Templates::
114 @end menu
115
116
117 @c Please take care of naming every .itely
118 @c with an existing tag name.
119
120 @include pitches.itely
121 @include rhythms.itely
122 @include expressive-marks.itely
123 @include repeats.itely
124 @include simultaneous-notes.itely
125 @include staff-notation.itely
126 @include editorial-annotations.itely
127 @include text.itely
128
129 @include vocal-music.itely
130 @include chords.itely
131 @include keyboards.itely
132 @include percussion.itely
133 @include fretted-strings.itely
134 @include unfretted-strings.itely
135 @include winds.itely
136 @include ancient-notation.itely
137
138 @include contexts-and-engravers.itely
139 @include tweaks-and-overrides.itely
140 @include paper-and-layout.itely
141 @include titles.itely
142 @include spacing.itely
143 @include midi.itely
144 @include template.itely
145
146 @bye