]> git.donarmstrong.com Git - lilypond.git/blob - input/lsr/snippets.tely
Add LSR tag 'template'
[lilypond.git] / input / lsr / snippets.tely
1 \input texinfo @c -*- coding: utf-8; mode: texinfo; -*-
2 @setfilename 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 @finalout
17
18 @titlepage
19 @title LilyPond
20 @subtitle The music typesetter
21 @titlefont{Snippets}
22 @author LilyPond Snippet Repository contributors
23
24 @vskip 20pt
25
26 This document shows LilyPond snippets from the
27 @uref{http://lsr@/.dsi@/.unimi@/.it,LilyPond Snippet Repository}. It is
28 in the public domain.
29
30 Snippets are grouped by tags; many tags match a section of LilyPond
31 notation manual.
32
33 In the HTML version of this document, you can click on the file name
34 or figure for each example to see the corresponding input file.
35
36 @lilypond[ragged-right]
37 \score {
38   \context Lyrics {
39     \override Score.RehearsalMark #'self-alignment-X = #LEFT
40     \override Score.RehearsalMark #'font-size = #-1
41     \mark #(ly:export (string-append
42       "This document is for LilyPond version " (lilypond-version) "."))
43     s2
44   }
45   \layout {
46     indent = 0.0\pt
47   }
48 }
49 @end lilypond
50 @end titlepage
51
52 @iftex
53 @contents
54 @end iftex
55
56 @ifnottex
57 @node Top
58 @top LilyPond examples
59
60 This document shows LilyPond snippets from the
61 @uref{http://lsr@/.dsi@/.unimi@/.it,LilyPond Snippet Repository}. It is
62 in the public domain.
63
64 Snippets are grouped by tags; many tags match a section of LilyPond
65 notation manual.
66
67 In the HTML version of this document, you can click on the file name
68 or figure for each example to see the corresponding input file.
69 @end ifnottex
70
71 @c maybe generate/update @menu and @includes automatically? --jm
72 @menu
73 Musical notation
74 * Pitches::
75 * Rhythms::
76 * Expressive marks::
77 * Repeats::
78 * Simultaneous notes::
79 * Staff notation::
80 * Editorial and educational use::
81 * Text::
82
83 Specialist notation
84 * Vocal music::
85 * Chords::
86 * Piano::
87 * Percussion::
88 * Guitar::
89 * Strings::
90 @c * Bagpipes::
91 * Ancient notation::
92
93 Other collections
94 * Contexts and engravers::
95 * Tweaks and overrides::
96 * Paper and layout::
97 * Titles::
98 * Spacing::
99 * MIDI::
100 * Templates::
101 * Other::
102 @end menu
103
104
105 @c Please take care of naming every .itely
106 @c with an existing tag name.
107
108 @include pitches.itely
109 @include rhythms.itely
110 @include expressive-marks.itely
111 @include repeats.itely
112 @include simultaneous-notes.itely
113 @include staff-notation.itely
114 @include editorial-and-educational-use.itely
115 @include text.itely
116
117 @include vocal-music.itely
118 @include chords.itely
119 @include piano-music.itely
120 @include percussion.itely
121 @include guitar.itely
122 @include strings.itely
123 @c ignore empty section
124 @c @include bagpipes.itely
125 @include ancient-notation.itely
126
127 @include contexts-and-engravers.itely
128 @include tweaks-and-overrides.itely
129 @include paper-and-layout.itely
130 @include titles.itely
131 @include spacing.itely
132 @include midi.itely
133 @include template.itely
134
135 @c temporary input/new tag, will be deleted
136 @include other.itely
137
138 @bye