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/

_______________________________________________
lilypond-devel mailing list
lilypond-devel@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-devel

Reply via email to