[EMAIL PROTECTED] writes:
> 
> KB> How to tell lilypond to generate a blank sheet of music paper?
> 
> For the regular staff paper, look at:
> http://lilypond.org/wiki/?BlankMusicPaper
> 
> If you need tab staves, I'd consider writing a source file with
> invisible rest ('s1') and hiding the barlines, key signatures and
> clefs (set the grobs to \turnoff). Ask if you need an example.

even easier, force a line break on every measure, i.e.

\score  {\notes  <\context Staff { \repeat unfold 5  { s1\break}  }
\context TabStaff { \repeat unfold 5  { s1\break}  } >
}


-- 

Han-Wen Nienhuys   |   [EMAIL PROTECTED]   |   http://www.cs.uu.nl/~hanwen 


_______________________________________________
Lilypond-user mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/lilypond-user

Reply via email to