lilypond-auto
[Top][All Lists]
Advanced

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

Re: [Lilypond-auto] Issue 3522 in lilypond: \transparent does not create


From: lilypond
Subject: Re: [Lilypond-auto] Issue 3522 in lilypond: \transparent does not create correct skylines in markups
Date: Wed, 28 Aug 2013 11:10:00 +0000


Comment #7 on issue 3522 by address@hidden: \transparent does not create correct skylines in markups
http://code.google.com/p/lilypond/issues/detail?id=3522

You could argue then that \with-dimensions is a placeholder for the sake of markup. Conecptually, I don't see a reason to make \with-dimensions and \pad-around play nicely with skylines and not \transparent.

If you change the example slightly, it seems more plausible :


{
  c''4^\markup \column { "foo" \draw-circle #10 #1 ##f }
  r4 c''2^\markup \column { "foo" "bar" } |
  R1*2 |
  c''4^\markup \column { "foo" \transparent \draw-circle #10 #1 ##f }
  r4 c''2^\markup \column { "foo" "bar" } |
}

Here, I think the expectation of any user would be that all the foos and bars are placed the same in both examples. There is no way to specify to LilyPond that a part of a markup should be transparent but that said markup should still could in skylines.

I still think that stencils should carry their own skylines when needed, as it would allow for snug inner-stencil placement (very much like the snug inner-grob placement we have now).

--
You received this message because this project is configured to send all issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings



reply via email to

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