lilypond-user
[Top][All Lists]
Advanced

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

Re: Markup question


From: Pierre Perol-Schneider
Subject: Re: Markup question
Date: Sun, 30 Jun 2019 21:24:32 +0200

You're welcome John,
Cheers,
Pierre
PS. Please don't forget to reply to the list.

Le dim. 30 juin 2019 à 19:54, John McWilliam <address@hidden> a écrit :

Hi Pierre,

                Brilliant! Thanks for solving that for me.

John

 

Sent from Mail for Windows 10

 

From: Pierre Perol-Schneider
Sent: Sunday, June 30, 2019 4:00 PM
To: John McWilliam
Cc: address@hidden
Subject: Re: Markup question

 

Hi John and welcome here.

 

Le dim. 30 juin 2019 à 15:37, John McWilliam <address@hidden> a écrit

 

- In the above I want to Place the tempo text (Moderato) and the \Tempo ( 4 = 84) on the same line. I have tried to make this work using \halign but without success.

 

Try:

 

   \tempo\markup\normal-text\concat {
      \bold "Moderto" \hspace #.8
      "(" \hspace #.1 \raise #.5 \smaller\note #"4" #1 \hspace #.5
      "=" \hspace #.3 "84" \hspace #.1 ")"
    }
    \set Score.tempoWholesPerMinute = #(ly:make-moment 84/4) %% if needed for the mid output

 

 

- On the same line I want ”strike” to occur at the beginning of the bar. Again ”\halign #0 strike” failed to achieve this. Can somebody explain how this should be done.

 

How about :

 

    \tweak self-alignment-X #LEFT
    \mark \markup\fontsize #-1 "strike"
    R1

 

HTH, cheers,

Pierre

 


reply via email to

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