lilypond-user
[Top][All Lists]
Advanced

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

Re: Vertically shift tempo prescription


From: Flaming Hakama by Elaine
Subject: Re: Vertically shift tempo prescription
Date: Fri, 2 Dec 2022 12:39:44 -0800


   
---------- Forwarded message ----------
From: Arno Waschk <hamamatsu@gmx.de>
To: David Kastrup <dak@gnu.org>
Cc: Jean Abou Samra <jean@abou-samra.fr>, arno@arnowaschk.de, lilypond-user@gnu.org
Bcc: 
Date: Fri, 2 Dec 2022 21:11:35 +0100
Subject: Re: Vertically shift tempo prescription
Hi David,

sure, here you are.
(Taking the risk to be pointed to a most trivial silliness on my side :-) )

\version "2.23.10"
\score{
  \new Staff{
  \partial 4
  c'4
  \tempo "Allegro" 4=120
  \repeat unfold 8{c'8}

  %\override MetronomeMark.extra-offset = #'(-20.0 . 20.0)
  \tempo "Allegro" 4=120
    \repeat unfold 8{c'8}

  %\tweak extra-offset #'(-40.0 . 40.0)
    \tempo "Allegro" 4=120
      \repeat unfold 8{c'8}
     

}}

It prints three times the same positioned Allegro.
I hoped that uncommenting the commented lines would shift things around.
Here it doesn't. Yet.

Thanks, Arno

You were missing "Score." before the MetronomeMark


\version "2.22.2"
\score{
    \new Staff {
        \partial 4
        c'4
        \tempo "Allegro" 4=120
        \repeat unfold 8{c'8}

        \once \override Score.MetronomeMark.extra-offset = #'(-5.0 . 5.0)
        \tempo "Allegro" 4=120
        \repeat unfold 8 {c'8}

        %\tweak extra-offset #'(-40.0 . 40.0)
        \tempo "Allegro" 4=120
        \repeat unfold 8 {c'8}
    }
}


HTH, 

Elaine Alt
415 . 341 .4954                                           "Confusion is highly underrated"
elaine@flaminghakama.com
Producer ~ Composer ~ Instrumentalist ~ Educator
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-

reply via email to

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