X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=scm%2Foutput-lib.scm;h=46d085ef8f62212a0b022916ec12019f3a48095e;hb=7fe3cccd7cfcc4d0df003bc887694779354febfa;hp=733531c3c77259a80baaa48efd8d46074fe05c80;hpb=63a0195213dbc749dc5766035b71280893af2b9a;p=lilypond.git diff --git a/scm/output-lib.scm b/scm/output-lib.scm index 733531c3c7..46d085ef8f 100644 --- a/scm/output-lib.scm +++ b/scm/output-lib.scm @@ -1512,7 +1512,8 @@ parent or the parent has no setting." the extents of @code{BreakAlignment} grobs associated with the left and right bounds of a @code{MeasureCounter} spanner. Broken measures are numbered in parentheses." - (let* ((num (markup (number->string (ly:grob-property grob 'count-from)))) + (let* ((num (make-simple-markup + (number->string (ly:grob-property grob 'count-from)))) (orig (ly:grob-original grob)) (siblings (ly:spanner-broken-into orig)) ; have we been split? (num