lilypond-user
[Top][All Lists]
Advanced

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

Re: When to Use Pound Signs


From: David Kastrup
Subject: Re: When to Use Pound Signs
Date: Tue, 05 Jan 2016 18:33:47 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/25.1.50 (gnu/linux)

Thomas Morley <address@hidden> writes:

> {
>   \override Staff.Clef.font-size = .5
>   R1
> }
>
> still returns an error,

I don't think writing 0.5 is too much to demand.  4. is a duration.

> as well as
>
> \markup \fontsize 5 "xy"
>
> So there are still limitations.

Markup commands don't do contextual interpretation of their arguments
(or default arguments) at all.  They are like they always were.
Frankly, music function arguments were such a horror to get to the state
where they are now...

> In general, whenever you are in LilypPond-syntax and you see/write a
> `#' then the parser knows a guile-expression follows and will act
> accordingly.

Which means that it will just pass the job to the Scheme reader and pick
up after the Scheme reader has consumed one sexp.

-- 
David Kastrup



reply via email to

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