lilypond-user
[Top][All Lists]
Advanced

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

warning: already have a volta spanner, ending that one prematurely


From: Federico Bruni
Subject: warning: already have a volta spanner, ending that one prematurely
Date: Wed, 10 Feb 2016 22:54:34 +0100

Hi all

Do you know why the following input causes this warning?
There's anything I can do to avoid it?

\version "2.19.35"
\relative {
 c'1
 \set Score.repeatCommands = #'((volta "1"))
 d'1
 \set Score.repeatCommands = #'((volta #f))

 \set Score.repeatCommands = #'((volta "2"))
 f1
 \set Score.repeatCommands = #'((volta #f))
}




reply via email to

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