From: Neil Puttock Date: Tue, 16 Mar 2010 23:42:23 +0000 (+0000) Subject: Fix point-and-click for chord repetitions. X-Git-Tag: release/2.13.17-1~61 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=5f67b0dcabdd9ab4c0f6841a3fbda76ecb2a780f;p=lilypond.git Fix point-and-click for chord repetitions. * ly/chord-repetition-init.ly (make-repeat-chord-function): set 'origin in copied NoteEvent --- 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