bug-lilypond
[Top][All Lists]
Advanced

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

Wrong alignment in markup


From: Daniel Berjón
Subject: Wrong alignment in markup
Date: Mon, 15 Oct 2012 12:53:52 +0000 (UTC)
User-agent: Loom/3.14 (http://gmane.org/)

> I'm not top posting.

%When combining text with dynamics, right- or center-align do not seem to work 
%properly (or I am not writing the right code); in default left-align mode, the 
%space between dynamic and text is correct, but in the other two the dynamic is 
%placed too far right:
\version "2.16.0"

\relative c'' {
    a a a a |
    a_\markup {
        \right-align
        {
            sempre
            \dynamic f
        }
    } a a a 
}
%If the dynamic is placed before the text, the problem is even worse and they 
%collide.




reply via email to

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