From: James Lowe Date: Wed, 31 Mar 2010 15:55:39 +0000 (+0100) Subject: Doc: Part of Issue 989 non-integer for \bendAfter X-Git-Tag: release/2.13.17-1~2 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=f46c0183ef97a5d37310a6aff9e1a98d2b6865e9;p=lilypond.git Doc: Part of Issue 989 non-integer for \bendAfter Create simple example in NR to show non integer usage for \bendAfter --- diff --git a/Documentation/notation/expressive.itely b/Documentation/notation/expressive.itely index 1c6fc0270d..c1a41341a4 100644 --- a/Documentation/notation/expressive.itely +++ b/Documentation/notation/expressive.itely @@ -147,8 +147,8 @@ articulation. Predefined shorthands exist for @notation{marcato}, Their corresponding output appears as follows: @lilypond[verbatim,quote,relative=2] -c4-^ c-+ c-- c-| -c4-> c-. c2-_ +c4-^ c-+ c-- c-| +c4-> c-. c2-_ @end lilypond The rules for the default placement of articulations are defined @@ -468,7 +468,8 @@ brackets) can be created. The syntax for markup mode is described in @ref{Formatting text}. @lilypond[verbatim,quote] -roundF = \markup { \center-align \concat { \bold { \italic ( } +roundF = \markup { + \center-align \concat { \bold { \italic ( } \dynamic f \bold { \italic ) } } } boxF = \markup { \bracket { \dynamic f } } \relative c' { @@ -514,9 +515,9 @@ mfEspressDynamic = #(make-dynamic-script mfEspress) \relative c' { c4_\roundFdynamic\< d e f g,1~_\boxFdynamic\> - g - g'~\mfEspressDynamic - g + g1 + g'1~\mfEspressDynamic + g1 } @end lilypond @@ -925,6 +926,8 @@ indicates the pitch interval that the fall or doit will extend @lilypond[verbatim,quote,relative=2] c2-\bendAfter #+4 c2-\bendAfter #-4 +c2-\bendAfter #+6.5 +c2-\bendAfter #-6.5 c2-\bendAfter #+8 c2-\bendAfter #-8 @end lilypond