lilypond-auto
[Top][All Lists]
Advanced

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

[Lilypond-auto] Issue 4016 in lilypond: Refrain Verse Technique not work


From: lilypond
Subject: [Lilypond-auto] Issue 4016 in lilypond: Refrain Verse Technique not working on SATB score.
Date: Thu, 17 Jul 2014 03:16:33 +0000

Status: New
Owner: ----

New issue 4016 by address@hidden: Refrain Verse Technique not working on SATB score.
http://code.google.com/p/lilypond/issues/detail?id=4016

Using LilyPond 2.18.2.1 on a Windows 7 Pro machine.

The following technique works for single staff scores but does not work for SATB scores.

Refrain = \lyricmode {Not re -- peat -- ed.}
VerseOne = \lyricmode { The first time words. }
VerseTwo = \lyricmode {Sec -- ond time words.}

\score {
  <<
    \new Staff {
      \new Voice = "melody" {
        \relative c'' {
          a4 a a a
          \repeat volta 2 { b4 b b b }
        }
      }
    }
    \new Lyrics \lyricsto "melody" {
      \Refrain
      <<
        \set stanza = #"1."
        \VerseOne
        \new Lyrics {
          \set associatedVoice = "melody"
          \set stanza = #"2."
          \VerseTwo
        }
      >>
    }
  >>
}

When this technique is used in SATB scores in a ChorusStaff, the refrain and VerseOne attach to the voice that's secified, say to soprano, but VerseTwo is attached to the bass line.

I tried attaching the verse to the alto and tenor lines with the same result.

Ended up attaching the verse to the bass line only.

I've attached the file that I'm having trouble with.

I tried posting this to the bug link @ http://post.gmane.org/post.php?group=gmane.comp.gnu.lilypond.bugs and it gave me a top-posting error. This makes no sense because I was not replying to a post.

Attachments:
        Voici l'Angeau si doux.ly  3.1 KB

--
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]