Jonathan Danner <mooggsen...@gmail.com> writes: > Could anyone tell me how to fix these warning errors? I’m not sure what I’m > doing wrong. > > \version "2.20.0" > \language "english" > \header { > title = "" > } > > global = { > \time 4/4 > \key c \major > \tempo 4=100 > } > > > > > melody = \relative c'' { > \global > \mp [g8-.\mark\markup{\override #'(font-name . "Chalkboard")\bold Smooth}r8 > g-. r g]-. r g4--|a8-.[ r a-. r a-.] r a16 (as b c |g8-.) [r g-. r g-.] r > g4--| a8-. [r a-. r a-.] r a16 (as b c \bar "||"|%m4-7 > > }
\mp has to come after notes. So has the [ you write after it. And your last line contains a ( which is not followed by a ) possibly because you abbreviated your example. > > > \score { > << > > \new Staff { \melody } > > >> > \layout { } > \midi { } > } > > > -- David Kastrup