From 3025045358d5123f220bcb237dee705ac547d379 Mon Sep 17 00:00:00 2001 From: Graham Percival Date: Fri, 20 Jun 2008 22:37:50 -0700 Subject: [PATCH] Add predefs for commonly used simultaneous tweaks. --- ly/property-init.ly | 14 ++++++++++++++ 1 file changed, 14 insertions(+) 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 -- 2.39.5