lilypond-user
[Top][All Lists]
Advanced

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

Re: force a line break in the middle of a measure


From: Leo Correia de Verdier
Subject: Re: force a line break in the middle of a measure
Date: Mon, 25 Mar 2019 15:17:24 +0100

If exact midi playback isn’t a main concern I would do it like:

\version "2.19.82"
\new PianoStaff 
<<
  \new Staff {\partial 4 r4 b1 1 1 1*3/4 s4 }  
  \new Staff {\partial 4 g4 g1 1 1 2. \bar"" \break \partial 4 4}
>>

> 25 mars 2019 kl. 14:39 skrev Gianmaria Lari <address@hidden>:
> 
> In the following code I force a line break in the middle of a measure
> 
> \version "2.19.82"
> \new PianoStaff 
> <<
>   \new Staff {\partial 4 r4 b1 1 1 2.~4  }
>   \new Staff {\partial 4 g4 g1 1 1 2. \bar"" \break \partial 4 4}
> >>
> (see image a1)
> This is ok.
> 
> 
> Now, I know it's musically wrong but I would like to know if there is any way 
> to force a line break also in this other case (I highlighted the change):
> 
> \version "2.19.82"
> \new PianoStaff 
> <<
>   \new Staff {\partial 4 r4 b1 1 1 1 }  
>   \new Staff {\partial 4 g4 g1 1 1 2. \bar"" \break \partial 4 4}
> >>
> (see image a2)
> 
> Thank you, g.
> <a1.png><a2.png>_______________________________________________
> lilypond-user mailing list
> address@hidden
> https://lists.gnu.org/mailman/listinfo/lilypond-user




reply via email to

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