From f135bbcded8221f7344a46eb28e957cbe8693c3d Mon Sep 17 00:00:00 2001 From: Graham Percival Date: Thu, 11 Jun 2009 13:45:48 -0700 Subject: [PATCH] Doc: fix whitespace. --- Documentation/user/simultaneous.itely | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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. -- 2.39.5