lilypond-user
[Top][All Lists]
Advanced

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

Re: Metronome marks


From: Ole Schmidt
Subject: Re: Metronome marks
Date: Tue, 8 Apr 2008 19:34:46 +0200

Hi Matthias,

see the snippet below, there is also a snippet in the lsr, but I can't find it...

\version "2.10.15"

 \new Staff {
 \time 4/4 \override Staff.TimeSignature #'style = #'()

 \relative c'{

c4^\markup { { \score {\new Staff \with {
\remove "Time_signature_engraver"
\remove "Clef_engraver"\remove "Staff_symbol_engraver"
} {
d'8[ d']
} \layout { ragged-right = ##t indent = 0} } \lower #6 {  "=" }
\score {\new Staff \with {
\remove "Time_signature_engraver"
\remove "Clef_engraver"\remove "Staff_symbol_engraver"
} {
\times 2/3 { d'4 d'8 }
} \layout { ragged-right = ##t indent = 0} }

}
}
} }




hth

ole

%%%%%%%%%%%%%%%%

\version "2.10.15"

 \new Staff {
 \time 4/4 \override Staff.TimeSignature #'style = #'()

 \relative c'{

c4^\markup { { \score {\new Staff \with {
\remove "Time_signature_engraver"
\remove "Clef_engraver"\remove "Staff_symbol_engraver"
} {
d'8[ d']
} \layout { ragged-right = ##t indent = 0} } \lower #6 {  "=" }
\score {\new Staff \with {
\remove "Time_signature_engraver"
\remove "Clef_engraver"\remove "Staff_symbol_engraver"
} {
\times 2/3 { d'4 d'8 }
} \layout { ragged-right = ##t indent = 0} }

}
}
} }

%%%%%%%%%%%%%%%



Am 08.04.2008 um 19:09 schrieb Matthias Loitsch:

Hi!

I'm new to this list, and quite new to lilypond too.

I'm trying to change the tempo in a song, and I can't find how to do so...

What I want to do, is not a normal metronome tempo change, but I want a
triplet to become a quarter note.

I found how to set the tempo with a metronome marking (\tempo 4=120), and I
found the syntax to display an eigth note becoming a quarter note:
\markup {
       (
       \smaller \general-align #Y #DOWN \note #"8" #1
       =
       \smaller \general-align #Y #DOWN \note #"4" #1
       ) }


But how can I use this with a triplet? I tried \note #"12" and \note #"4/3"
but they both don't work...

Is there a way to get a triplet with \note ? Or do I need a completely
different approach?



Thank you in advance,
Matthias



--
Matthias Loitsch

http://www.youtube.com/watch?v=yAUYaweNQME


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





reply via email to

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