lilypond-user
[Top][All Lists]
Advanced

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

Re: Blank music paper


From: Mats Bengtsson
Subject: Re: Blank music paper
Date: Wed, 21 Apr 2004 13:09:03 +0200
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.6) Gecko/20040113

If you just want plain note paper without any clefs or anything else,
it's probably easier to use the following LaTeX file:
http://www.s3.kth.se/~mabe/notepaper.tex

However, the small project you just initiated is a good way to
learn more about LilyPond. You can find the answers in the
documentation. For objects like bar numbers, that are printed by
LilyPond, goto lilypond.org->Documentation->Program reference->
Backend->All layout objects to get a list of all available objects.
These can be made invisible using the transparent property.
For the indentation of the first line, look at the section on
Page Layout in the manual. For the page numbers, see the section
on invoking lilypond (the two latter can easily be found through the
index of the manual).

   /Mats


Joe Neeman wrote:
I'm pretty new to lilypond, so I'm having a bit of trouble getting all the default stuff to go away.
I got the time signature and clef to go away with:
   \override Staff.KeySignature #'transparent = ##t
   \override Staff.TimeSignature #'transparent = ##t

Now I need to get rid of page numbers and bar numbers. I also need to get the left side of the top staff in line with the other staves. Any help would be much appreciated.
Joe



_______________________________________________
Lilypond-user mailing list
address@hidden
http://mail.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]