> Is it possible to leave out the bar lines?
> I tried
> 
>     \notes{ s1 \break s1 \break }
>     \paper{
>       \translator { \StaffContext
>                   \remove "Bar_engraver";
>                 }
>           }   
> 
> This gives only one staff. It seems lily can't break after a staff
> without putting a bar line.
> If this would be possible I could avoid editing the .tex file to get a
> blank music paper.

The trick here is to replace each �|� with �\bar "";�
(again I don�t have a running Lilypond available, so I hope it works.

  /Mats

Reply via email to