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.

_______________________________________________
lilypond-user mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to