On 03/08/18 13:32, Thomas Morley wrote:
while playing with the Measure_grouping_engraver
see:
http://lilypond.1069038.n5.nabble.com/changing-symbols-used-by-Measure-grouping-engraver-td215283.html
I noticed ...


(2) ugly behaviour at line-break, if other items occur

With

\version "2.19.82"

musII = {
   \time 9/8
   \repeat unfold 33 a'8
   a'4.
}

\new Staff \with { \consists "Measure_grouping_engraver" }
   { \musII \break \musII }

the last NoteColumn of the first line is moved to the left, so the gap
between the NoteColumn and the BarLine is far too small.
https://sourceforge.net/p/testlilyissues/issues/5398/

For the ugly output.

James

_______________________________________________
bug-lilypond mailing list
bug-lilypond@gnu.org
https://lists.gnu.org/mailman/listinfo/bug-lilypond

Reply via email to