lilypond-user
[Top][All Lists]
Advanced

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

Embedded repeats


From: Menu Jacques
Subject: Embedded repeats
Date: Tue, 27 Sep 2016 17:19:20 +0200

Hello folks,

This sample is compiled and drawn alright (with a confusing look to it, though).

Is this just unsupported, or are there use cases for such an embedding?

\version "2.19.44"

{
  \repeat volta 2 {
    c
    \repeat volta 2 {
      d
      \repeat volta 2 {
        e
      }
    }
  }
}

Thanks!

JM




reply via email to

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