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