lilypond-user
[Top][All Lists]
Advanced

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

Problem with \acciaccatura and \repeat


From: Garrett Fitzgerald
Subject: Problem with \acciaccatura and \repeat
Date: Sun, 27 Jan 2013 22:07:56 -0500

I'm having a problem with the beginning repeat sign of the following code being repeated on each side of the acciaccatura. What am I doing weird? Thanks.

\version "2.14.2"

\score {
  <<
    \new Staff  { 
      \time 6/8

      \transpose c des \relative c''' {  
R2. |
\repeat volta 2 {
 \acciaccatura eis,8 fis4 r8 \acciaccatura ais8 b4 r8 |
}
      }
    }
    
    \new Staff  { 
      \time 6/8

      R2. |
      \repeat volta 2 {
a'4 r8 e'4 r8
      }
    }
  >>

  \layout {}
}


reply via email to

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