Index: output-lib.scm =================================================================== RCS file: /cvsroot/lilypond/lilypond/scm/output-lib.scm,v retrieving revision 1.91 diff -u -r1.91 output-lib.scm --- output-lib.scm 12 Nov 2005 14:20:03 -0000 1.91 +++ output-lib.scm 15 Nov 2005 19:52:45 -0000 @@ -147,6 +147,10 @@ (if (< log -1) (string-append (number->string log) "neomensural") (number->string log))) + ((default-1) "-1") + ((default0) "0") + ((default1) "1") + ((default2) "2") (else (if (string-match "vaticana*|hufnagel*|medicaea*" (symbol->string style)) (symbol->string style)