]> git.donarmstrong.com Git - lilypond.git/commitdiff
output-lib.scm: markup macro not yet available
authorDavid Kastrup <dak@gnu.org>
Thu, 27 Oct 2016 16:18:18 +0000 (18:18 +0200)
committerDavid Kastrup <dak@gnu.org>
Thu, 27 Oct 2016 16:18:18 +0000 (18:18 +0200)
This is a fix for Guilev2 problems.

scm/output-lib.scm

index 733531c3c77259a80baaa48efd8d46074fe05c80..46d085ef8f62212a0b022916ec12019f3a48095e 100644 (file)
@@ -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