lilypond-user
[Top][All Lists]
Advanced

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

Re: Error: \override DynamicTextSpanner.style = #'none


From: Nick Payne
Subject: Re: Error: \override DynamicTextSpanner.style = #'none
Date: Sat, 04 May 2013 16:53:30 +1000
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20130329 Thunderbird/17.0.5

On 04/05/13 16:22, Derek wrote:
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

You've pulled your example from the 2.17 docs, not the 2.16 docs. You need to use

\override DynamicTextSpanner #'style = #'none

instead. See http://www.lilypond.org/doc/v2.16/Documentation/notation/expressive-marks-attached-to-notes.

reply via email to

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