From: David Kastrup Date: Thu, 25 Sep 2014 15:27:11 +0000 (+0200) Subject: Issue 4131/3: Remove definitions of \partcombine*Once X-Git-Tag: release/2.19.29-1~24 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;ds=sidebyside;h=450dba56eaa24cd58f9d9d3c4ab5c73bd4c57742;p=lilypond.git Issue 4131/3: Remove definitions of \partcombine*Once They are now called as \once \partcombine* --- diff --git a/ly/property-init.ly b/ly/property-init.ly index 16275693e9..85adb52bb0 100644 --- a/ly/property-init.ly +++ b/ly/property-init.ly @@ -414,17 +414,11 @@ partcombineForce = (propertyUnset 'partCombineForced))) partcombineApart = \partcombineForce #'apart -partcombineApartOnce = \once \partcombineApart partcombineChords = \partcombineForce #'chords -partcombineChordsOnce = \once \partcombineChords partcombineUnisono = \partcombineForce #'unisono -partcombineUnisonoOnce = \once \partcombineUnisono partcombineSoloI = \partcombineForce #'solo1 -partcombineSoloIOnce = \once \partcombineSoloI partcombineSoloII = \partcombineForce #'solo2 -partcombineSoloIIOnce = \once \partcombineSoloII partcombineAutomatic = \partcombineForce \default -partcombineAutomaticOnce = \once \partcombineAutomatic %% phrasing slurs