lilypond-user
[Top][All Lists]
Advanced

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

Re: Empty Staves


From: Andrew Bernard
Subject: Re: Empty Staves
Date: Thu, 7 May 2015 00:59:35 +1000

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 (address@hidden) 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.


reply via email to

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