bug-lilypond
[Top][All Lists]
Advanced

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

\repeatTie tie direction in polyphonic systems


From: maestraccio
Subject: \repeatTie tie direction in polyphonic systems
Date: Thu, 29 Nov 2007 21:30:33 +0000 (UTC)
User-agent: Loom/3.14 (http://gmane.org/)

> I'm not top posting.

%% the \repeatTie command resets tie direction to \tieNeutral
in polyphonic systems.
\version "2.10.33"
\paper{ ragged-right=##t }
\relative c''
{
 
  {
   \repeat volta 2 {c1~} \alternative {{c4 b a g }{c4\repeatTie d c b }}
  }
 \\
  {
   a1~|a4 g f e |a4\repeatTie b a g
  }
 >>
}

\score
{
 \new Staff
   \set Staff.instrumentName = "polyphonic"
 \layout { }
 \midi { }
}





reply via email to

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