On Mon, 25 Mar 2019 at 15:39, Lukas-Fabian Moser <l...@gmx.de> wrote:

>
> Am 25.03.19 um 15:17 schrieb Leo Correia de Verdier:
>
> [Line break in mid-measure and mid-note]
> > 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}
>
> Not necessary:
>
> \version "2.19.82"
>
> \layout {
>    \context {
>      \Voice
>      \remove "Forbid_line_break_engraver"
>    }
> }
>
> \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}
>  >>
>
> Best
> Lukas
>
>
Thank you Lukas, great!!
Regards, g.
_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to