X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=scm%2Foutput-lib.scm;h=46d085ef8f62212a0b022916ec12019f3a48095e;hb=b18a47c42016b481cffa6709d8543d354a6b9b17;hp=733531c3c77259a80baaa48efd8d46074fe05c80;hpb=ba40d4da58323da7829ff9eb4f8b6ea576d47559;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