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
lilypond-user@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-user
_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-user