From 6afbd8ef9bdea4f7466e5f4fb703d3285bdfe143 Mon Sep 17 00:00:00 2001 From: David Kastrup Date: Fri, 4 Sep 2015 22:07:40 +0200 Subject: [PATCH] Issue 4592: Doc string fix in wake of issue 4426 --- ly/music-functions-init.ly | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/ly/music-functions-init.ly b/ly/music-functions-init.ly index 5e04d325cf..fe270aef98 100644 --- a/ly/music-functions-init.ly +++ b/ly/music-functions-init.ly @@ -1075,9 +1075,9 @@ Example: d d | e e | f f | } <==> - A = { c c | d d | } - B = { d d | e e | } - C = { e e | f f | } + A = { c c | d d } + B = { d d | e e } + C = { e e | f f } @end verbatim The last bar checks in a sequence are not copied to the result in -- 2.39.5