lilypond-user
[Top][All Lists]
Advanced

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

Error: \override DynamicTextSpanner.style = #'none


From: Derek
Subject: Error: \override DynamicTextSpanner.style = #'none
Date: Fri, 3 May 2013 23:22:12 -0700 (PDT)

I am wanting to override the DynamicTextSpanner and I pulled the example
straight from the lilypond website and it won't compile. Running 2.16.2 
\paper {

}

\layout {
  
}

\header {

} % begin verbatim


\relative c'' {
  \override DynamicTextSpanner.style = #'none
  \crescTextCresc
  c1\< | d | b | c\!
}

tarting lilypond 2.16.2 [lily-df2a164d.ly]...
Processing `/home/shmk/Desktop/lily-df2a164d.ly'
Parsing...
/home/shmk/Desktop/lily-df2a164d.ly:30:37: error: syntax error, unexpected
'=', expecting SCM_FUNCTION or SCM_IDENTIFIER or SCM_TOKEN
  \override DynamicTextSpanner.style 
                                     = #'none
/home/shmk/Desktop/lily-df2a164d.ly:30:39: warning: Ignoring non-music
expression
  \override DynamicTextSpanner.style = 
                                       #'none
/home/shmk/Desktop/lily-df2a164d.ly:29:0: error: errors found, ignoring
music expression

\relative c'' {
fatal error: failed files: "/home/shmk/Desktop/lily-df2a164d.ly"
Exited with return code 1.

Any idea why this is happening or how to fix it?



--
View this message in context: 
http://lilypond.1069038.n5.nabble.com/Error-override-DynamicTextSpanner-style-none-tp145439.html
Sent from the User mailing list archive at Nabble.com.



reply via email to

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