lilypond-user
[Top][All Lists]
Advanced

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

Using lilypond syntax in Scheme


From: Don Blaheta
Subject: Using lilypond syntax in Scheme
Date: Sun, 18 Dec 2005 16:42:21 -0600
User-agent: Mutt/1.2.5.1i

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
                      { c'8 d' } #})

  \score { \mynotes }

Am I just not invoking it right?  Commands and such (\override,
\context) seem ok, it's just the actual notes that don't work.  This is
on 2.6.4.

-- 
-=-Don address@hidden<http://www.blahedo.org/>-=-
Déjà Moo: the feeling that you've heard this bull before.




reply via email to

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