Hi Jim,
> A technique like this might also be workable, but IMO a little
> less elegant syntactically:
>
> \set unbreakableMusic = ##t
> \repeat unfold 6 c1
> \break
> \repeat unfold 6 c1
> \revert unbreakableMusic
>
> This is not a huge priority, just a curiousity.
I use these macros:
pageBreaksForbid = { \override Score.NonMusicalPaperColumn
#'page-break-permission = ##f }
pageBreaksAllow = { \revert Score.NonMusicalPaperColumn #'page-break-permission
}
lineBreaksForbid = { \override Score.NonMusicalPaperColumn
#'line-break-permission = ##f }
lineBreaksAllow = { \revert Score.NonMusicalPaperColumn #'line-break-permission
}
Hope this helps!
Kieren.
_______________________________________________
lilypond-user mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/lilypond-user