]> git.donarmstrong.com Git - lilypond.git/blobdiff - scm/output-lib.scm
Merge commit 'ce4b499'
[lilypond.git] / scm / output-lib.scm
index 77e69b0759f45e517a857c90aba735d83de5d491..bd429911f94a99e3f362bbe646173cc1c4258346 100644 (file)
@@ -293,6 +293,7 @@ centered, X==1 is at the right, X == -1 is at the left."
 ;; Color
 
 (define-public color? list?)
+(define-public (rgb-color r g b) (list r g b))
 
 ; predefined colors
 (define-public black       '(0.0 0.0 0.0))
@@ -383,6 +384,9 @@ centered, X==1 is at the right, X == -1 is at the left."
        (-3/4 . "accidentals.mirroredflat.flat")
        ))
 
+;; FIXME: standard vs default, alteration-FOO vs FOO-alteration
+(define-public alteration-default-glyph-name-alist standard-alteration-glyph-name-alist)
+
 (define-public makam-alteration-glyph-name-alist
      '((1 . "accidentals.doublesharp")
        (8/9 . "accidentals.sharp.slashslashslash.stemstem")