"[email protected]" <[email protected]> writes: > This morning I have found that charts I could render yesterday without > problems now fail. Nothing has changed in the files or my Lilypond > installation since I last rendered this chart yesterday afternoon. I have no > idea what has happened and am probably missing something terribly obvious > (since that seems to usually be the case). > > FWIW MacOS 26.5.1. > > The log: > > Starting lilypond 2.26.0 [Wassup MWE.ly]... > Processing `/Users/tim/Music/Music Charts/Lilypond Charts/Rock Tunes/Just The > Two Of US/Wassup MWE.ly' > Parsing... > /Users/tim/Music/Music Charts/Lilypond Charts/Rock Tunes/Just The Two Of > US/Wassup MWE.ly:31:1 <0>: error: markup outside of text script or \lyricmode
That happens when you are inside of some pair of braces rather than at top level. You probably added some spurious brace. The input file you quote does not quite correspond with the line numbers of this error message, so you probably are not compiling what you think you are compiling. -- David Kastrup
