Hello Pierre,

This version with the empty tempo name is the one that fits my need best, since 
it’s easier to fine tune with offsets for every particular case.

Thanks a lot!

JM

> Le 14 janv. 2015 à 18:39, Pierre Perol-Schneider 
> <pierre.schneider.pa...@gmail.com> a écrit :
> 
> Or even :
> 
> %%%%%%%%%%%%%%
> \version "2.19.15"
> 
> {
>   c1
>   \break
>   \tweak X-offset #6
>   \mark\markup\bold\fontsize #-2 "Presto"
>   \once\override Score.MetronomeMark.Y-offset = #13
>   \tempo "" 2 = 130
>   c1
> }
> 
> %%%%%%%%%%%%%%
> 
> Pierre
> 
> 2015-01-14 18:20 GMT+01:00 Pierre Perol-Schneider 
> <pierre.schneider.pa...@gmail.com <mailto:pierre.schneider.pa...@gmail.com>>:
> Hi Jacques,
> 
> 
> How about :
> 
> %%%%%%%%%%%%%%
> \version "2.19.15"
> 
> {
>   c1
>   \break
>   \tempo \markup\concat {
>       \column { \vspace #3 "Presto" }
>       \hspace #-8
>     }
>    2 = 130
>   c1
> }
> 
> %%%%%%%%%%%%%%
> 
> Cheers,
> Pierre
> 
> 2015-01-14 17:51 GMT+01:00 Menu Jacques <imj-...@bluewin.ch 
> <mailto:imj-...@bluewin.ch>>:
> Hello folks,
> 
> Following the answer to a question I got recentlty from this list, I’ve come 
> to:
> 
> %%%%%%%%%%%%%%
> \version "2.19.15"
> 
> {
>   c1
> 
>   \break
> 
>   \tempo\markup{
>     \column{
>       " " \vspace #2
>       "Presto"
>     }
>   } 2 = 130
> 
>   c1
> }
> 
> %%%%%%%%%%%%%%
> 
> How can I align the metronome indication with the « Presto » tempo text?
> 
> Thanks a lot!
> 
> JM
> 
> <PastedGraphic-1.tiff>
> 
> _______________________________________________
> lilypond-user mailing list
> lilypond-user@gnu.org <mailto:lilypond-user@gnu.org>
> https://lists.gnu.org/mailman/listinfo/lilypond-user 
> <https://lists.gnu.org/mailman/listinfo/lilypond-user>
> 
> 
> 

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

Reply via email to