]> git.donarmstrong.com Git - lilypond.git/commitdiff
Added info about make-dynamic-script.
authorGraham Percival <graham@percival-music.ca>
Thu, 9 Dec 2004 20:39:20 +0000 (20:39 +0000)
committerGraham Percival <graham@percival-music.ca>
Thu, 9 Dec 2004 20:39:20 +0000 (20:39 +0000)
ChangeLog
Documentation/user/changing-defaults.itely
Documentation/user/notation.itely

index 73e260eb76c56a3a7db2896186569c37437d2ef4..4d4fc6fd699dd2f651939b5b522943746b3941aa 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2004-12-09  Graham Percival  <gperlist@shaw.ca>
+
+        * Documentation/user/changing-defaults.itely: add info about
+        make-dynamic-script
+
+        * Documentation/user/notation.itely: add link in dynamics to
+        section about make-dynamic-script.
+
 2004-12-09  Christian hitz  <chhitz@gmx.net>
 
        * lily/lily-guile.cc: change MACOS_X to __APPLE__
index e4c9e5a55c1ef181de8111e90fe58b1f3da0635c..098949bc180ea7e2e42f8cc4d6b07bffb52913b6 100644 (file)
@@ -1519,6 +1519,7 @@ Syntax errors for markup mode are confusing.
 * Text encoding::               
 * Nested scores::               
 * Overview of text markup commands::  
+* New dynamic marks::
 @end menu
 
 @node Text encoding
@@ -1605,6 +1606,22 @@ The following commands can all be used inside @code{\markup @{ @}}.
 @include markup-commands.tely
 
 
+@node New dynamic marks
+@subsection New dynamic marks
+
+It is possible to print new dynamic marks or text that should be aligned
+with dynamics.  Use @code{make-dynamic-script} to create these marks.
+
+@cindex make-dynamic-script
+
+@lilypond[quote,verbatim,raggedright]
+sfzp = #(make-dynamic-script "sfzp")
+\relative c' {
+  c4 c c\sfzp c
+}
+@end lilypond
+
+
 @node Global layout
 @section Global layout
 
index dcd362eaaab76e26f86b3dc5453531063fd7e4c9..772940bfeaf0c01244f493949e9610bc32de2ab2 100644 (file)
@@ -1353,8 +1353,9 @@ c4 c1
 @node Controlling formatting of prefatory matter
 @subsection Controlling formatting of prefatory matter
 
-TODO: Somebody needs to explain this example, but I don't know what
-they're trying to do, so it won't be me.  -gp
+@c  This section will be moved to somewhere else soon.
+This example demonstrates how to place prefactory matter
+(such as the clef and key signature) at the end of a line.
 
 @lilypond[quote,verbatim]
 \transpose c c' {
@@ -2723,6 +2724,9 @@ a'2\< a a a\!\mf
 
 @cindex diminuendo
 
+To create new dynamic marks or text that should be aligned
+with dynamics, see @ref{New dynamic marks}.
+
 
 @refcommands