]> git.donarmstrong.com Git - lilypond.git/commitdiff
Fix #484.
authorHan-Wen Nienhuys <hanwen@xs4all.nl>
Mon, 1 Oct 2007 02:44:11 +0000 (23:44 -0300)
committerHan-Wen Nienhuys <hanwen@xs4all.nl>
Mon, 1 Oct 2007 02:44:11 +0000 (23:44 -0300)
Don't overwrite user setting of eksikMirroredSlashedFlat

ly/makam-init.ly

index 36b0397460634b6a808c99ffab13a534721f23cc..37c6ed5c8f72035f2934722b5d4fe314b0b23ef4 100644 (file)
@@ -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")