Re: using & in title

2004-05-28 Thread Mats Bengtsson
Anything you write in the header fields is sent directly to LaTeX which formats the titling. So, this is really a LaTeX question, not a LilyPond question. In ordinary LaTeX, the solution is to "escape" the & with a backslash: \& However, in the LilyPond input, you have to escape the backslash once

using & in title

2004-05-28 Thread LEGRAND Jean-Marc
Hi list ! I try to have the piece \header { piece="Les Galans & les Dames"} printed. But Lilly seems to be annoyed by the symbol &. How can make Lily print it like I want ? ___ lilypond-user mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailma

Re: using & in title

2004-05-28 Thread Olivier Cloirec
Perhaps you can try a \\& instead of & (as \& in TeX)? (Sorry, I'm not at home, I can't try it.) Olivier LEGRAND Jean-Marc wrote: Hi list ! I try to have the piece \header { piece="Les Galans & les Dames"} printed. But Lilly seems to be annoyed by the symbol &. How can make Lily print it like I wan

Re: using & in title

2004-05-28 Thread Thorkil Wolvendans
Hi Jean-Marc, The problem you face here, is due to the fact that lily doesn't print the text, but let's LaTeX do the printing. The '&' symbol is a reserved symbol, which means that it has a special function in LaTex. To get the '&' symbol printed one has to place a \ right before the '&' symbol.

Réf. : Re: using & in title

2004-05-28 Thread LEGRAND Jean-Marc
sson s3.kth.se> cc :[EMAIL PROTECTED] Objet : Re: using & in title 28/05