lilypond-user
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: barline


From: David Kastrup
Subject: Re: barline
Date: Wed, 19 Mar 2014 17:08:52 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3.50 (gnu/linux)

Gilberto Agostinho <address@hidden> writes:

> Hello LilyPonders,
>
> 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? 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' | }
> }
>
> I do understand that LilyPond is considering ALL barlines as end of bars,
> and thus that specific bar is actually divided into a 3/4 + 1/4. Would there
> be a way of avoiding this?

\bar "!" \noBreak

-- 
David Kastrup



reply via email to

[Prev in Thread] Current Thread [Next in Thread]