lilypond-user
[Top][All Lists]
Advanced

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

Re: two problems


From: Carter Brey
Subject: Re: two problems
Date: Sun, 01 Dec 2002 10:08:42 -0500
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.0.1) Gecko/20021003

Dear David,

Use this code:

_#'(columns ((italic bold) "sub  ") ((dynamic) "pp"))

Regards,
Carter

David Bobroff wrote:

What started out as a single question has become two.  In the following
short excerpt I want to place "pp sub." below <d16 a'>.  Specifically, I
want a regular dynamic "pp" and an italic "sub.".

%%%%%%%%%%%%%%%%%%%%%%%%%%
\score{
\notes \relative c{
\clef F
\time 2/4
<d4.. a'> <d16 a'> ~ | <d2 a'> |
}
}
%%%%%%%%%%%%%%%%%%%%%%%%%%

I have tried:

<d15 a'_(dynamic "pp" (italic "sub."))>
and

<d15 a'_((dynamic "pp") (italic "sub."))>

Both of them leave me with strange errors in the console;

********************************
Calculating column positions... warning: Too many clashing notecolumns.
Ignoring them.
warning: Too many clashing notecolumns.  Ignoring them.

paper output to `testing.tex'...
warning: can't find ascii character: 117
warning: can't find ascii character: 120
warning: can't find ascii character: 98
warning: can't find ascii character: 120
warning: can't find ascii character: 46
warning: can't find ascii character: 120 ********************************

...and I was left with only an italic 's' under the staff.

Placing the scheme code outside the <> gives me a nasty parse error
(unexpected "_").

Using a combination of \pp and _#'(italic "sub.") left me with the two
things overlapping each other.  Chaining them like:

_#'(dynamic "pp")_#'(italic "sub.") stacked them one on top of the other.

--

+---------------------------------+
|Carter Brey (address@hidden)|
+---------------------------------+
Homepage:
http://www.nyplive.org/music/orchestra/index.cfm?page=profile&personNum=7
Christoph, please remember that irony is not available between the Canadian
and Mexican border.... you are confusing them again 8)

        - Alan Cox on linux-kernel
 9:32am  up 1 day,  9:20,  1 user,  load average: 2.25, 2.15, 2.05







reply via email to

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