Hello Andrew,

Problem is I don’t have a way yet to perform a « dilatation » of the bar to 
cope with larger strings such as Contrabassi:

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

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

\relative {
  \Cello
}


Cello =  \relative f {
  \clef "bass" \key f \major \time 4/4
  \once \override TextScript.extra-offset = #'(-3 . -3)
  g,2 \f
  ^\markup{"Contrabassi"}
  des''4 \p ^"Vcl." ( c4 ) | % 18
}

\relative {
  \Cello
}



> Le 16 nov. 2015 à 12:25, Andrew Bernard <andrew.bern...@gmail.com> a écrit :
> 
> Hi JM,
> 
> This is a downside, but in general I find it can be managed pretty well. So 
> although the use of extra-offset may not be totally philosophically sound and 
> pure, it is quite pragmatic.
> 
> Andrew
> 
> 
> 
> 
> 
> On 16/11/2015, 20:53, "Menu Jacques" <imj-...@bluewin.ch> wrote:
> 
>> 
>> Didnt’ think of it, thanks, but then you’re on your own to avoid collisions, 
>> whereas \tempo takes care of that…
>> 
> 


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

Reply via email to