diff options
author | David Kastrup <dak@gnu.org> | 2015-09-04 22:07:40 +0200 |
---|---|---|
committer | David Kastrup <dak@gnu.org> | 2015-09-11 09:33:16 +0200 |
commit | 6afbd8ef9bdea4f7466e5f4fb703d3285bdfe143 (patch) | |
tree | cccb0004b55a6ac33a6c65fecbafa588368ab1a8 /ly | |
parent | 942f957aae58fdc7252d6bc2b548a28e9fadc666 (diff) |
Issue 4592: Doc string fix in wake of issue 4426
Diffstat (limited to 'ly')
-rw-r--r-- | ly/music-functions-init.ly | 6 |
1 files 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 |