lilypond-user
[Top][All Lists]
Advanced

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

Re: Empty Staves


From: Simon Albrecht
Subject: Re: Empty Staves
Date: Thu, 07 May 2015 00:02:17 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.6.0

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 (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.



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


reply via email to

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