Am 06.05.2015 um 16:59 schrieb Andrew Bernard:
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 }
Why would you even put the lyrics inside the staff? I’ve never seen that done, and it seems more appropriate to place them in StaffGroup alongside the staves.

Yours, Simon
\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 (fried.fisc...@gmail.com <mailto:fried.fisc...@gmail.com>) 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
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user

_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to