]> git.donarmstrong.com Git - lilypond.git/blob - input/lsr/snippets.tely
Merge branch 'master' of ssh://jomand@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 @end iftex
10
11 @finalout
12
13 @node Top
14 @top LilyPond examples
15
16 This document shows LilyPond snippets from the
17 @uref{http://lsr@/.dsi@/.unimi@/.it,LilyPond Snippet Repository}.
18
19 Snippets are grouped by tags; many tags match a section of LilyPond
20 notation manual.
21
22 In the HTML version of this document, you can click on the file name
23 or figure for each example to see the corresponding input file.
24
25 @lilypond[ragged-right]
26 \score {
27   \context Lyrics {
28     \override Score.RehearsalMark #'self-alignment-X = #LEFT
29     \override Score.RehearsalMark #'font-size = #-1
30     \mark #(ly:export (string-append
31       "This document is for LilyPond version " (lilypond-version) "."))
32     s2
33   }
34   \layout {
35     indent = 0.0\pt
36   }
37 }
38 @end lilypond
39
40 @c maybe generate/update @menu and @includes automatically? --jm
41 @menu
42 Musical notation
43 * Pitches::
44 * Rhythms::
45 * Expressive marks::
46 * Repeats::
47 * Simultaneous notes::
48 * Staff notation::
49 * Editorial and educational use::
50 * Text::
51
52 Specialist notation
53 * Vocal music::
54 * Chords::
55 * Piano::
56 * Percussion::
57 * Guitar::
58 * Strings::
59 @c * Bagpipes::
60 * Ancient notation::
61
62 Other collections
63 * Other::
64 @end menu
65
66 @contents
67
68 @include pitches.itely
69 @include rhythms.itely
70 @include expressive-marks.itely
71 @include repeats.itely
72 @include simultaneous-notes.itely
73 @include staff-notation.itely
74 @include editorial-and-educational-use.itely
75 @include text.itely
76
77 @include vocal-music.itely
78 @include chords.itely
79 @include piano-music.itely
80 @include percussion.itely
81 @include guitar.itely
82 @include strings.itely
83 @c @include bagpipes.itely
84 @include ancient-notation.itely
85
86 @include other.itely
87
88 @bye