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

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

removing staff


From: Han-Wen Nienhuys
Subject: removing staff
Date: Thu, 23 Nov 2000 11:14:14 +0100

address@hidden writes:
> 
> Hi,
> 
>       I was curious if there was a way to generate rhythm
> exercises with lilypond (e.g. no staff but retaining the
> barlines).  See http://hylia.zyni.com/music/rhythm.png for
> an example.
> 
> I messed around with some staff properties but could not make it work
> and still retain the barlines.

Try this one. 


        \score { \notes { c4 c4 [c8 c8 ] }

                \paper {
                       \translator { \StaffContext
                                   \remove Staff_symbol_engraver;
                                   \consists Pitch_squash_engraver;
                                   \remove Clef_engraver;
                                   }
                        }
        }


--




reply via email to

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