lilypond-user
[Top][All Lists]
Advanced

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

Re: Metronome vertival position after vertical space


From: Pierre Perol-Schneider
Subject: Re: Metronome vertival position after vertical space
Date: Wed, 14 Jan 2015 18:20:57 +0100

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 <address@hidden>:
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


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



reply via email to

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