]> git.donarmstrong.com Git - lilypond.git/commitdiff
(Which properties to
authorHan-Wen Nienhuys <hanwen@xs4all.nl>
Wed, 31 Mar 2004 09:15:34 +0000 (09:15 +0000)
committerHan-Wen Nienhuys <hanwen@xs4all.nl>
Wed, 31 Mar 2004 09:15:34 +0000 (09:15 +0000)
change): fixes.

Documentation/user/changing-defaults.itely
Documentation/user/preface.itely

index 1492722769baa9aec6bf2b3561825c412d955868..4ccff1418232ca0e1be79c40a8df8f510467244f 100644 (file)
@@ -989,7 +989,7 @@ respectively.
 The exact tuning possibilities for each type of layout object are
 documented in the program reference of the respective
 object. However, many layout objects share properties, which can be
-used to apply generic tweaks.  We mention a couple of these:
+used to apply generic tweaks.  We mention a few of these:
 
 @itemize @bullet
 @item The @code{extra-offset} property, which
@@ -1065,7 +1065,7 @@ tweak}:
 
 @end itemize
 
-More specific overrides are also possible.  The following section
+More specific overrides are also possible.  The next section
 discusses in depth how to figure out these statements for yourself.
 
 
@@ -1183,10 +1183,16 @@ This path goes against the flow of information in the program: it
 starts from the output, and ends at the input event.
 
 The program reference can also be browsed like a normal document.  It
-contains a chapter on @internalsref{Music definitions}, on
-@internalsref{Translation}, and the @internalsref{Backend}. Every
- chapter lists all the definitions used, and all properties that may
- be tuned. 
+contains a chapter on
+@ifhtml
+@internalsref{Music-definitions},
+@end ifhtml
+@ifnothtml
+Music definitions
+@end ifnothtml
+on @internalsref{Translation}, and the @internalsref{Backend}. Every
+chapter lists all the definitions used, and all properties that may be
+tuned.
 
  
 @node Layout interfaces
@@ -1673,7 +1679,7 @@ The recommended font sizes are listed in the following table:
 @tab 7.9
 @tab 
 
-@item feta20
+@item feta26
 @tab 25.2 
 @tab 8.9
 @tab
@@ -2026,13 +2032,14 @@ through La@TeX{}.  Using the option @option{-f}
 (or @option{--format}) other output formats can be selected also, but
  none of them work reliably.
 
-Now the music is output system by system (a `system' consists of all
-staves belonging together).  From @TeX{}'s point of view, a system is an
-@code{\hbox} which contains a lowered @code{\vbox} so that it is centered
-vertically on the baseline of the text.  Between systems,
-@code{\interscoreline} is inserted vertically to have stretchable space.
-The horizontal dimension of the @code{\hbox} is given by the
-@code{linewidth} parameter from LilyPond's @code{\paper} block.
+Now the music is output system by system (a `system' is a single line
+from the score, consisting of staves belonging together).  From
+@TeX{}'s point of view, a system is an @code{\hbox} which contains a
+lowered @code{\vbox} so that it is centered vertically on the baseline
+of the text.  Between systems, @code{\interscoreline} is inserted
+vertically to have stretchable space.  The horizontal dimension of the
+@code{\hbox} is given by the @code{linewidth} parameter from
+LilyPond's @code{\paper} block.
 
 After the last system LilyPond emits a stronger variant of
 @code{\interscoreline} only if the macro
index ca7cffa72cba649950adf80797ba0c30e1a111e1..6c7019e5949ee7ab10c1050f6dcc67ec0a765d26 100644 (file)
@@ -48,7 +48,7 @@ Han-Wen and Jan
 
 Utrecht/Eindhoven, The Netherlands, July 2002.
 
-
+@node Notes to version 2.2
 @unnumberedsec Notes to version 2.2
 
 During the 2.1 development cycle, the cleanup of the existing features