]> git.donarmstrong.com Git - lilypond.git/commitdiff
Minor fixes from mailist.
authorGraham Percival <graham@percival-music.ca>
Sun, 12 Mar 2006 01:04:16 +0000 (01:04 +0000)
committerGraham Percival <graham@percival-music.ca>
Sun, 12 Mar 2006 01:04:16 +0000 (01:04 +0000)
ChangeLog
Documentation/user/changing-defaults.itely
Documentation/user/global.itely
Documentation/user/notation-appendices.itely
Documentation/user/scheme-tutorial.itely

index b5112aee068729ed9014d0a0a818eab984fe147c..1bb9132828586b9f77630899268d3b9288b26c18 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2006-03-11  Graham Percival  <gpermus@gmail.com>
+
+       * Documentation/user/ changing-defaults, global, scheme-tutorial,
+       notation-appendices.itely: minor fixes from mailist.
+
 2006-03-11  Han-Wen Nienhuys  <hanwen@xs4all.nl>
 
        * Documentation/user/GNUmakefile ($(outdir)/lilypond.html):
index 6571d8772316ddc7963ecdb1b9edd836ca2350ba..311bb2e1b6cdb22c8d20bf820313c91449d67e92 100644 (file)
@@ -958,6 +958,14 @@ properties.  To tweak those, use
 \override Stem #'details #'beamed-lengths = #'(4 4 3) 
 @end example
 
+@cindex Tweaks, distances
+@cindex Distances
+
+Distances in LilyPond are measured in staff-spaces, while most
+thickness properties are measured in line-thickness.  Some
+properties are different; for example, the thickness of beams
+is measured in staff-spaces.  For more information, see the
+relevant portion of the internals documentation.
 
 More specific overrides are also possible.  The next section
 discusses in depth how to figure out these statements for yourself.
index 75610d7ca453ffd83b30ac73ca3742dfa9a13c75..e7334e553a86abad2646e5c18948508b001ff513 100644 (file)
@@ -1678,7 +1678,12 @@ their two extremes.  The fractions can be adjusted by
 For each type of MIDI instrument, a volume range can be defined.  This
 gives a basic equalizer control, which can enhance the quality of
 the MIDI output remarkably.  The equalizer can be controlled by
-setting @code{instrumentEqualizer}.
+setting @code{instrumentEqualizer}, or by setting
+
+@example
+\set Staff.midiMinimumVolume = #0.2
+\set Staff.midiMaximumVolume = #0.8
+@end example
 
 To remove dynamics from the MIDI output, insert the following lines
 in the @code{\midi@{@}} section.
index 3c8afdf97195c37691e5fc2f64c91541ae5ac9fa..2989ce66f4fdd3e97d3bb13070c2576e16333a8c 100644 (file)
@@ -79,6 +79,8 @@ cello                     lead 6 (voice)
 
 @subsubheading Normal colors
 
+Usage syntax is detailed in @ref{Coloring objects}.
+
 @cindex List of colors
 @cindex Colors, list of
 
index bd4372ac0f7bcf419865d9fcfa4f853d74fcffb3..6d9d9c3cd44a6cd616711625dc76e4b4bb1b37ce 100644 (file)
@@ -141,8 +141,10 @@ example
 
 This instruction adjusts the appearance of stems.  The value @code{2.6}
 is put into the @code{thickness} variable of a @code{Stem}
-object.  This makes stems almost twice as thick as their normal size.
-To distinguish between variables defined in input files (like
+object.  @code{thickness} is measured relative to the thickness of
+staff lines, so these stem lines will be @code{2.6} times the
+width of staff lines.  This makes stems almost twice as thick as their
+normal size. To distinguish between variables defined in input files (like
 @code{twentyFour} in the example above) and variables of internal
 objects, we will call the latter ``properties'' and the former
 ``identifiers.''  So, the stem object has a @code{thickness} property,