As far as I know, this has been fixed in the latest development versions.
In 2.6, you have to explicitly include a \notemode :
#(define mynotes #{ \override Stem #'thickness = #4
\notemode { c'8 d' } #})
\score { \mynotes }
/Mats
Don Blaheta wrote:
What am I missing
What am I missing here? Whenever I include a literal note (e.g. "c" or
"bf'4") inside a #{ #} block, lilypond is complaining about an
unexpected STRING. For instance, this example (lifted from section
11.1.6 of the manual) fails to compile:
#(define mynotes #{ \override Stem #'thickness = #4