From: Graham Percival Date: Thu, 9 Dec 2004 20:39:20 +0000 (+0000) Subject: Added info about make-dynamic-script. X-Git-Tag: release/2.5.14~463 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=e0ff4a16286ae96cd8deb616893da9dcb8fd2935;p=lilypond.git Added info about make-dynamic-script. --- diff --git a/ChangeLog b/ChangeLog index 73e260eb76..4d4fc6fd69 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +2004-12-09 Graham Percival + + * 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 * lily/lily-guile.cc: change MACOS_X to __APPLE__ diff --git a/Documentation/user/changing-defaults.itely b/Documentation/user/changing-defaults.itely index e4c9e5a55c..098949bc18 100644 --- a/Documentation/user/changing-defaults.itely +++ b/Documentation/user/changing-defaults.itely @@ -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 diff --git a/Documentation/user/notation.itely b/Documentation/user/notation.itely index dcd362eaaa..772940bfea 100644 --- a/Documentation/user/notation.itely +++ b/Documentation/user/notation.itely @@ -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