]> git.donarmstrong.com Git - lilypond.git/blobdiff - scm/music-functions.scm
Run scripts/auxiliar/update-with-convert-ly.sh
[lilypond.git] / scm / music-functions.scm
index d714deec8c886123abff1072a46916580d0ffd4c..092cf84e4b46a5e2c2f19d7fdc6617dd4da2f543 100644 (file)
@@ -543,8 +543,7 @@ in @var{grob}."
          direction-polyphonic-grobs)
     (list
      (make-property-set 'graceSettings general-grace-settings)
-     (make-grob-property-override 'NoteColumn 'horizontal-shift (quotient n 2))
-     (make-grob-property-override 'MultiMeasureRest 'staff-position (if (odd? n) -4 4))))))
+     (make-grob-property-override 'NoteColumn 'horizontal-shift (quotient n 2))))))
 
 (define-safe-public (make-voice-props-revert)
   (make-sequential-music
@@ -552,8 +551,7 @@ in @var{grob}."
     (map (lambda (x) (make-grob-property-revert x 'direction))
          direction-polyphonic-grobs)
     (list (make-property-unset 'graceSettings)
-          (make-grob-property-revert 'NoteColumn 'horizontal-shift)
-          (make-grob-property-revert 'MultiMeasureRest 'staff-position)))))
+          (make-grob-property-revert 'NoteColumn 'horizontal-shift)))))
 
 
 (define-safe-public (context-spec-music m context #:optional id)