Compiling lilypond on iMac + Big Sur

2021-07-31 Thread Michael Hendry
“INSTALL.txt”, and I could do with some help with the other issues raised in the output. Regards, Michael Hendry Running autoconf ... Warning: about to run `configure' without arguments. arguments on the `autogen.sh' command line will be passed to `configure'.

Faulty file-naming when outputting multiple \books

2012-02-22 Thread Michael Hendry
[code] \version "2.14.0" % TestTag % Michael Hendry % 20th Feb 2012 \header { title = "TestTag" composer = "Michael Hendry" enteredby="MDH" } \paper { paper-width = 21.0\cm paper-height = 29.7\cm top-margin = 0.0\cm bottom-m

Re: \midi plays straight through repeat marks

2011-06-19 Thread Michael Hendry
Michael Hendry gmail.com> writes: > > The following code demonstrates the fault. The resulting midi file consists of > twelve notes, ascending a major scale from C to G', instead of the expected > sixteen notes. > > \version "2.12.3" > \score { > \

\midi plays straight through repeat marks

2011-06-19 Thread Michael Hendry
The following code demonstrates the fault. The resulting midi file consists of twelve notes, ascending a major scale from C to G', instead of the expected sixteen notes. \version "2.12.3" \score { \repeat volta 2 {c4 d e f} \alternative { {g a b c'} {d' e' f' g'} } \midi {} } __

Erroneous "unterminated slur" message at end of first time bar

2011-06-17 Thread Michael Hendry
I have written a guitar piece, where the last note of a lead-in bar is followed by a hammer-on to the first note of the next bar. A slur works fine for this, except when the passage is repeated and the last note of the first-time repeat bar is to be hammered-on to the first note of the repeated sec