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