>
> Could someone please give me an advice? What is the best way to avoid that
> LilyPond breaks a line in the middle of a bar when using middle bar dashed
> barlines?
>

I have found \noBreak to work in this situation.



>  In the following case, I have a tempo change in the middle of a
> bar, and I really would like to avoid this break.
>
> \version "2.19.2"
> {
>   \time 4/4
>   \tempo 4 = 60
>   \repeat unfold 5 { c'4 c' c' c' | }
>   c' c' c' \bar "!" \tempo 4 = 80 c' |
>   \repeat unfold 6 { c' c' c' c' | }
> }
>
>
{
  \time 4/4
  \tempo 4 = 60
  \repeat unfold 5 { c'4 c' c' c' | }
  c' c' c' \bar "!" \noBreak \tempo 4 = 80 c' |
  \repeat unfold 6 { c' c' c' c' | }
}


David Elaine Alt
415 . 341 .4954                                           "*Confusion is
highly underrated*"
ela...@flaminghakama.com
skype: flaming_hakama
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to