lilypond-user
[Top][All Lists]
Advanced

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

Re: outside-staff-priority fails for TextSpanner with BarNumber


From: Frédéric Bron
Subject: Re: outside-staff-priority fails for TextSpanner with BarNumber
Date: Thu, 18 Mar 2010 21:14:05 +0100

> Read the Learning Manual (section 4.4.3 explains how to do this)

Thanks a lot. I should have thought about that. Here is the corrected
code for the archive:

\version "2.12.2"
\layout {
        \context { \Score \remove "Bar_number_engraver" }
        \context { \Staff
                \consists "Bar_number_engraver"
                \override TextSpanner #'outside-staff-priority = #350
                \override BarNumber #'outside-staff-priority = #50
        }
}

\relative c' {
        \textSpannerUp \override TextSpanner #'(bound-details left
text) = "Stringendo"
        c4\startTextSpan \repeat unfold 38 c4 c4\stopTextSpan
}




reply via email to

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