bug-lilypond
[Top][All Lists]
Advanced

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

Re: Issue 1298 in lilypond: minimum-Y-extent must be updated manually


From: lilypond
Subject: Re: Issue 1298 in lilypond: minimum-Y-extent must be updated manually
Date: Sun, 07 Nov 2010 16:27:44 +0000

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




reply via email to

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