]> git.donarmstrong.com Git - lilypond.git/blob - input/lsr/snippets.tely
Merge branch 'master' of ssh+git://hanwen@git.sv.gnu.org/srv/git/lilypond
[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 * Other::
101 @end menu
102
103 @include pitches.itely
104 @include rhythms.itely
105 @include expressive-marks.itely
106 @include repeats.itely
107 @include simultaneous-notes.itely
108 @include staff-notation.itely
109 @include editorial-and-educational-use.itely
110 @include text.itely
111
112 @include vocal-music.itely
113 @include chords.itely
114 @include piano-music.itely
115 @include percussion.itely
116 @include guitar.itely
117 @include strings.itely
118 @c ignore empty section
119 @c @include bagpipes.itely
120 @include ancient-notation.itely
121
122 @include contexts-and-engravers.itely
123 @include tweaks-and-overrides.itely
124 @include paper-and-layout.itely
125 @include titles.itely
126 @include spacing.itely
127 @include midi.itely
128 @include other.itely
129
130 @bye