bug-lilypond
[Top][All Lists]
Advanced

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

Inconsistent results for Script Y-offset


From: Marco Caliari
Subject: Inconsistent results for Script Y-offset
Date: Mon, 11 Aug 2008 17:09:40 +0000 (UTC)
User-agent: Loom/3.14 (http://gmane.org/)

> I'm not top posting.

Dear all, 

in the following snippet

\version "2.11.52"
\relative c' {
\time 6/8
f4. f4 f8(
\once \override Script #'Y-offset = #4
% no effect
d'4.-> ~ d4.)
f,4. f4 f8
\once \override Script #'Y-offset = #4
% desired effect
d'4.-> ~ d4.
f,4. f4 f8(
\break
\once \override Script #'Y-offset = #4
% strange effect
d'4.-> ~ d4.)
}
\paper{ ragged-right=##t } 

the \override Script produces inconsistent results (the last one quite bad).
Finally, I found that I have to override the padding property: still, I think
there is something wrong with #'Y-offset.

Best regards,

Marco





reply via email to

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