]> git.donarmstrong.com Git - lilypond.git/blob - Documentation/snippets.tely
Merge branch 'lilypond/translation' of ssh://jomand@git.sv.gnu.org/srv/git/lilypond
[lilypond.git] / Documentation / snippets.tely
1 \input texinfo @c -*- coding: utf-8; mode: texinfo; -*-
2
3 @setfilename lilypond-snippets.info
4 @settitle LilyPond snippets
5 @documentencoding UTF-8
6 @documentlanguage en
7 @afourpaper
8
9 @macro manualIntro
10 This document shows a selected set of LilyPond snippets from the
11 @uref{http://lsr@/.dsi@/.unimi@/.it,LilyPond Snippet Repository}
12 (LSR). It is in the public domain.
13
14 We would like to address many thanks to Sebastiano Vigna for maintaining
15 LSR web site and database, and the University of Milano for hosting LSR.
16
17 Please note that this document is not an exact subset of LSR: some
18 snippets come from @file{input/new} LilyPond sources directory, and
19 snippets from LSR are converted through @command{convert-ly}, as LSR is
20 based on a stable LilyPond version, and this document is for
21 version @version{}.
22
23 Snippets are grouped by tags; tags listed in the table of contents match
24 a section of LilyPond notation manual.  Snippets may have several tags,
25 and not all LSR tags may appear in this document.
26
27 In the HTML version of this document, you can click on the file name
28 or figure for each example to see the corresponding input file.
29
30 @end macro
31
32 @c This disables @lydoctitle definition in common-macros.itexi
33 @set snippets-sections
34
35 @include macros.itexi
36
37 @ifnothtml
38 @macro lydoctitle{TEXT}
39 @unnumberedsec \TEXT\
40 @end macro
41 @end ifnothtml
42
43 @ifhtml
44 @macro lydoctitle{TEXT}
45 @node \TEXT\
46 @unnumberedsec \TEXT\
47 @end macro
48 @end ifhtml
49
50
51 @lilyTitlePage{Snippets}
52
53
54 @c maybe generate/update @menu and @includes automatically? --jm
55 @ifnottex
56 @menu
57 Musical notation
58 * Pitches::
59 * Rhythms::
60 * Expressive marks::
61 * Repeats::
62 * Simultaneous notes::
63 * Staff notation::
64 * Editorial annotations::
65 * Text::
66
67 Specialist notation
68 * Vocal music::
69 * Chords::
70 * Keyboards::
71 * Percussion::
72 * Fretted strings::
73 * Unfretted strings::
74 * Winds::
75 * Ancient notation::
76 * World music::
77
78 Other collections
79 * Contexts and engravers::
80 * Tweaks and overrides::
81 * Paper and layout::
82 * Titles::
83 * Spacing::
84 * MIDI::
85 * Templates::
86 @end menu
87
88 @docMain
89 @end ifnottex
90
91 @contents
92
93
94 @c Please take care of naming every .itely
95 @c with an existing tag name.
96
97 @include pitches.itely
98 @include rhythms.itely
99 @include expressive-marks.itely
100 @include repeats.itely
101 @include simultaneous-notes.itely
102 @include staff-notation.itely
103 @include editorial-annotations.itely
104 @include text.itely
105
106 @include vocal-music.itely
107 @include chords.itely
108 @include keyboards.itely
109 @include percussion.itely
110 @include fretted-strings.itely
111 @include unfretted-strings.itely
112 @include winds.itely
113 @include ancient-notation.itely
114 @include world-music.itely
115
116 @include contexts-and-engravers.itely
117 @include tweaks-and-overrides.itely
118 @include paper-and-layout.itely
119 @include titles.itely
120 @include spacing.itely
121 @include midi.itely
122 @include template.itely
123
124 @bye