On 8/20/11 4:16 PM, "Graham Percival" <gra...@percival-music.ca> wrote:

 
> Hmm.  I still have no clue about the difference between #t and
> #foo, which certainly emphasizes that there *is* confusion.

#t is a Scheme value, as is foo

##t is a lilypond input value to get the scheme value #t
#foo is a lilypond input value to get the scheme value foo.

#t in lilypond gets the scheme value t, not the scheme value #t

So we need either #foo and ##t or foo and #t.  We should never mix those.

Thanks,

Carl


_______________________________________________
lilypond-devel mailing list
lilypond-devel@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-devel

Reply via email to