Frédéric Chiasson wrote:
> I would like to know if it is possible to write beamed eighth notes and
> tuplets as tempo indications. I would like to write the following
If you don't care that the code is ugly:
\version "2.10.10"
shuffled = \markup \score {
\new RhythmicStaff \with {
\remove Time_signature_engraver
\remove Staff_symbol_engraver
} {
\override Staff.TextScript #'extra-offset = #'(-0.5 . 0.5)
c8[ c8] s4^"=" \times 2/3 { c4 c8 }
}
\layout { ragged-right = ##t }
}
{
\clef F
\mark \shuffled
c8 d e f g a b c'
}
_______________________________________________
lilypond-user mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/lilypond-user