lilypond-user
[Top][All Lists]
Advanced

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

text spanner


From: Mario Moles
Subject: text spanner
Date: Mon, 27 Jun 2011 09:43:33 +0200
User-agent: KMail/1.13.6 (Linux/2.6.38.8-desktop-nrj.69mib; KDE/4.5.5; x86_64; ; )

Hi lilyponders!

How can I do for not repeating the text "Sempre più crescendo" in the next stave? Thanks for the answers!

\version "2.15.2"


\paper {

#(set-paper-size "a4")

}


global = {

\key c \major

\time 4/4

}


violin = \relative c'' {

\global

% Qui segue la musica.

\override TextSpanner #'(bound-details left text) = "Sempre più crescendo"

c,4\startTextSpan c c c|

c c c c|

c c c c|

c c c c|

c c c c|

c c c c|

c c c c|

c c c c|

c c c c|

c c c c|

c c c c|

c c c c|

c c c c\stopTextSpan|

}


\score {

\new Staff \with {

instrumentName = "Vl."

midiInstrument = "violin"

} \violin

\layout { }

\midi {

\context {

\Score

tempoWholesPerMinute = #(ly:make-moment 100 4)

}

}

}


--

oiram/bin/selom

MkarlM-HomePage


reply via email to

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