bug-lilypond
[Top][All Lists]
Advanced

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

RE: [Not a bug] Re: \tag does not accept list of symbols as documentedin


From: Ian Hulin
Subject: RE: [Not a bug] Re: \tag does not accept list of symbols as documentedin help examples.
Date: Wed, 23 Aug 2006 10:13:55 +0100

John,

Many thanks for the clarification; I'm still on a steep learning curve with
lilypond.  I was quoting from the java version of lilypond help for the
Jedit LilyHelp plugin.  

It looks like there's some version lag between this and the html version of
the help files on the web.  

Cheers,

Ian Hulin

-----Original Message-----
From: John Mandereau [mailto:address@hidden 
Sent: 23 August 2006 09:53
To: Ian Hulin
Cc: address@hidden
Subject: [Not a bug] Re: \tag does not accept list of symbols as documented
in help examples.

.
.
.
{snip}
.
.
.

That is not a bug: AFAIK '(score part) is not a list of symbols, it is a
constant list whose elements are the variables score and part. The quote
"'" before the list means the list is constant. So there should be
quotes not before the list but before score and part, so that score and
parts are not variables but symbols: ('score 'part) is a list of
symbols.

However, I don't know where you have quoted the documentation from: both
versions 2.8 and 2.9 of the documentation read in section 8.2.8:

http://lilypond.org/doc/v2.8/Documentation/user/lilypond/Different-editions-
from-one-source.html
"""
The arguments of the \tag command should be a symbol (such as #'score or
#'part), followed by a music expression. It is possible to put multiple
tags on a piece of music with multiple \tag entries,

  \tag #'original-part \tag #'transposed-part ...
"""

The \tag command does not accept a list of symbols, so the following
line of your input

\tag #'(score part) <<

should be replaced by

\tag #'score \tag #'part <<


Cheers,
-- 
John Mandereau <address@hidden>

-- 
No virus found in this incoming message.
Checked by AVG Free Edition.
Version: 7.1.405 / Virus Database: 268.11.5/425 - Release Date: 22/08/2006
 

-- 
No virus found in this outgoing message.
Checked by AVG Free Edition.
Version: 7.1.405 / Virus Database: 268.11.5/425 - Release Date: 22/08/2006
 





reply via email to

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