lilypond-user
[Top][All Lists]
Advanced

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

Re: textspan


From: Frédéric Bron
Subject: Re: textspan
Date: Sun, 1 Nov 2009 13:10:00 +0100

It is funny. I was quite sure to have the solution but I do not
understand why what I propose does not work: you have to separate
notes and TextSpan in parallel music expressions.
Can somebody tell why this does not work?

Frédéric

\version "2.12.2"

\new Score <<
  \new Staff \relative c' { \time 3/4
    \override TextSpanner #'(bound-details left text) = "Ral."
    << { d2 d4 | cis a2 } { s2.\startTextSpan s2 s8 s8\stopTextSpan } >>
  }
  \new Staff \relative c' { \time 3/4
    \override TextSpanner #'(bound-details left text) = "Ral."
    << { \repeat unfold 12 d8 } { s2.\startTextSpan s2 s8 s8\stopTextSpan } >>
  }
>>




reply via email to

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