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

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

Reply via email to