bug-lilypond
[Top][All Lists]
Advanced

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

repeat volta 2


From: Gergely
Subject: repeat volta 2
Date: Mon, 22 Jun 2015 20:49:29 +0000 (UTC)
User-agent: Loom/3.14 (http://gmane.org/)

> I'm not top posting.

% Should I expect lilypond to understand what's going on?
% violin and viola are both 5 bar lenght staff, but see the combined output?

violin = \relative c'' {
\repeat volta 2 { c4 d e f | }
\alternative { { c2 e | } { f2 g | } }
c1
}

viola = \relative c' {
\repeat volta 2 { c4 d e f | c2 c }
c1
}

\score {
  <<
    \new Staff \violin
     \new Staff { \clef alto  \viola }
  >>
}




reply via email to

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