lilypond-user
[Top][All Lists]
Advanced

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

Direction of repeat tie


From: Stefan Maier
Subject: Direction of repeat tie
Date: Mon, 29 May 2006 20:34:11 +0000 (UTC)
User-agent: Loom/3.14 (http://gmane.org/)

Code like the one bellow delivers a repeat tie with wrong direction in the 
second alternative of the first vioce. How can I change the direction of the 
tie? (Use Version 2.8.2 on Windows system)

Thanks a lot


Stefan @Munich


\relative c' {
  \repeat volta 2 {
    << { f1~ } \\
       { c4 c c c } >>
  }
  \alternative {
    {
      << { f1 } \\
         { c4 c c c } >>
    }
    {
      << { f1\repeatTie } \\
         { c4 c c c } >>
    }
  }





reply via email to

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