]> git.donarmstrong.com Git - lilypond.git/commitdiff
Minor doc updates.
authorGraham Percival <graham@percival-music.ca>
Sat, 8 Apr 2006 22:44:19 +0000 (22:44 +0000)
committerGraham Percival <graham@percival-music.ca>
Sat, 8 Apr 2006 22:44:19 +0000 (22:44 +0000)
ChangeLog
Documentation/user/advanced-notation.itely
Documentation/user/global.itely
Documentation/user/lilypond-book.itely

index e0c7f415e5ad4860c2af30573656d26b9844a959..cc91862e1a0d42eb89b67f7b39c044892d7875f2 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -4,6 +4,9 @@
 
        * scm/define-context-properties.scm: update old \property override.
 
 
        * scm/define-context-properties.scm: update old \property override.
 
+       * Documentation/user/ advanced-notation, global, lilypond-book:
+       more minor doc updates.
+
 2006-04-07  Han-Wen Nienhuys  <hanwen@lilypond.org>
 
        * lily/parser.yy (Generic_prefix_music_scm): append lists, not objects.
 2006-04-07  Han-Wen Nienhuys  <hanwen@lilypond.org>
 
        * lily/parser.yy (Generic_prefix_music_scm): append lists, not objects.
index c9cc4e6017135ee8229acbf46d9e988c0a8650df..b53d7e8192e47868a1927453a4c9f730aa2c2e74 100644 (file)
@@ -61,6 +61,9 @@ command @code{\fatText}, the widths will be taken into account
 c4^"longtext" \fatText c4_"longlongtext" c4
 @end lilypond
 
 c4^"longtext" \fatText c4_"longlongtext" c4
 @end lilypond
 
+@noindent
+To prevent text from influencing spacing, use @code{\emptyText}.
+
 More complex formatting may also be added to a note by using the
 markup command,
 @lilypond[fragment,ragged-right,verbatim,quote]
 More complex formatting may also be added to a note by using the
 markup command,
 @lilypond[fragment,ragged-right,verbatim,quote]
@@ -1986,6 +1989,9 @@ Examples: @inputfileref{input/@/regression,balloon@/.ly}.
 @node Blank music sheet
 @subsection Blank music sheet
 
 @node Blank music sheet
 @subsection Blank music sheet
 
+@cindex Sheet music, empty
+@cindex Staves, blank sheet
+
 A blank music sheet can be produced also by using invisible notes, and
 removing @code{Bar_number_engraver}.
 
 A blank music sheet can be produced also by using invisible notes, and
 removing @code{Bar_number_engraver}.
 
index f7d276ff5b52d01ef6ceeeedae4b1b46322a830b..7d6b7c2c068067cb2b88a0fd5d880c0b7237256f 100644 (file)
@@ -634,6 +634,23 @@ Setting the paper size will adjust a number of @code{\paper} variables
 LilyPond will do page layout, set margins, and add headers and
 footers to each page.
 
 LilyPond will do page layout, set margins, and add headers and
 footers to each page.
 
+@cindex @code{annotate-spacing}
+@cindex Spacing, display of properties
+
+To graphically display the dimensions of properties that may
+be altered for page formatting, use
+
+@example
+\paper {
+  annotate-spacing = ##t
+}
+@end example
+
+@noindent
+All units dimensions are measured in staff spaces. The pairs
+(@var{a},@var{b}) are intervals, where @var{a} is the lower edge and
+@var{b} the upper edge of the interval.
+
 The default layout responds to the following settings in the
 @code{\paper} block.
 
 The default layout responds to the following settings in the
 @code{\paper} block.
 
index 09b6385be673f70697ed0f3f69aab5191bf73c2a..5549e46931af00a24aaca39ff358071cda80e079 100644 (file)
@@ -580,6 +580,10 @@ dvips -o -h yourfile.psfonts -Ppdf yourfile.dvi
 ps2pdf yourfile.ps
 @end example
 
 ps2pdf yourfile.ps
 @end example
 
+The @file{.dvi} file created by this process will not contain
+noteheads.  This is normal; if you follow the instructions, they
+will be included in the @file{.ps} and @file{.pdf} files.
+
 To produce a Texinfo document (in any output format), follow the normal
 procedures for Texinfo (this is, either call @command{texi2dvi} or
 @command{makeinfo}, depending on the output format you want to
 To produce a Texinfo document (in any output format), follow the normal
 procedures for Texinfo (this is, either call @command{texi2dvi} or
 @command{makeinfo}, depending on the output format you want to