Does this approach give us better insights or leads how to address issue 649?
https://codereview.appspot.com/46060045/diff/60001/input/regression/accidental-unbroken-tie-spacing.ly File input/regression/accidental-unbroken-tie-spacing.ly (right): https://codereview.appspot.com/46060045/diff/60001/input/regression/accidental-unbroken-tie-spacing.ly#newcode20 input/regression/accidental-unbroken-tie-spacing.ly:20: (make-fraction-markup (number->string (numerator alt)) The fraction looks really ugly because of the horizontal alignment of the sign. Rather than trying to futz around with that, I'd probably punt here and just use (make-circle-markup (number->string alt)). That will lead to different size circles for basically all accidentals, but so what? Or just override with a large font-size. Maybe the override should be done earlier in order to demonstrate the non-break case working as intended as well. https://codereview.appspot.com/46060045/ _______________________________________________ lilypond-devel mailing list [email protected] https://lists.gnu.org/mailman/listinfo/lilypond-devel
