Robert Kubosz wrote
> Hello!
> I write a music piece with \cadenzaOn and \cadenzaOff. The example below
> produces output without the clef and key signature after line break. Is
> there a possibility to display them? 
> Also, I have second question: can the lines auto break in cadenza mode?
> 
> With best regards
> Robert

Hi Robert. I don't understand your problem, cadenzaOn will produce the clefs
and time signature after line breaks by default! 
I think your exemple is missing the "cadenzaOn" btw.

\version "2.19.81"

\relative f' {
        \cadenzaOn
        \clef treble
        \key f \major
        \repeat unfold 20 f4
        \bar "" \break
        \repeat unfold 20 g4
        \cadenzaOff
}

For the lines, they don't break automatically. You'll have to write an
invisible bar before making the break (see above).

All the best.



--
Sent from: http://lilypond.1069038.n5.nabble.com/User-f3.html

_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to