lilypond-user
[Top][All Lists]
Advanced

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

Re: Repeat problem


From: Mats Bengtsson
Subject: Re: Repeat problem
Date: Sun, 10 Aug 2008 00:11:01 +0200
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.8) Gecko/20061113 Debian/1.7.8-1sarge8

Hint: A bar check is a music expression.

   /Mats

Palmer, Ralph wrote:

Greetings, All -

I'm running LilyPond 2.11.53 under Windows XP SP3. I feel more than
slightly embarrassed: I just finished the GDP rewrite of repeats, and I
cannot figure out what the problem is with this snippet. I keep getting
a "more alternatives than repeats" error. It prints to pdf, but no
second ending.

Thanks for your help,

Ralph

%%%%%%%%%%%%%% begin snippet %%%%%%%%%

%The Blue Ball & The False Proof
\version "2.11.53"
\include "english.ly"

BlueBallUp = \relative c'' {
        \clef treble
        \key d \major
        \time 6/8
        
        %Part A
        \repeat volta 2 {
                b,8 fs' e d cs a |
        }
        \alternative {
                {cs8 b a b4 a8 } |
                {cs8 b a b4.} |
        }
        
        
        %Part B
        fs'4 b,8 d cs b |
        \bar  "|."
}

\layout {
        indent = #0
        }

\score {
        \BlueBallUp
}
                
%%%%%%%%% end snippet %%%%%%%%


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


--
=============================================
        Mats Bengtsson
        Signal Processing
        Signals, Sensors and Systems
        Royal Institute of Technology
        SE-100 44  STOCKHOLM
        Sweden
        Phone: (+46) 8 790 8463                         
       Fax:   (+46) 8 790 7260
        Email: address@hidden
        WWW: http://www.s3.kth.se/~mabe
=============================================





reply via email to

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