lilypond-user
[Top][All Lists]
Advanced

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

Re: Text spanner with multiple voices


From: Xavier Scheuer
Subject: Re: Text spanner with multiple voices
Date: Sat, 8 May 2010 20:35:06 +0200

2010/5/8 Kieren MacMillan <address@hidden>:

> Hi Misarenkov:
>
> Search the v2.13 docs for "explicitly instantiating voices" -- that
> will show you how to solve this problem.

Yes, voices inside a << { ... } \\ { ... } >> structure are called
respectively "1" and "2" and ar different to the voice outside this
structure.

Add again
  \override TextSpanner #'bound-details #'left #'text = #"III"
inside Voice "1" (i.e. inside the first { ...} within the << >>.

Or you can also make this \override apply to Staff instead of Voice:
  \override Staff.TextSpanner #'bound-details #'left #'text = #"III"

Cheers,
Xavier

--
Xavier Scheuer <address@hidden>




reply via email to

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