Fairchild wrote:
It seems Scheme code distinguishes integers from real numbers in a way
that is incompatible with LilyPond. It is necessary to convert
"inexact" values. E.g.:
size = #( inexact->exact 3. )
which is acceptable. That's a pain.
Should I:
A. Further my education,
B. Live wi
What's weird is that fractional numbers are accepted if you
specify them directly, for example
\override NoteHead #'font-size = #3.5
/Mats
Fairchild wrote:
This code works:
%
\version "2.4.3"
size = #3
\score {{\relative c'' {
\override NoteHead #'fo
Title: Scheme incompatibility
This code works:
%
\version "2.4.3"
size = #3
\score {{\relative c'' {
\override NoteHead #'font-size = \size
c }}}
%
Change the number to
s