]> git.donarmstrong.com Git - lilypond.git/commitdiff
Avoid barcheck warning.
authorWerner Lemberg <wl@gnu.org>
Sat, 3 Apr 2004 08:00:55 +0000 (08:00 +0000)
committerWerner Lemberg <wl@gnu.org>
Sat, 3 Apr 2004 08:00:55 +0000 (08:00 +0000)
Documentation/user/notation.itely

index 7251f1c5afe22fc69f45fc9f3a67e4738bfee53d..022baccb4c0d79658f2e56c510a87331154b31ab 100644 (file)
@@ -705,7 +705,7 @@ by assigning a music expression to @code{pipeSymbol},
 pipeSymbol = \bar "||"
 
 \score {
-    \notes  { c'2 | c'2 | }
+    \notes  { c'2 c'2 | c'2 c'2 | }
 }
 @end lilypond