gnu-music-discuss
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[PATCH] Add support to omit clefs!


From: Mark Hindley
Subject: [PATCH] Add support to omit clefs!
Date: Tue, 19 Dec 2000 22:39:04 +0000 (GMT)

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))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]