From 8671d9bca1a3011d0ab270bc3092a563dd7067ec Mon Sep 17 00:00:00 2001 From: Werner Lemberg Date: Sat, 3 Apr 2004 08:00:55 +0000 Subject: [PATCH] Avoid barcheck warning. --- Documentation/user/notation.itely | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation/user/notation.itely b/Documentation/user/notation.itely index 7251f1c5af..022baccb4c 100644 --- a/Documentation/user/notation.itely +++ b/Documentation/user/notation.itely @@ -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 -- 2.39.5