]> git.donarmstrong.com Git - lilypond.git/commitdiff
Fix point-and-click for chord repetitions.
authorNeil Puttock <n.puttock@gmail.com>
Tue, 16 Mar 2010 23:42:23 +0000 (23:42 +0000)
committerNeil Puttock <n.puttock@gmail.com>
Tue, 16 Mar 2010 23:42:23 +0000 (23:42 +0000)
* ly/chord-repetition-init.ly (make-repeat-chord-function):

  set 'origin in copied NoteEvent

ly/chord-repetition-init.ly

index 1056cdec2feac1bbf83e84be7bfccb5d4ab62b86..0c986a34ba4b1962c96f812df57bcb41c4931703 100644 (file)
@@ -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