lilypond-user
[Top][All Lists]
Advanced

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

Re: Beamed eighth notes and tuplets as tempo indication


From: Rune Zedeler
Subject: Re: Beamed eighth notes and tuplets as tempo indication
Date: Mon, 15 Jan 2007 02:31:22 +0100
User-agent: Thunderbird 1.5.0.9 (X11/20070104)

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'
}




reply via email to

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