]> git.donarmstrong.com Git - lilypond.git/commitdiff
Doc: Part of Issue 989 non-integer for \bendAfter
authorJames Lowe <james.lowe@datacore.com>
Wed, 31 Mar 2010 15:55:39 +0000 (16:55 +0100)
committerGraham Percival <graham@percival-music.ca>
Thu, 1 Apr 2010 06:50:23 +0000 (07:50 +0100)
Create simple example in NR to show non integer usage for \bendAfter

Documentation/notation/expressive.itely

index 1c6fc0270db8a31aaf86763153d52650830a0d50..c1a41341a463f3147e61eb65c9df683642e5a64a 100644 (file)
@@ -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