]> git.donarmstrong.com Git - lilypond.git/commitdiff
Doc: LM - Common.notation.itely examples tidy
authorJames Lowe <james.lowe@datacore.com>
Fri, 5 Feb 2010 21:00:24 +0000 (21:00 +0000)
committerGraham Percival <graham@percival-music.ca>
Sat, 6 Feb 2010 04:57:46 +0000 (04:57 +0000)
tidy up layout for examples as CG for Learning Manual
minor spacing issues for slurs/ties and braces.

Documentation/learning/common-notation.itely

index afa7b5c0e02b44f4acd29a6fc77c3ea68321ab72..4039e26577b277b65244267fdc0b4575dc596b09 100644 (file)
@@ -220,7 +220,7 @@ first note being tied.
 
 @lilypond[verbatim,quote,relative=2]
 g4~ g c2~
-c4 ~ c8 a8 ~ a2
+c4~ c8 a8~ a2
 @end lilypond
 
 @subheading Slurs
@@ -263,7 +263,7 @@ indicate the @notation{articulation} of notes, and can be used on
 larger groups of notes.  Slurs and ties can be nested.
 
 @lilypond[verbatim,quote,relative=2]
-c2~( c8 fis fis4 ~ fis2 g2)
+c2~( c8 fis fis4~ fis2 g2)
 @end lilypond
 
 
@@ -385,7 +385,7 @@ c1^"espr" a_"legato"
 Extra formatting may be added with the @code{\markup} command:
 
 @lilypond[verbatim,quote,relative=2]
-c1^\markup{ \bold espr}
+c1^\markup{ \bold espr }
 a1_\markup{
   \dynamic f \italic \small { 2nd } \hspace #0.1 \dynamic p
 }