From: Graham Percival <graham@percival-music.ca>
Date: Thu, 11 Jun 2009 20:45:48 +0000 (-0700)
Subject: Doc: fix whitespace.
X-Git-Tag: release/2.13.2-0~22
X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=f135bbcded8221f7344a46eb28e957cbe8693c3d;p=lilypond.git

Doc: fix whitespace.
---

diff --git a/Documentation/user/simultaneous.itely b/Documentation/user/simultaneous.itely
index 688772d3d4..f3d8be5d05 100644
--- a/Documentation/user/simultaneous.itely
+++ b/Documentation/user/simultaneous.itely
@@ -92,13 +92,13 @@ The following examples show simultaneous expressions on one staff:
 
 @lilypond[quote,verbatim,relative=2]
 \new Voice {  % explicit single voice
-  << {a4 b g2} {d4 g c,2} >>
+  << { a4 b g2 } { d4 g c,2 } >>
 }
 @end lilypond
 
 @lilypond[quote,verbatim,relative=2]
 % single first note
-a << {a4 b g}  {d4 g c,} >>
+a << { a4 b g } { d4 g c, } >>
 @end lilypond
 
 This can be useful if the simultaneous sections have identical
@@ -110,7 +110,7 @@ generate multiple staves implicitly:
 
 @lilypond[quote,verbatim,relative=2]
 % no single first note
-<< {a4 b g2}  {d4 g2 c,4} >>
+<< { a4 b g2 } { d4 g2 c,4 } >>
 @end lilypond
 
 Here different rhythms cause no problems.