bug-lilypond
[Top][All Lists]
Advanced

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

Horizontal spacing markup bug?


From: Daniel Johnson
Subject: Horizontal spacing markup bug?
Date: Mon, 30 May 2005 17:52:16 -0700
User-agent: Mozilla Thunderbird 1.0.2 (X11/20050401)

I've noticed that when I have a long markup associated with a note, and
a short markup associated with a space occupying the same beat as the
note, the short markup is aligned along the center X-axis of the longer
markup.  I first noticed this with the piano centered-dynamics template,
but I've narrowed it down to the following code.  Is this a known
issue?  Surely I can't be the first to notice this.

%%% begin lilycode %%%
\version "2.5.26"
\paper { raggedright = ##t }
\markup { "The two " " " \dynamic "p" "'s below should be horizontally
aligned with each other." }
\score {
    <<
        \context Staff = voiceOne { c''4^\markup{\dynamic "p" \italic "
mezzo voce"} c'' c'' c'' }
        \context Staff = voiceTwo { s4^\p c''4 c'' c'' }
    >>
}
%%% end lilycode %%%




reply via email to

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