[EMAIL PROTECTED] writes:
> 
> I'm trying to print lesson sheets for my Son that contain blank lines
> and just portions of blank lines.  Please bear with me, I'm not a
> musician.

Try these,


        blanknotes = \context Voice \pushproperty #'(basicNoteHeadProperties
                basicStemProperties)
                #'molecule-callback ##t
        unblanknotes = \context Voice \popproperty #'(basicNoteHeadProperties
                basicStemProperties)
                #'molecule-callback


eg.,

        \blanknotes c4 c4 c4 c4 \unblanknotes

> 
>         \repeat "volta" 2 {
> 
>         s
> % I'd also like for the base clef to be printed, but blank - how to do
> this????
> 

(good question. I'll have a think.)
-- 

Han-Wen Nienhuys   |   [EMAIL PROTECTED]    | http://www.cs.uu.nl/~hanwen/

Reply via email to