On Fri, 29 Nov 2002, Paul Scott wrote:
> Can anyone tell me why this code places all of the lyrics under the
> highvoice staff instead of each set of lyrics under its own staff?
Hello,
You should treat a Lyrics context just like a Staff context: if there are
more of them, give them names, otherw
Hi,
I successfully installed Lilypond on my PC Dell Pentium III, 500 MHz,
Win98SE and run tests OK .
After I tried to run Midi2ly with Lime 7.51 exported midi files, in order to
get better printing of scores (I use piano grand staff, 2 voices).
These midi files are correctly played by current pl
I found the fix for my main problem. I needed to use "colmuns" to get the
two bits of text lined up together, like this:
_#'(columns (dynamic "pp") (italic "sub."))
Now it's fine. The short excerpt is still strange but my score is ok.
-David Bobroff
_
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 . Specifically, I
want a regular dynamic "pp" and an ita
What started out as a single question has become two. In the following
short excerpt I want to place "pp sub." below . Specifically, I
want a regular dynamic "pp" and an italic "sub.".
%%
\score{
\notes \relative c{
\clef F
\time 2/4
~ | |
}
}
%