> >>>>> "Maarten" == Maarten Storm <[EMAIL PROTECTED]> writes:
>
> Maarten> \score { \notes{ s1 \break s1 \break }
>
> beautiful; thanks!
>
> another thought: is there any way to tell lily not to print a clef on
> each line, so this blank paper could be used to write music for
> whatever instrument(s) i like?
Try to insert
\paper{
\translator { \StaffContext
\remove "Clef_engraver";
}
}
within the \score declaration. (I don't have Lilypond available here
to try it myself, but hopefully it should work.)
/Mats