[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
incorrect padding (continued)
From: |
Werner LEMBERG |
Subject: |
incorrect padding (continued) |
Date: |
Mon, 19 Aug 2002 06:58:40 +0200 (CEST) |
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
}
}
Re: incorrect padding (continued), Werner LEMBERG, 2002/08/19