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