lilypond-user
[Top][All Lists]
Advanced

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

Re: Text Spanner on first note after line break


From: Martial
Subject: Re: Text Spanner on first note after line break
Date: Sun, 13 Sep 2009 10:07:37 +0200
User-agent: Thunderbird 2.0.0.23 (Windows/20090812)

 Hello,

I want "a tempo" to be printed above the first note after the line
break, but it's getting printed at the end of the 1st staff.

just add two line
%%-------------------------------------------------
\version "2.12.2"

\relative c' {
   \once \override TextSpanner #'(bound-details left text) = #"accel"
   \once \override TextSpanner #'(bound-details right text) = #"a tempo"

%%just add this
 \once \override TextSpanner #'bound-details #'left-broken #'text = ##f
 \once \override TextSpanner #'bound-details #'right-broken #'text = ##f

        c\startTextSpan d e f \break |
        c\stopTextSpan d e f |
 }
%%-------------------------------------------------

--
Martial





reply via email to

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