lilypond-user
[Top][All Lists]
Advanced

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

Re: Copying metronome marks to multiple \StaffGroup's


From: Stephen MacNeil
Subject: Re: Copying metronome marks to multiple \StaffGroup's
Date: Wed, 11 Mar 2015 17:47:15 -0400

You could always do a markup ?

tpo = \markup {

{\bold Allegro \hspace #1

\concat { \lower #.25 ( \small \raise #.25 \note #"4" #UP } \hspace #.5 { = 90 \raise #.5 \musicglyph #"scripts.tenuto"\concat{ 120\bold )}}

} }


\relative c' {

\clef "treble"

\key c \major

\time 4/4

\tempo "Allegro" 4 = 90 - 120


<<

\new Voice = "first"

{ \voiceOne

\override Staff.Rest #'style = #'classical

c'16\rest a c a e' a, c

a a, [a'] b, a' c, [a'] a, a' |

}

\new Voice= "second"

{ \voiceTwo

a,4 b\rest a8 b c-\tweak self-alignment-X #0 ^\tpo a |

}

>>

}



reply via email to

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