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