Joram,

Thank you for the explanation. Having no knowledge or experience with Scheme, I 
did not know the need for, or purpose of, the hash mark(s), " # " or " ##. "
My initial inquiry was prompted by locating the command " tieWaitForNote 
(boolean). " I understand boolean. Of the use of " \set " and the hash marks, I 
did not.
Learning some basic syntax and grammar of Scheme would help me. Any suggestions?

Mark

-----Original Message-----
From: Noeck [mailto:noeck.marb...@gmx.de] 
Sent: Tuesday, January 28, 2014 9:44 AM
To: Mark Stephen Mrotek; lilypond-user@gnu.org
Subject: Re: Rolled Chord

> Gentlemen,
> 
> I have tried both (in 2.18),
> \set tieWaitForNote = ##t, works
> \set tieWaitForNote = #t, does not work.
> 
> Mark

I think nobody said that it should work. In both ways of thinking, you need ##t
- switch to scheme syntax with # and then the scheme true value #t
  (this is what actually happens), i.e. ##t
- "lilypond true" combination ##t

Joram


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

Reply via email to