lilypond-user
[Top][All Lists]
Advanced

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

Re: voltas


From: Mats Bengtsson
Subject: Re: voltas
Date: Sat, 02 Jun 2007 19:14:47 +0200
User-agent: Internet Messaging Program (IMP) H3 (4.0.5)

See http://lists.gnu.org/archive/html/bug-lilypond/2007-04/msg00055.html

  /Mats

Quoting Helge Kruse <address@hidden>:

Hello,

I have a score, that begins without upbeat. After some measures (in the example four) a second part begins. The second part has an upbeat. Therefor the last measure of the first part has less notes (3/4). The second part has also a volta repeat.

Lilypond produces this as expected including the first \alternative of the repeat. The second \alternative part is wrong.

How should I write this stuff?

Best regards, Helge

\version "2.11"
\include "deutsch.ly"

mbreak = \break

upOne = \relative c''' {
\key c \minor

| g4 g8 as g4. f8
| es4 d c2
| f4 f d b
| c8 d es d c4
\mbreak

\repeat volta 2 {
  g'8 f
| g4 c c, g'8 f
| g4 c d,2
| f4 f d b
\mbreak

}
\alternative {
 { c8 d es d c4 }
 { c8 d es d c2 }
}

| c4 b8 d d2
}

\score {
\new Staff=upOne \upOne
}



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








reply via email to

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