]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/key-signature-interface.cc
lilypond-manuals.css: edit color scheme and some spacing
[lilypond.git] / lily / key-signature-interface.cc
index 56af49da39b9c4ce0bd789b14a1e812f5bac1e94..79e2bd99482d25b8e5eb1fb10e9fb1ce2255cae7 100644 (file)
@@ -32,7 +32,6 @@
 struct Key_signature_interface
 {
   DECLARE_SCHEME_CALLBACK (print, (SCM));
-  DECLARE_GROB_INTERFACE ();
 };
 
 /*
@@ -137,4 +136,5 @@ ADD_INTERFACE (Key_signature_interface,
                "sharp-positions "
                "padding "
                "padding-pairs "
+               "non-default "
               );