Here is my patch to get staves with no clef.

It may sound an odd thing to want to do, but I found it really useful
whilst typesetting some recent examination questions: Blamk staaves, no
clefs for the candidates to complete.

The patch is pretty simple. If you include \clef none; an empty space
appears in the output where the clef would normally be.



--- ./scm/clef.scm      Mon Dec 18 22:20:17 2000
+++ ./scm/clef.scm      Mon Dec 18 23:22:40 2000
@@ -19,6 +19,7 @@
          ("bass" . ("clefs-F" 2  0))
          ("F" . ( "clefs-F" 2 0))
          ("subbass" . ("clefs-F" 4 0))
+         ("none" . ("" 0 0))
 
          ;; should move mensural stuff to separate file? 
          ("vaticana_do1" . ("clefs-vaticana_do" -1 0))

_______________________________________________
Gnu-music-discuss mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/gnu-music-discuss

Reply via email to