Re: \cadenzaOn: clefs, key signatures on line breaks
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
Re: \cadenzaOn: clefs, key signatures on line breaks
Hi Thomas! I added the post via web page with use of markup. It looks like the mail engine ignored it. Nevermind, I repost the example: \version "2.19.81" \relative f' { \clef treble \key f \major \repeat unfold 10 f4 \break \repeat unfold 10 g4 \cadenzaOff } \layout { \context { \Staff \remove Time_signature_engraver \remove Bar_engraver } } @foxfanfare, your snippet showed me, that I needlessly removed bar engraver and it was the problem. Silly me. Thanks! Still I have question refering the breaks: is there any other method for line breaking (preferably auto-breaking)? Say, I have a snippet: \version "2.19.81" \version "2.19.81" \relative f' { \clef treble \key f \major \cadenzaOn \repeat unfold 9 { f4 f f f \bar"|" } \cadenzaOff } And it will produce a line with tightly packed notes. Is there some hack, that it will break automatically the line in cadenza mode, like it happens in normal mode? -- 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
Re: \cadenzaOn: clefs, key signatures on line breaks
2018-05-13 18:30 GMT+02:00 Robert Kubosz : > The example below Hello, there is no code visible for me in your mail. Neither here: https://lists.gnu.org/archive/html/lilypond-user/2018-05/msg00317.html Please provide plain text mails or attach a file or a link to it. Thanks, Harm ___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-user
Re: \cadenzaOn: clefs, key signatures on line breaks
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
\cadenzaOn: clefs, key signatures on line breaks
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 -- 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