From 5f67b0dcabdd9ab4c0f6841a3fbda76ecb2a780f Mon Sep 17 00:00:00 2001 From: Neil Puttock Date: Tue, 16 Mar 2010 23:42:23 +0000 Subject: [PATCH] Fix point-and-click for chord repetitions. * ly/chord-repetition-init.ly (make-repeat-chord-function): set 'origin in copied NoteEvent --- ly/chord-repetition-init.ly | 1 + 1 file changed, 1 insertion(+) diff --git a/ly/chord-repetition-init.ly b/ly/chord-repetition-init.ly index 1056cdec2f..0c986a34ba 100644 --- a/ly/chord-repetition-init.ly +++ b/ly/chord-repetition-init.ly @@ -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 -- 2.39.5