]> git.donarmstrong.com Git - lilypond.git/blob - Documentation/snippets.tely
Merge branch 'lilypond/translation'
[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 @macro copyrightDeclare
33 Copyright @copyright{}
34 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009
35 by the authors.
36 @end macro
37
38 @c This disables @lydoctitle definition in common-macros.itexi
39 @set snippets-sections
40
41 @include macros.itexi
42
43 @ifnothtml
44 @macro lydoctitle{TEXT}
45 @unnumberedsec \TEXT\
46 @end macro
47 @end ifnothtml
48
49 @ifhtml
50 @macro lydoctitle{TEXT}
51 @node \TEXT\
52 @unnumberedsec \TEXT\
53 @end macro
54 @end ifhtml
55
56
57 @lilyTitlePage{Snippets}
58
59
60 @c maybe generate/update @menu and @includes automatically? --jm
61 @ifnottex
62 @menu
63 Musical notation
64 * Pitches::
65 * Rhythms::
66 * Expressive marks::
67 * Repeats::
68 * Simultaneous notes::
69 * Staff notation::
70 * Editorial annotations::
71 * Text::
72
73 Specialist notation
74 * Vocal music::
75 * Chords::
76 * Keyboards::
77 * Percussion::
78 * Fretted strings::
79 * Unfretted strings::
80 * Winds::
81 * Ancient notation::
82 * World music::
83
84 Other collections
85 * Contexts and engravers::
86 * Tweaks and overrides::
87 * Paper and layout::
88 * Titles::
89 * Spacing::
90 * MIDI::
91 * Templates::
92 @end menu
93
94 @docMain
95 @end ifnottex
96
97 @contents
98
99 @allowcodebreaks false
100
101 @c Please take care of naming every .itely
102 @c with an existing tag name.
103
104 @include pitches.itely
105 @include rhythms.itely
106 @include expressive-marks.itely
107 @include repeats.itely
108 @include simultaneous-notes.itely
109 @include staff-notation.itely
110 @include editorial-annotations.itely
111 @include text.itely
112
113 @include vocal-music.itely
114 @include chords.itely
115 @include keyboards.itely
116 @include percussion.itely
117 @include fretted-strings.itely
118 @include unfretted-strings.itely
119 @include winds.itely
120 @include ancient-notation.itely
121 @include world-music.itely
122
123 @include contexts-and-engravers.itely
124 @include tweaks-and-overrides.itely
125 @include paper-and-layout.itely
126 @include titles.itely
127 @include spacing.itely
128 @include midi.itely
129 @include template.itely
130
131 @bye