lilypond-user
[Top][All Lists]
Advanced

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

Re: Blank Staves


From: Mats Bengtsson
Subject: Re: Blank Staves
Date: Thu, 27 Jan 2005 11:41:19 +0100
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.3) Gecko/20040913

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/Engravers.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
address@hidden
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: address@hidden
        WWW: http://www.s3.kth.se/~mabe
=============================================




reply via email to

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