On Tue, 18 Oct 2016, Antonio Ospite wrote:
> However I could reproduce the issue from "make doc-stage-1" with just
> this file:
> 
> -----------------------------------------------------------------------
> \version "2.19.50"
> 
> \sourcefilename "measure-counter.ly"
> 
> \relative c' {
>   \startMeasureCount
>   \repeat unfold 5 {
>     a4 b c d
>   }
>   \stopMeasureCount
> }
> 
> \layout {
>   \context {
>     \Staff
>     \consists #Measure_counter_engraver
>   }
> }
> -----------------------------------------------------------------------
> 
> So it looks like this particular issue is triggered by
> scm/scheme-engravers.scm which is where Measure_counter_engraver is
> defined.
> 
> I'll have to learn some more guile to see if I can reduce the test
> case further.

Awesome; this matches with what I saw when I was looking at trying to
debug it.

> The issue from "make doc-stage-1" seems unrelated to that, tho.

Yeah.

Let me know if you figure out what is going on here; I'd love to get
lilypond back into testing.

-- 
Don Armstrong                      https://www.donarmstrong.com

The solution to a problem changes the problem.
 -- Peer's Law

Reply via email to