From: Han-Wen Nienhuys Date: Mon, 1 Oct 2007 02:44:11 +0000 (-0300) Subject: Fix #484. X-Git-Tag: release/2.11.34-1~4 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=b4a1119dd45534b24fe53de4aed493fd6379354a;p=lilypond.git Fix #484. Don't overwrite user setting of eksikMirroredSlashedFlat --- diff --git a/ly/makam-init.ly b/ly/makam-init.ly index 36b0397460..37c6ed5c8f 100644 --- a/ly/makam-init.ly +++ b/ly/makam-init.ly @@ -127,12 +127,9 @@ makamPitchNames = #`( pitchnames = \makamPitchNames #(ly:parser-set-note-names parser makamPitchNames) -\paper -{ - ragged-right = ##t -} - -eksikMirroredSlashedFlat = ##f +#(define eksikMirroredSlashedFlat + (if (defined? 'eksikMirroredSlashedFlat) + eksikMirroredSlashedFlat #f)) makamGlyphs = #`((1 . "accidentals.doublesharp") (8/9 . "accidentals.sharp.slashslashslash.stemstem")