]> git.donarmstrong.com Git - lilypond.git/blob - Documentation/notation.tely
Run grand-replace for 2010.
[lilypond.git] / Documentation / notation.tely
1 \input texinfo @c -*- coding: utf-8; mode: texinfo; -*-
2 @ignore
3     Translation of GIT committish: FILL-IN-HEAD-COMMITTISH
4
5     When revising a translation, copy the HEAD committish of the
6     version that you are working on.  For details, see the Contributors'
7     Guide, node Updating translation committishes..
8 @end ignore
9
10 @setfilename lilypond-notation.info
11 @settitle LilyPond Notation Reference
12 @documentencoding UTF-8
13 @documentlanguage en
14 @afourpaper
15
16 @macro manualIntro
17 This manual provides a reference for all notation that can be
18 produced with LilyPond version @version{}.  It assumes that
19 the reader is familiar with the material in the
20 @rlearningnamed{Top, Learning Manual}.
21 @end macro
22
23 @c `Notation Reference' was born 1999-10-11 with git commit 940dda0...
24 @macro copyrightDeclare
25 Copyright @copyright{} 1999--2010 by the authors.
26 @end macro
27
28
29 @set FDL
30 @include macros.itexi
31
32 @c don't remove this comment.
33 @ignore
34 @omfcreator Han-Wen Nienhuys, Jan Nieuwenhuizen and Graham Percival
35 @omfdescription Notation Reference of the LilyPond music engraving system
36 @omftype user manual
37 @omfcategory Applications|Publishing
38 @omflanguage English
39 @end ignore
40
41
42 @lilyTitlePage{Notation Reference}
43
44
45 @ifnottex
46
47 @menu
48 * Musical notation::               Notation which is used in
49     almost all projects.
50 * Specialist notation::            Notation which is only used for
51     specific purposes.
52 * General input and output::       General information about
53     LilyPond input and output.
54 * Spacing issues::                 Display of output on paper.
55 * Changing defaults::              Tuning output.
56
57 Appendices
58
59 * Notation manual tables::         Tables and charts.
60 * Cheat sheet::                    Summary of LilyPond syntax.
61 * LilyPond grammar::               Syntax diagram for LilyPond parser.
62 * GNU Free Documentation License:: License of this document.
63 * LilyPond command index::
64 * LilyPond index::
65 @end menu
66
67 @docMain
68 @end ifnottex
69
70 @contents
71
72
73 @include notation/notation.itely
74 @include notation/specialist.itely
75
76 @include notation/input.itely
77 @include notation/spacing.itely
78
79 @include notation/changing-defaults.itely
80
81
82 @include notation/notation-appendices.itely
83 @include notation/cheatsheet.itely
84
85
86
87 @node LilyPond grammar
88 @appendix LilyPond grammar
89
90 This appendix contains a description of the LilyPond grammar, as
91 output from the parser.
92
93 @verbatiminclude ly-grammar.txt
94
95
96 @include fdl.itexi
97
98
99 @node LilyPond command index
100 @appendix LilyPond command index
101
102 This index lists all the LilyPond commands and keywords with links
103 to those sections of the manual which describe or discuss their
104 use.  Each link is in two parts.  The first part points to the
105 exact location in the manual where the command or keyword appears;
106 the second part points to the start of the section of the manual
107 in which the command or keyword appears.
108
109 @printindex ky
110
111 @node LilyPond index
112 @appendix LilyPond index
113
114 In addition to all the LilyPond commands and keywords, this index
115 lists musical terms and words which relate to each of them, with
116 links to those sections of the manual which describe or discuss
117 that topic.  Each link is in two parts.  The first part points to
118 the exact location in the manual where the topic appears; the
119 second part points to the start of the section of the manual where
120 that topic is discussed.
121
122 @printindex cp
123
124 @bye