bug-lilypond
[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 16:00:24 +0200

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.
>

<https://lists.gnu.org/mailman/listinfo/bug-lilypond>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]