bug-lilypond
[Top][All Lists]
Advanced

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

zigzag causes TextScripts to be offset


From: David Bobroff
Subject: zigzag causes TextScripts to be offset
Date: Fri, 15 Aug 2008 14:46:40 +0000
User-agent: Thunderbird 2.0.0.16 (Windows/20080708)

%% Setting the TrillSpanner style to zigzag causes
%% TextScripts on the same system prior to the spanner
%% to be offset upwards.

\version "2.11.55"

\score {
        \relative c' {
                c1^"text"
                \break
                c2^"text"
                c2_"text"
                \override TrillSpanner #'style = #'zigzag
                c\startTrillSpan
                c^"text"\stopTrillSpan
        }
}




reply via email to

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