]> git.donarmstrong.com Git - lilypond.git/blob - Documentation/notation.tely
Docs: move Programming interfaces into Extending.
[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 @macro copyrightDeclare
23 Copyright @copyright{} 
24 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009
25 by the authors.
26 @end macro
27
28
29 @set FDL
30 @include macros.itexi
31
32 @c  TODO: all the direntry stuff should be moved to general.texi
33 @c  Keep this here, since it pertains to the direntry below.
34 @ignore
35 Distributions will want to install lilypond.info in postinstall, doing:
36
37     install-info --info-dir=/usr/share/info out[-www]/lilypond.info
38
39   * Prepend GNU for dir, must be unique.
40
41   * Do not list the `lilypond' node at toplevel, so that `info lilypond'
42     goes to Top.
43
44   * List all commands in direntry.
45
46 @c  * lilypond: (lilypond-application)Running LilyPond.      Invoking the
47 @c    LilyPond  program.
48 @end ignore
49
50 @c Info files are no longer installed in a subdirectory, images are
51 @c expected to be found in lilypond/ subdirectory.
52 @dircategory GNU LilyPond --- the music typesetter
53 @direntry
54 * LilyPond Learning Manual: (lilypond-learning).  Start here.
55 * Music Glossary: (music-glossary).               For non-English users.
56 * LilyPond: (lilypond-notation).                           LilyPond Notation Reference.
57 * LilyPond Snippets: (lilypond-snippets).         Short tricks, tips, and examples.
58 * LilyPond Internals Reference: (lilypond-internals).  Definitions for tweaking.
59 * LilyPond Application Usage: (lilypond-application). Installing and running applications.
60 * LilyPond Website: (lilypond-general).    Preview of new website.
61 * abc2ly: (lilypond-application)Invoking abc2ly.      Importing ABC.      
62 * convert-ly: (lilypond-application)Updating files with convert-ly. Older LilyPond versions.
63 * etf2ly: (lilypond-application)Invoking etf2ly.      Importing Finale.
64 * lilypond-book: (lilypond-application)LilyPond-book. Integrating text and music.
65 * midi2ly: (lilypond-application)Invoking midi2ly.    Importing MIDI.
66 * musicxml2ly: (lilypond-application)Invoking musicxml2ly.  Importing MusicXML.
67 @end direntry
68
69 @c don't remove this comment.
70 @ignore
71 @omfcreator Han-Wen Nienhuys, Jan Nieuwenhuizen and Graham Percival
72 @omfdescription Notation Reference of the LilyPond music engraving system
73 @omftype user manual
74 @omfcategory Applications|Publishing
75 @omflanguage English
76 @end ignore
77
78
79 @lilyTitlePage{Notation Reference}
80
81
82 @ifnottex
83
84 @menu
85 * Musical notation::               Notation which is used in
86     almost all projects.
87 * Specialist notation::            Notation which is only used for
88     specific purposes.
89 * General input and output::       General information about
90     LilyPond input and output.
91 * Spacing issues::                 Display of output on paper.
92 * Changing defaults::              Tuning output.
93
94 Appendices
95
96 * Notation manual tables::         Tables and charts.
97 * Cheat sheet::                    Summary of LilyPond syntax.
98 * LilyPond grammar::               Syntax diagram for LilyPond parser.
99 * GNU Free Documentation License:: License of this document.
100 * LilyPond command index::
101 * LilyPond index::
102 @end menu
103
104 @docMain
105 @end ifnottex
106
107 @contents
108
109
110 @include notation/notation.itely
111 @include notation/specialist.itely
112
113 @include notation/input.itely
114 @include notation/spacing.itely
115
116 @include notation/changing-defaults.itely
117
118
119 @include notation/notation-appendices.itely
120 @include notation/cheatsheet.itely
121
122
123
124 @node LilyPond grammar
125 @appendix LilyPond grammar
126
127 This appendix contains a description of the LilyPond grammar, as
128 output from the parser.
129
130 @verbatiminclude ly-grammar.txt
131
132
133 @include fdl.itexi
134
135
136 @node LilyPond command index
137 @appendix LilyPond command index
138
139 This index lists all the LilyPond commands and keywords with links
140 to those sections of the manual which describe or discuss their
141 use.  Each link is in two parts.  The first part points to the
142 exact location in the manual where the command or keyword appears;
143 the second part points to the start of the section of the manual
144 in which the command or keyword appears.
145
146 @printindex ky
147
148 @node LilyPond index
149 @appendix LilyPond index
150
151 In addition to all the LilyPond commands and keywords, this index
152 lists musical terms and words which relate to each of them, with
153 links to those sections of the manual which describe or discuss
154 that topic.  Each link is in two parts.  The first part points to
155 the exact location in the manual where the topic appears; the
156 second part points to the start of the section of the manual where
157 that topic is discussed.
158
159 @printindex cp
160
161 @bye