Dear Friedrich,
That’s because you have unnecessary nesting of staves.
Using 2.19.19, do this instead:
\new StaffGroup
<<
\new Staff <<
\set Staff.instrumentName = "Chant"
\new Voice = "PartPOneVoiceNone" { \PartPOneVoiceNone }
\new Lyrics \lyricsto "PartPOneVoiceNone" { \PartPOneVoiceNoneLyricsOne }
\new Lyrics \lyricsto "PartPOneVoiceNone" \PartPOneVoiceNoneLyricsTwo
\new Lyrics \lyricsto "PartPOneVoiceNone" \PartPOneVoiceNoneLyricsThree
>>
\new Staff <<
\set Staff.instrumentName = "Guit."
\context Staff <<
\context Voice = "PartPTwoVoiceOne" { \voiceOne \PartPTwoVoiceOne }
\context Voice = "PartPTwoVoiceThree" { \voiceFour \PartPTwoVoiceThree }
\context Voice = "PartPTwoVoiceTwo" { \voiceTwo \PartPTwoVoiceTwo }
>>
>>
I do not know why what you had would have worked earlier.
Andrew
On 6 May 2015 at 23:20:30, Friedrich Fischer ([email protected]) wrote:
As far as 2.19.15 everything was in order but from 2.19.16 to 2.19.19
voice and lyrics are missing.
_______________________________________________
lilypond-user mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/lilypond-user