lilypond-user
[Top][All Lists]
Advanced

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

Repeat volta/alternative with voices


From: Zbyszek Loska
Subject: Repeat volta/alternative with voices
Date: Mon, 20 Aug 2012 13:20:23 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:13.0) Gecko/20120615 Thunderbird/13.0.1

Hi,
I am not an experienced user of lilypond, but this seems to me
as bug in parser, or, I do not understand something...
======================================
\version "2.15.43"

Upper = \relative c' {
  e2 g |
  \repeat "volta" 2 {
  c2 e |
  }
  \alternative {
    { <g, b> r } |
    { <g b> g } |
  }
}

Lower = \relative c {
  c'2 g |
  \repeat "volta" 2 {
  c2 e |
  }
  \alternative {
    { g, f } |
    { g g } |
  }
    \bar "|."
}

\score {
  \new Staff { << \Upper \\ \Lower >> }
  \layout { }
}
=======================================

... produces 2 warnings:

warning: More alternatives than repeats.  Junking excess alternatives

and output: "test_repeat_2_voices.png".
If I change all "\repeat volta 2" into "\repeat volta 3",

lilypond produces these same 2 warnings, but output is as expected:
"test_repeat_3_voices.png".

This happens in Lilypond ver. 2.12 and 2.14 as well.

Thanks,
Zbyszek Loska

Attachment: test_repeat_2_voices.png
Description: PNG image

Attachment: test_repeat_3_voices.png
Description: PNG image


reply via email to

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