From: Graham Percival Date: Sat, 21 Jun 2008 05:37:50 +0000 (-0700) Subject: Add predefs for commonly used simultaneous tweaks. X-Git-Tag: release/2.11.50-1~27^2 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=3025045358d5123f220bcb237dee705ac547d379;p=lilypond.git Add predefs for commonly used simultaneous tweaks. --- diff --git a/ly/property-init.ly b/ly/property-init.ly index b7cec45ae2..b5d90bcdd8 100644 --- a/ly/property-init.ly +++ b/ly/property-init.ly @@ -29,6 +29,20 @@ phrasingSlurUp = \override PhrasingSlur #'direction = #UP phrasingSlurDown = \override PhrasingSlur #'direction = #DOWN phrasingSlurNeutral = \revert PhrasingSlur #'direction +mergeDifferentlyDottedOn = { + \override Staff.NoteCollision #'merge-differently-dotted = ##t +} +mergeDifferentlyDottedOff = { + \revert Staff.NoteCollision #'merge-differently-dotted +} + +mergeDifferentlyHeadedOn = { + \override Staff.NoteCollision #'merge-differently-headed = ##t +} +mergeDifferentlyHeadedOff = { + \revert Staff.NoteCollision #'merge-differently-headed +} + shiftOn = \override NoteColumn #'horizontal-shift = #1 shiftOnn = \override NoteColumn #'horizontal-shift = #2 shiftOnnn = \override NoteColumn #'horizontal-shift = #3