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



_______________________________________________
bug-lilypond mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/bug-lilypond

Reply via email to