From b18a47c42016b481cffa6709d8543d354a6b9b17 Mon Sep 17 00:00:00 2001 From: David Kastrup Date: Thu, 27 Oct 2016 18:18:18 +0200 Subject: [PATCH] output-lib.scm: markup macro not yet available This is a fix for Guilev2 problems. --- scm/output-lib.scm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 -- 2.39.2