From 9a9701ddcd30f0c89c891f3e513bb147281e01f0 Mon Sep 17 00:00:00 2001 From: Graham Percival Date: Thu, 27 Jan 2005 21:06:55 +0000 Subject: [PATCH] Small fixes. --- ChangeLog | 9 +++++++++ Documentation/user/changing-defaults.itely | 15 +++++++++++++++ Documentation/user/notation.itely | 15 ++++++++++++--- 3 files changed, 36 insertions(+), 3 deletions(-) diff --git a/ChangeLog b/ChangeLog index afa5494fd2..3760e91ed7 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,12 @@ +2005-01-27 Graham Percival + + * Documentation/user/notation.itely: added info about what + \voiceFoo does. Also rewrote warning about marks at + a line break. + + * Docuementation/user/changing-defaults.itely: added info + about putting dynamics in parenthesis and brackets. + 2005-01-27 Werner Lemberg * mf/feta-schrift.mf ("Trill (`tr')"): Fix typo. diff --git a/Documentation/user/changing-defaults.itely b/Documentation/user/changing-defaults.itely index c178378d78..c12920cebd 100644 --- a/Documentation/user/changing-defaults.itely +++ b/Documentation/user/changing-defaults.itely @@ -1651,6 +1651,21 @@ sfzp = #(make-dynamic-script "sfzp") } @end lilypond +@cindex Dynamics, editorial +@cindex Dynamics, parenthesis + +It is also possible to print dynamics in round parenthesis or square +brackets. These are often used for adding editorial dynamics. + +@ignore +@li lypond[quote,verbatim,raggedright] +\version "2.4.2" +rndf = \markup{ \center-align <{ \bold{\italic (} \dynamic f \bold{\italic )} }> } +boxf = \markup{ \bracket { \dynamic f } } +{ c'1_\rndf c'1_\boxf } +@end lilypond +@end ignore + @node Global layout @section Global layout diff --git a/Documentation/user/notation.itely b/Documentation/user/notation.itely index 356d33282c..8af2acf8af 100644 --- a/Documentation/user/notation.itely +++ b/Documentation/user/notation.itely @@ -1493,6 +1493,11 @@ a stem directions and horizontal shift for each part The command @code{\oneVoice} will revert back to the normal setting. @cindex @code{\oneVoice} +Defining voices (either with the separator @code{\\} or with +@code{\voiceXXX}) will set the direction of stems, slurs, ties, +articulations, text annotations, augmentation dots of dotted +notes, and fingerings. @code{\voiceOne} makes these objects +point upwards, while @code{\voiceTwo} makes them point down. Normally, note heads with a different number of dots are not merged, but when the object property @code{merge-differently-dotted} is set in @@ -5231,9 +5236,13 @@ c1 \mark \markup { \musicglyph #"scripts-ufermata" } c1 @end lilypond -In the case of a line break, marks must also be printed at the end of -the line, and not at the beginning. Use the following to force that -behavior +If the mark occurs at a line break, the mark will be printed at the +beginning of the next line. +@c IMO this is a bug; hopefully it'll be fixed soon, so I can +@c delete this sentence. -gp +If there is no next line, then the mark will not be printed at all. +To print the mark at the end of the current line, use + @example \override Score.RehearsalMark #'break-visibility = #begin-of-line-invisible -- 2.39.5