On 2016/02/27 12:30:56, mail_philholmes.net wrote:

\tag #'Ex1
\tag Ex

are both OK, but

\tag Ex1

isn't, since the use of the digit makes the tagname not compatible
with
Lilypond naming.  So if you changed every example of \tag #' to \tag,
you'd
also need to be sure to check that the tagnames are compatible with
Lilypond
naming rules.

The following command may be helpful:

git grep "#'[-_a-zA-A]\\+[^-_a-zA-Z \\n}]"

It turns out that most of the non-LilyPondable symbols contain a colon.
There is also vaticana.punctum and friends.

fretted-headword.el strangely quotes lots of literal numbers.  There are
things like #'solo1 for the partcombiner.  With regard to actual tags,
string-quartet-template-with-separate-parts.ly contains vn1 and vn2
tags.

https://codereview.appspot.com/279140043/

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

Reply via email to