lilypond-user
[Top][All Lists]
Advanced

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

Re: How to place markup and crescendo one after the other?


From: Knute Snortum
Subject: Re: How to place markup and crescendo one after the other?
Date: Sat, 28 Jun 2014 10:13:32 -0700

This was the best I could do.  I couldn't get the Y-offset to move the text.

%%%%%%%%%%%%%%%%%%%%%%%%%
\version "2.18.2"

\relative f, {
  \clef "bass"
  \time 3/4
  \slurUp
  \once\override TextScript.X-offset = #-10
  bes2.-\markup{\italic"a tempo"} ( \< |
  ees,2.\mf \> | bes'2. \< |
  \once\numericTimeSignature\time 4/4
  c2. \! )
  \slurNeutral
}


Knute Snortum
(via Gmail)


On Sat, Jun 28, 2014 at 9:41 AM, Jacques Menu <address@hidden> wrote:
Hello folks,

I’d like to have « a tempo » and then the cresc sign, instead of them stacked vertically.

Sure it’s simple, but can’t find out…

Thanks for your help!

JM

%%%%%%%%%%
\version "2.18.2"

\relative f, {
\clef "bass"
\time 3/4
\slurUp
bes2.-\markup{\italic"a tempo"} ( \< |
ees,2.\mf \> | bes'2. \< |
\once\numericTimeSignature\time 4/4
c2. \! )
\slurNeutral
}
%%%%%%%%%%



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


reply via email to

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