lilypond-user
[Top][All Lists]
Advanced

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

tempomark at a multimeasure beginning


From: coro
Subject: tempomark at a multimeasure beginning
Date: Wed, 27 Jun 2007 12:03:51 +0200 (CEST)

I would like to have a tempo mark at the beginning of a violin part (from
a chamber work) that starts with multimeasure rests, but text width makes
the measure width bigger. Would it be a bug?

None of next options works with "R"



\version "2.10.20"

tempoMark = #(define-music-function (parser location markp) (string?)
  #{
    \once \override Score . RehearsalMark #'self-alignment-X = #left
    \once \override Score . RehearsalMark #'no-spacing-rods = ##t
    \mark \markup { \bold $markp }
  #})

\relative c' {
  s1*0^"Poco piu mosso"
  r1
  d e f
  s1*0^"Poco piu mosso"
  R1
  g a b
  \tempoMark "Poco piu mosso"
  r
  c d e
  \tempoMark "Poco piu mosso"
  R
  f g f
}







reply via email to

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