Thanks Mats - I'll play around with your suggestions Tim
-----Original Message----- From: Mats Bengtsson [mailto:[EMAIL PROTECTED] Sent: 27 January 2005 10:41 To: Tim Hucker Cc: lilypond-user@gnu.org Subject: Re: Blank Staves You're on the right track. A hint to help you solve the problem: check in the documentation for information on in which context the Bar_number_engraver "lives". It's not in the Staff context. (To find out, the program reference for all the engravers is in http://lilypond.org/doc/v2.4/Documentation/user/out-www/lilypond-internals/E ngravers.html ) As an alternative, I provide a LaTeX document to solve the same problem at http://www.s3.kth.se/~mabe/notepaper.tex /Mats Tim Hucker wrote: > I'm trying to print a page of blank staves in Lilypond 2.4 under Windows XP. > > My file (at the bottom of this post) nearly does the job, but > (i) the bar numbers resolutely remain, despite the "remove > Bar_number_engraver" instruction, and > (ii) putting noindent in restores the time signature, clefs and barlines. > > What am I doing wrong? > > TIA > > Tim > > emptymusic = {\repeat unfold 11 { s1\break }} > > \new Staff \with { > defaultBarType = #"" > \remove Bar_number_engraver > \remove Bar_engraver > \remove Time_signature_engraver > \remove Clef_engraver > } > {\emptymusic} > > > > > > _______________________________________________ > lilypond-user mailing list > lilypond-user@gnu.org > http://lists.gnu.org/mailman/listinfo/lilypond-user -- ============================================= Mats Bengtsson Signal Processing Signals, Sensors and Systems Royal Institute of Technology SE-100 44 STOCKHOLM Sweden Phone: (+46) 8 790 8463 Fax: (+46) 8 790 7260 Email: [EMAIL PROTECTED] WWW: http://www.s3.kth.se/~mabe ============================================= _______________________________________________ lilypond-user mailing list lilypond-user@gnu.org http://lists.gnu.org/mailman/listinfo/lilypond-user