]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/lsr/ambiti-multiple-voices.ly
Merge branch 'master' of ssh+git://git.sv.gnu.org/srv/git/lilypond
[lilypond.git] / input / lsr / ambiti-multiple-voices.ly
index d6c563becfeb72aebcd735b1d4a9ddab5d6da4eb..6864d8d19be1d092de5fe1618f93497bccca2143 100644 (file)
@@ -8,7 +8,7 @@
 If you have multiple voices in a single staff and you want a single
 ambitus per staff rather than per voice, add the
 @code{Ambitus_engraver} to the @code{Staff} context rather than to the
-@code{Voice} context.
+@code{Voice} context. 
 " }
 % begin verbatim
 \new Staff \with {
@@ -16,12 +16,12 @@ ambitus per staff rather than per voice, add the
   }
 <<
   \new Voice \relative c'' {
-      \voiceOne
-      c4 a d e f1
-    }
+    \voiceOne
+    c4 a d e f1
+  }
   \new Voice \relative c' {
-      \voiceTwo
-      es4 f g as b1
-    }
+    \voiceTwo
+    es4 f g as b1
+  }
 >>