Re: Bug in \chords in latest developer version?

2020-02-14 Thread David Kastrup
SK writes: > Hello, > > I found very strange behaviour of \chords when used together with > \numericTimeSignature. Check the following code: > > \new Score { > << > \chords { c1 g c g } > \relative c' { \numericTimeSignature c4-1 c c2 d4 d d2 e4 e e c e2 d \bar > "|." } >>> > } > > When running

Bug in \chords in latest developer version?

2020-02-14 Thread SK
Hello, I found very strange behaviour of \chords when used together with \numericTimeSignature. Check the following code: \new Score { << \chords { c1 g c g } \relative c' { \numericTimeSignature c4-1 c c2 d4 d d2 e4 e e c e2 d \bar "|." } >> } When running it on LilyBin, it compiles correctly