lilypond-user
[Top][All Lists]
Advanced

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

Re: Controlling markup vertical position


From: Simon Albrecht
Subject: Re: Controlling markup vertical position
Date: Mon, 16 Nov 2015 22:44:56 +0100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.3.0

On 16.11.2015 08:08, Menu Jacques wrote:
Hello,

As it turns out, using \tempo solves the issue:

Well, it depends on what you’re typesetting there, but a \tempo indication will always move to the topmost staff, so this is at least very fragile.
But how about:
%%%%%%%%%%
\version "2.19.30"

\relative f {
  \clef "bass" \key f \major \time 4/4
  g,2 \f
  -\tweak self-alignment-X #0  % move horizontally to the left
  ^"Bassi"
  des''4 \p ^"Vcl." ( c4 ) | % 18
}
%%%%%%%%%
That’s closer to what the artisanal engraver did, at least for the "Bassi".

HTH, Simon



reply via email to

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