lilypond-user
[Top][All Lists]
Advanced

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

acciaccatura after repeat volta


From: Jacques Verhagen
Subject: acciaccatura after repeat volta
Date: Tue, 31 May 2022 10:13:00 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Thunderbird/91.9.0

Hoi,


A have  a problem with a  acciaccatura after a repeat volta.

Ik get two repeat signs. How can I solve this problem.

\version "2.20.0"


global = {
  \time 4/4
  \key c \major
  \tempo 4=100
}



melody = \relative c'' {
  \global
  \repeat volta 2 {
  c4 d e f
  g d g f
  e c d e
  f g a f
  g g b d
  c,1}
  \repeat volta 2 {
  \acciaccatura{b16 c16}c4 c c e
  g f e d | }
  \alternative {
  {c c e d
  b b b d8 f8 }
  {c4 c b g
   c1 }
  }   
}

bassen = \relative c' {
\global
\repeat volta 2 {
 c1
 g
 c
f
g
c |
}  
\repeat volta 2 {
c1
g | }
\alternative {
{
 c
 g
}
{
c2 g:7
c1
}
}
}


\score {
  <<

    \new Staff { \melody }
    \new Staff{\bassen}
   
  >>
  \layout { }

}


-- 
Met vriendelijke groet,

Jacques Verhagen

reply via email to

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