From: Graham Percival Date: Mon, 20 Mar 2006 21:37:24 +0000 (+0000) Subject: Small changes from mailist. X-Git-Tag: release/2.7.40~8 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=db5f94f68943ddb17f3d08da3e6b69ea6507849f;p=lilypond.git Small changes from mailist. --- diff --git a/Documentation/user/advanced-notation.itely b/Documentation/user/advanced-notation.itely index 19d9041c71..1f04ce3999 100644 --- a/Documentation/user/advanced-notation.itely +++ b/Documentation/user/advanced-notation.itely @@ -358,6 +358,12 @@ c'4^\markup{ raised } c'4^\markup{ \hspace #0 \raise #1.5 raised } @end lilypond +Some situations (such as dynamic marks) have preset font-related +properties. If you are creating text in such situations, it +is advisable to cancel those properties with +@code{normal-text}. See @ref{Overview of text markup commands} +for more details. + @seealso diff --git a/Documentation/user/basic-notation.itely b/Documentation/user/basic-notation.itely index 7fcdf24a76..30716c2d10 100644 --- a/Documentation/user/basic-notation.itely +++ b/Documentation/user/basic-notation.itely @@ -2232,7 +2232,8 @@ c2\fp c\sf c\sff c\sp c\spp c\sfz c\rfz A crescendo mark is started with @code{\<} and terminated with @code{\!} or an absolute dynamic. A decrescendo is started with @code{\>} and is also terminated with @code{\!} or an absolute -dynamic. Because these marks are bound to notes, you must +dynamic. @code{\cr} and @code{\decr} may be used instead of +@code{\<} and @code{\>}. Because these marks are bound to notes, you must use spacer notes if multiple marks are needed during one note @lilypond[quote,ragged-right,fragment,verbatim,relative=2] diff --git a/Documentation/user/global.itely b/Documentation/user/global.itely index 5e51cfc2e8..cc79879b5f 100644 --- a/Documentation/user/global.itely +++ b/Documentation/user/global.itely @@ -1056,11 +1056,12 @@ more systems onto one page. Normally staves are stacked vertically. To make staves maintain a distance, their vertical size is padded. This is done with the -property @code{minimum-Y-extent}. It takes a pair of numbers, so -if you want to make it smaller than its default @code{#'(-4 . 4)}, -then you could set. When applied to a +property @code{minimum-Y-extent}. When applied to a @internalsref{VerticalAxisGroup}, it controls the size of a horizontal -line, such as a staff or a line of lyrics. +line, such as a staff or a line of lyrics. @code{minimum-Y-extent} +takes a pair of numbers, so +if you want to make it smaller than its default @code{#'(-4 . 4)} +then you could set @example \override Staff.VerticalAxisGroup #'minimum-Y-extent = #'(-3 . 3)