Robert Kubosz wrote
> Still I have question refering the breaks: is there any other method for
> line breaking (preferably auto-breaking)?

I don't understand your question. In your exemple, the breakings are working
because you have added the barlines in your \repeat command. Then LP
automatically did the breaks. If you want to hide the barlines, this could
also work:

\relative f' {
                \clef treble
        \key f \major
        \cadenzaOn

        \repeat unfold 9 {
        f4 f f f
        \bar ""
        }
        \cadenzaOff
} 




--
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