lilypond-user
[Top][All Lists]
Advanced

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

RE: Space in markup using \char


From: Steven Weber
Subject: RE: Space in markup using \char
Date: Mon, 2 Jul 2007 13:41:10 -0700

The \concat command should fix this:

\markup { \italic { \concat { "pi" \char #'249 } } }

--Steven

-----Original Message-----
From: address@hidden
[mailto:address@hidden On Behalf Of
Palmer, Ralph
Sent: Monday, July 02, 2007 1:38 PM
To: address@hidden
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
address@hidden


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





reply via email to

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