Scheme expressions can be entered in the input file by entering a
hash-sign (#
). The expression following the hash-sign is
evaluated as Scheme. For example, the boolean value true is
#t
in Scheme, so for LilyPond true looks like ##t
,
and can be used in property assignments:
\property Staff.autoBeaming = ##f
This page is for LilyPond-2.0.0 (stable-branch).