Thank you Steven, but no luck. I get "error: unknown escaped string: `\concat' 
", and the .pdf has "concat pi ù f" (in the proper fonts).

Ralph

-----Original Message-----
From: Steven Weber [mailto:[EMAIL PROTECTED] 
Sent: Monday, July 02, 2007 4:41 PM
To: Palmer, Ralph; 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, July 02, 2007 1:38 PM
To: lilypond-user@gnu.org
Subject: Space in markup using \char

Greetings -

Lilypond is a great program, and I appreciate all the help I've gotten from the 
members of this list.

I had this problem once before, and just gave up, but perhaps things have 
changed. I've checked the manual, the program reference, and the user list 
archives, with no success.

I'm running LilyPond 2.10.16 under WindowsXP Pro, SP2.

I'm trying to use \markup to insert <più f> below the staff. Using <\char 
#'249>, I can get the correct last character in piu, but there's always a space 
between <pi> and <u>. I'm including a short snippet illustrating the problem.

++++++++++++ Begin Snippet +++++++++++

%Section Test
%piu f problem

\version "2.10.16"
\include "english.ly"
\paper {
        ragged-right = ##t
}

SectionTest = {
        \key c \major
        \clef treble
        \time 4/4

        c'1 |
        d'2_\markup {{\italic{"pi"\char #'249 }}{\dynamic{" f"}}} c'2 | }

\Score {
        \SectionTest
}

++++++++++ End Snippet +++++++++++++

Thank you again for all your help,

Ralph
+++++++++++++++++++++++++
Ralph Palmer, CEM
Energy/Administrative Coordinator
Keene State College
Keene, NH 03435-2502
Phone: 603-358-2230
Cell: 603-209-2903
Fax: 603-358-2456
[EMAIL PROTECTED]


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



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

Reply via email to