Node: Inline Scheme, Next: , Up: Scheme integration



Inline Scheme

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.1 (stable-branch).

Report errors to <bug-lilypond@gnu.org>.