]> git.donarmstrong.com Git - lilypond.git/commitdiff
Misc small changes.
authorGraham Percival <graham@percival-music.ca>
Tue, 22 Nov 2005 06:50:33 +0000 (06:50 +0000)
committerGraham Percival <graham@percival-music.ca>
Tue, 22 Nov 2005 06:50:33 +0000 (06:50 +0000)
ChangeLog
Documentation/user/advanced-notation.itely
Documentation/user/basic-notation.itely
Documentation/user/global.itely

index 204c919df52cd1483e981ddd363e0feab4187d7f..931b47b197d1c1470bb4bbb37667f8216031c3c8 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,14 @@
+2005-11-22  Graham Percival  <gpermus@gmail.com>
+
+       * Documentation/user/basic-notation.itely: clarify dynamic
+       padding text.
+
+       * Documentation/user/advanced-notation.itely: add unicode
+       escape control example, whatever that is.  :)
+
+       * Documentation/user/global.itely: added "removing dynamics
+       from MIDI" code.
+
 2005-11-21  Han-Wen Nienhuys  <hanwen@xs4all.nl>
 
        * VERSION (PATCH_LEVEL): release 2.7.18
index 999fd931f3225bbd80dcd18b25c8624aa27cb162..95969c250307505b62e6de835ee2dc116ce68c8b 100644 (file)
@@ -378,6 +378,12 @@ Both @file{les-nereides.texstr} and @file{les-nereides.tex} need
 suitable LaTeX wrappers to load appropriate La@TeX{} packages for
 interpreting non-ASCII strings.
 
+To use a Unicode escape sequence, use
+
+@example
+#(ly:export (ly:wide-char->utf-8 #x2014))
+@end example
+
 
 @seealso
 
index 16537383934c30f1d27192488df90b9a7ac00075..35da6b6bca04e452c47d033d46f450430a42a504 100644 (file)
@@ -2180,9 +2180,12 @@ are aligned when they do not occur on the same note, you can
 increase the @code{staff-padding} property.
 
 @example
-\override DynamicLineSpanner #'staff-padding = 4
+\override DynamicLineSpanner #'staff-padding = #4
 @end example
 
+You may also use this property if the dynamics are colliding
+with other notation.
+
 
 @refcommands
 
index 14bff658eb863d2149be09474a0c8255b19bcbab..1e8bc6c471c065eb02bfc10555db2a26fff06d8c 100644 (file)
@@ -1266,6 +1266,20 @@ gives a basic equalizer control, which can enhance the quality of
 the MIDI output remarkably.  The equalizer can be controlled by
 setting @code{instrumentEqualizer}.
 
+To remove dynamics from the MIDI output, insert the following lines
+in the @code{\midi@{@}} section.
+
+@example
+\midi {
+  ...
+  \context {
+    \Voice
+    \remove "Dynamic_performer"
+    \remove "Span_dynamic_performer"
+  }
+}
+@end example
+
 
 @node MIDI block
 @subsection MIDI block