bug-lilypond
[Top][All Lists]
Advanced

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

Re: Strange warning - is this a bug?


From: Mats Bengtsson
Subject: Re: Strange warning - is this a bug?
Date: Sun, 05 Aug 2007 23:22:12 +0200
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.8) Gecko/20061113 Debian/1.7.8-1sarge8

Graham Percival wrote:

This was recently fixed in the docs;

I don't agree with that "fix". The typesetting practice I can
recall from printed scores is the one you get with any of
the two workarounds in
http://code.google.com/p/lilypond/issues/detail?id=355&can=2&q=alternative

Regarding Steven's question, I would definitely recommend
you to include the \repeat commands directly with the music
and not in a separate identifier. Then, your current solution
will work just fine:
\version "2.11.28"

\paper { ragged-right = ##t }

global =

{

\time 4/4

}

part = \relative c''

{

               \repeat volta 2 {\partial 4 c4 |

               c1 | }

               \alternative {{ \partial 4*3 c2. | }

               {c1 | }}

}

\score

{

               \new Staff

               <<

                               \global

                               \part

               >>

}


  /Mats





reply via email to

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