Updates:
Cc: joeneeman
Comment #6 on issue 1298 by markpolesky: minimum-Y-extent must be updated
manually
http://code.google.com/p/lilypond/issues/detail?id=1298
This is from Joe's commit #5b54b66.
Joe, on 10 Jan 2010 you made a convert-ly rule to handle
'minimum-Y-extent with the message "vertical spacing has been
changed; minimum-Y-extent is obsolete". Yet it still works fine
(and I see no reason why it should be removed). Was this a
thinko, oversight, or is there something else going on?
The test file below shows that it still works, and it's useful for
aligning things like markups to their baselines.
- Mark
* * * * * * * * * * * * * * *
\version "2.13.39"
nonsense = {
s4^\markup { "balderdash" } s^\markup { \null }
s4^\markup { "gobbledygook" } s^\markup { \null }
}
\new RhythmicStaff {
\textLengthOn
\override TextScript #'extra-offset = #'(0 . -0.5)
\nonsense
\override TextScript #'minimum-Y-extent = #'(-0.5 . 0)
\nonsense
}
Attachments:
1298.png 2.6 KB
_______________________________________________
bug-lilypond mailing list
bug-lilypond@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-lilypond