[EMAIL PROTECTED] writes:
> 
> I have started entering 'ad libitum' music, but I am facing a problem:
> 

The cadenza mode was designed for cadenzas.  I'd suggest to insert
breaks after phrase ends.

> So, I think there is no clean solution with the current mudela syntax.
>       What would be nice to solve this problem is to have a new toggle
>       value at the \cadenza command (like '\cadenza 2;') that would
>       enable the automatic line break after each note (or a command
>       that would allow a line break to occur anywhere between the notes).

I added a property 

        barAlways

and 

        defaultBarType,

so to get what you want, you do

        \property Staff.barAlways = "1"
        \property Staff.defaultBarType = "empty"

switch off with

        \property Staff.barAlways = ""

This will be in .8
-- 

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

Reply via email to