lilypond-devel
[Top][All Lists]
Advanced

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

Re: Issue 4516: Make \offset handle unpure/pure containers (issue 250590


From: david . nalesnik
Subject: Re: Issue 4516: Make \offset handle unpure/pure containers (issue 250590043 by address@hidden)
Date: Wed, 22 Jul 2015 16:20:48 +0000

Yet compare the output of

{
  \offset Y-offset #-5 DynamicLineSpanner
  \repeat unfold 200 {
    c'2\f\< c'2\!
  }
}

with

{
  \override DynamicLineSpanner.Y-offset = #-15
  \repeat unfold 200 {
    c'2\f\< c'2\!
  }
}

Shouldn't the offset to the result of calling the pure function result
in better vertical spacing?

https://codereview.appspot.com/250590043/



reply via email to

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