lilypond-user
[Top][All Lists]
Advanced

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

Re: Controlling markup vertical position


From: Menu Jacques
Subject: Re: Controlling markup vertical position
Date: Mon, 16 Nov 2015 08:08:18 +0100

Hello,

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

Cello =  \relative f {
  \clef "bass" \key f \major \time 4/4
  \tempo "Bassi"
  g,2 \f
  \tempo "Vcl."

  des''4 \p ( c4 ) | % 18
}

\relative {
  \Cello
}

JM

> Le 15 nov. 2015 à 07:33, Menu Jacques <address@hidden> a écrit :
> 
> Hello folks,
> 
> I’ve tried to obtain the following from Mozart:
> 
> <BassiVclProblem.png>
> 
> with:
> 
> \version "2.19.30"
> 
> Cello =  \relative f {
>   \clef "bass" \key f \major \time 4/4
>   g,2 \f
>   -\tweak Y-offset #ly:self-alignment-interface::y-aligned-on-self
>   -\tweak self-alignment-Y #2  % move vertically down
>   ^\markup{"Bassi"}
>   des''4 \p ^"Vcl." ( c4 ) | % 18
> }
> 
> \relative {
>   \Cello
> }
> 
> but I get Bassi too high and the first quater too much on the left (the \p 
> below the staff is OK for me):
> 
> <PastedGraphic-1.tiff>
> Thanks for your help!
> 
> JM
> 




reply via email to

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