]> git.donarmstrong.com Git - lilypond.git/blobdiff - ly/chord-repetition-init.ly
Fix 1214: cueDuring and quoteDuring should also quote voices that create subvoices
[lilypond.git] / ly / chord-repetition-init.ly
index 1056cdec2feac1bbf83e84be7bfccb5d4ab62b86..209e2676e0ba970131c48ed28b03e0fbb9dfd26e 100644 (file)
@@ -1,5 +1,5 @@
 %%% -*- Mode: Scheme -*-
-\version "2.13.17"
+\version "2.14.0"
 %{
 
 The following functions define the chord repetition behavior, and may
@@ -54,6 +54,7 @@ are also copied. All other events are not copied into the new chord."
       'elements (append!
                  (map (lambda (note)
                         (let ((new-note (make-music 'NoteEvent
+                                                    'origin location
                                                     'pitch (ly:music-property note 'pitch)
                                                     'duration duration))
                               (articulations