It's easier to do this in TeX.

[EMAIL PROTECTED] writes:
> Is it possible to get LilyPond to print blank staff paper, ie just a page full of 
>music staff lines with no notes, clefs, etc?
> 

Yes, but that defies the purpose of LilyPond. TeX is your friend; run
this through TeX

\def\foo{\hbox{\vrule width 15.0cm height 0.5pt depth 0.0pt}
\nointerlineskip
\vskip 5pt\nointerlineskip}
\vbox {
     \foo\foo\foo\foo\foo
}
\bye



--
Han-Wen Nienhuys, [EMAIL PROTECTED] ** GNU LilyPond - The Music Typesetter 
      http://www.cs.uu.nl/people/hanwen/lilypond/index.html 

Reply via email to