Chip wrote:
How do I get a staff line to break when I am using \credenzaOn?
Insert a \bar command where you want to allow a line break
i.e.\bar ""(or \bar "|")
I don't see any info on this in the manuals
http://lilypond.org/doc/v2.12/Documentation/user/lilypond/Line-breaking
end
You can probably define your own command and include \break in its definition:
myCommand = {
% any staff here,
% and \break included:
\break
}
2009/1/15 chip :
> How do I get a staff line to break when I am using \credenzaOn? I don't see
> any info on this in the manuals or a mailinglist archive