lilypond-auto
[Top][All Lists]
Advanced

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

Re: [Lilypond-auto] Issue 4323 in lilypond: The satb.ly template fails w


From: lilypond
Subject: Re: [Lilypond-auto] Issue 4323 in lilypond: The satb.ly template fails when DescantMusic contains no notes
Date: Sat, 14 Mar 2015 23:02:58 +0000

Updates:
        Summary: The satb.ly template fails when DescantMusic contains no notes

Comment #1 on issue 4323 by tdanielsmusic: The satb.ly template fails when DescantMusic contains no notes
https://code.google.com/p/lilypond/issues/detail?id=4323

Here's an example of the problem. Remove almost anything and it works correctly. Fortunately the doubly nested parallel brackets are required to manifest the bug, so it's unlikely to occur outside this particular template.

\version "2.19.16"

\score {
  \new ChoirStaff <<
    <<
      \new Staff = "Descant" {
        \new Voice = "Descant" {
          \dynamicUp % remove to fix
        }
      }
      \new Lyrics \lyricsto "Descant" { }
    >> % remove to fix
    <<  % remove to fix
      \new Staff = "Soprano" {
        \new Voice = "Soprano" \relative { a' a a a }
      }
      \new Lyrics \lyricsto "Soprano" { A B C D }
    >>
  >>
}



--
You received this message because this project is configured to send all issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings



reply via email to

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