lilypond-user
[Top][All Lists]
Advanced

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

Re: Tempo placement


From: Marc Hohl
Subject: Re: Tempo placement
Date: Mon, 03 Feb 2014 12:10:29 +0100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Thunderbird/24.2.0

Am 03.02.2014 10:45, schrieb Robin Bannister:
Marc Hohl wrote:
But why does LilyPond seem to ignore '(left-edge)?

It seems it is not "visible".
The first left edge doesn't arise via a line break,
so for pedantic Lilypond the _unbroken_ case applies.

Try
\once \override  Score.LeftEdge.break-visibility = #all-visible

Thanks, sounds plausible, but it doesn't work either:

\version "2.19.0"

melLeftEdge = {
  \override Score.LeftEdge.break-visibility = #all-visible
  \override Score.RehearsalMark.break-align-symbols = #'(left-edge)
  \tempo "Slowly" 4 = 60
  c'4
}

\score {
   \new Staff { \melLeftEdge }
}

still looks unchanged :-(

Marc


Cheers,
Robin







reply via email to

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