RE: Space in markup using \char

2007-07-03 Thread Palmer, Ralph
most recent stable version? Ralph -Original Message- From: Valentin Villenave [mailto:[EMAIL PROTECTED] Sent: Tuesday, July 03, 2007 9:13 AM To: Palmer, Ralph Cc: lilypond-user@gnu.org Subject: Re: Space in markup using \char 007/7/3, Palmer, Ralph <[EMAIL PROTECTED]>: > Sea

Re: Space in markup using \char

2007-07-03 Thread Karl Hammar
Ralph: ... > I still have not found a combination that produces " più f "; that is, > piu (with accent grave) in italics, followed by a space, followed by the > dynamic mark for forte. The closest I can get is to either ignore the > accent grave over the "u" or to allow a space between the "i" and

Re: Space in markup using \char

2007-07-03 Thread Valentin Villenave
007/7/3, Palmer, Ralph <[EMAIL PROTECTED]>: Searching the LSR for "\char" and for "\concat" both turned up the same (single) snippet: Obviously, something went wrong when I added the snippet a few hours ago: the LSR is running 2.10, so I had to comment the relevant lines. I still have not fo

Re: Space in markup using \char

2007-07-03 Thread Werner LEMBERG
> Why doesn't > > \markup { "più" } > > work (saved as an UTF-8 encoded file)? IIRC, the 2.10 series already > use Unicode internally. I mean \markup { \italic { "più" } } Werner ___ lilypond-user mailing list lilypond-user@gnu.org http:

Re: Space in markup using \char

2007-07-03 Thread Werner LEMBERG
> I still have not found a combination that produces " più f "; that > is, piu (with accent grave) in italics, followed by a space, > followed by the dynamic mark for forte. Why doesn't \markup { "più" } work (saved as an UTF-8 encoded file)? IIRC, the 2.10 series already use Unicode interna

Re: Space in markup using \char

2007-07-03 Thread Werner LEMBERG
> Thank you Steven, but no luck. I get "error: unknown escaped string: > `\concat' ", and the .pdf has "concat pi ù f" (in the proper fonts). This has been added in the 2.11 series. Werner ___ lilypond-user mailing list lilypond-user@gnu.org htt

RE: Space in markup using \char

2007-07-03 Thread Palmer, Ralph
ph; lilypond-user@gnu.org Subject: RE: Space in markup using \char The \concat command should fix this: \markup { \italic { \concat { "pi" \char #'249 } } } --Steven -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Palmer, Ralph Sent: Monday,

Re: Space in markup using \char

2007-07-02 Thread Valentin Villenave
2007/7/2, Graham Percival <[EMAIL PROTECTED]>: It's in 8.1.8. Where else would it be? My bad. I should have written "I have never seen it *yet* " (it's a part that haven't been translated into French, so I didn't get to work on it). Besides, I tried to search "concat" and "\concat" in LilyPon

Re: Space in markup using \char

2007-07-02 Thread Graham Percival
Valentin Villenave wrote: 2007/7/2, Steven Weber <[EMAIL PROTECTED]>: The \concat command should fix this: Since I had never seen it documented in the manual, I've just added it to the LSR. It's in 8.1.8. Where else would it be? 2007/7/2, Palmer, Ralph <[EMAIL PROTECTED]>: I've checked t

Re: Space in markup using \char

2007-07-02 Thread Valentin Villenave
2007/7/2, Steven Weber <[EMAIL PROTECTED]>: The \concat command should fix this: Since I had never seen it documented in the manual, I've just added it to the LSR. 2007/7/2, Palmer, Ralph <[EMAIL PROTECTED]>: I've checked the manual, the program reference, and the user list archives, with no

RE: Space in markup using \char

2007-07-02 Thread Steven Weber
The \concat command should fix this: \markup { \italic { \concat { "pi" \char #'249 } } } --Steven -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Palmer, Ralph Sent: Monday, July 02, 2007 1:38 PM To: lilypond-user@gnu.org Subject: Space in markup using