]> git.donarmstrong.com Git - lilypond.git/blobdiff - scm/lily.scm
Let \footnote and \shape rely on \tweak for overrides
[lilypond.git] / scm / lily.scm
index d7c4bf65874c8766fe5a2dcd75bae743fb296258..1a5674df570336ae6ff30516bd4bbb979d30ca59 100644 (file)
@@ -568,8 +568,6 @@ messages into errors.")
     (,fraction? . "fraction, as pair")
     (,grob-list? . "list of grobs")
     (,index? . "non-negative integer")
-    ;; this is built on cheap-list
-    (,list-or-symbol? . "list or symbol")
     (,markup? . "markup")
     (,markup-command-list? . "markup command list")
     (,markup-list? . "markup list")
@@ -584,6 +582,9 @@ messages into errors.")
     (,string-or-pair? . "string or pair")
     (,string-or-music? . "string or music")
     (,string-or-symbol? . "string or symbol")
+    (,symbol-list? . "symbol list")
+    (,symbol-list-or-music? . "symbol list or music")
+    (,symbol-list-or-symbol? . "symbol list or symbol")
     (,void? . "void")
     ))