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
_______________________________________________
lilypond-user mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/lilypond-user