Just want to tell that the double-spacing problem isn't restricted to
padding but affects extra-offset also.


    Werner

======================================================================

\score {
  \context Voice \notes \relative c'' {
    \property Voice.DynamicText \set #'extra-offset = #'(0 . 0)
    c1-\f |
    \property Voice.DynamicText \set #'extra-offset = #'(0 . 1)
    c1-\f |
    \property Voice.DynamicText \set #'extra-offset = #'(0 . 2)
    c1-\f |
    \property Voice.DynamicText \set #'extra-offset = #'(0 . 3)
    c1-\f |
    \property Voice.DynamicText \set #'extra-offset = #'(0 . 4)
    c1-\f |
    \property Voice.DynamicText \set #'extra-offset = #'(0 . 5)
    c1-\f |
  }
  \paper {
    linewidth = -1
  }
}

PNG image

Reply via email to