Am 13.04.2018 um 21:22 schrieb Federico Bruni:
I don't think this is the problem you think it is. It's actually
myMusic = \relative c' { c4 d e f | } \myMusic
where the definition of myMusic tries to eat itself.
Doh, I forgot the basics. Thanks David.
I've now moved \myMusic into a \score block and it works.
You don’t even need a score block but *something* that isn’t \myMusic. I
use #'() for this:
myMusic = \relative c { c4 d e f | }
#'()
\myMusic
_______________________________________________
lilypond-user mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/lilypond-user