lilypond-user
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Error Examples


From: David Kastrup
Subject: Re: Error Examples
Date: Sat, 20 Jun 2020 23:15:38 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/28.0.50 (gnu/linux)

Jonathan Danner <mooggsentry@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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]