Valentin Villenave writes:
> And by the way, one last thing: I noticed in your first post that you used
> \markup { 1. Was}
> for the beginning of your German lyrics. There are less complicated
> possibilities, for example
> "1. Was"
> or
> 1._Was
> (ok, that last one is sort of a hack).
> My p
On 4/5/19, N. Andrew Walsh wrote:
> How can I keep this phrasing slur where
> it is, when the lyrics in both voices terminate on a note tied to that f4.
> in Bar 8?
Greetings Andrew,
I’m not sure what’s happening there (an example would be helpful):
phrasing slurs entered as \( \) are not suppose
Hi Valentin, List,
now a follow-up: you see that there's a phrasing slur that begins in Bar 4
and ends on a tied note in Bar 8. How can I keep this phrasing slur where
it is, when the lyrics in both voices terminate on a note tied to that f4.
in Bar 8? I either get errors about unterminated hyphen
Hi Valentin,
On Thu, Apr 4, 2019 at 6:10 PM Valentin Villenave
wrote:
> On 4/4/19, N. Andrew Walsh wrote:
> > how do I ensure that only the lyrics in \altvocoLyricsSop get
> > attached to it, then resume following \voceMusicSop afterwards?
>
> You can \set the associatedVoice property to anothe
On 4/4/19, N. Andrew Walsh wrote:
> how do I ensure that only the lyrics in \altvocoLyricsSop get
> attached to it, then resume following \voceMusicSop afterwards?
You can \set the associatedVoice property to another Voice’s name
whenever you want; see
http://lilypond.org/doc/latest/Documentation
Hi List,
I have the following MWE:
\version "2.19.82"
\layout {
\context {
\Lyrics
\name AltLyrics
\alias Lyrics
\override LyricText.font-shape = #'italic
}
\context {
\StaffGroup
\accepts AltLyrics
}
}
%% Doesn't do a lot, apart from avoid warnings when generati