lilypond-user
[Top][All Lists]
Advanced

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

Re: Repeat volta puzzle


From: David Kastrup
Subject: Re: Repeat volta puzzle
Date: Sat, 01 Feb 2014 15:07:45 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3.50 (gnu/linux)

ALAN ANDERSON <address@hidden> writes:

>  Why does this segment go wrong in the second alternative?   Is it to
> do with the "partial"?   I've tried all sorts of things!
> Alan
>
>    \version "2.16.2"
> \header { poet = \markup { \huge "  " }
>                 composer = "  "
>                  arranger = " "}
> melody = \relative c' {
>   \clef treble
>   \key b \minor
>   \time 6/8
>   
> \repeat volta 2 { \partial 8*1 cis'8  b fis' b, a' b, fis' b, a' b,
> fis' e cis a cis a e' cis fis e a fis e cis a b fis' b, a' b, fis' b,
> a' b, fis' e cis |}
> \alternative {
>   {  a a' fis  e cis a  b4.~b4  | }
>   {  a'8 g fis  e d cis  b4.~b4  | }
> }\bar "."
> }
> \score{ 
>   \new Staff \melody
>       \layout {%indent = #0
>   \context {
>     \Score
>     \remove "Bar_number_engraver"
>   }
> }
>   \midi { }
> }

Try upgrading LilyPond.  Current versions get this right.  You'll also
need to remove the bar checks at the end of the alternatives as they are
_not_ placed on a proper bar boundary.

-- 
David Kastrup



reply via email to

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