lilypond-user
[Top][All Lists]
Advanced

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

Not interested in mid meaning of \repeat volta


From: Frederick Dennis
Subject: Not interested in mid meaning of \repeat volta
Date: Fri, 16 Dec 2011 02:15:14 +0000

Dear All,
Since my previous mail, I've looked in the
documentation and come up with:

%%%%%%%%%%start snippet
\version "2.14.2"

\header {
title = "BLOW THE WIND SOUTHERLY"
composer = "Northumbrian folk-song"
}

soprano =
\relative c' {
\key a \major
\time 6/8
\bar "|:"
cis'8. b16 a8 e cis e
fis d fis e cis e
cis'8. b16 a8 e cis e
\set Score.repeatCommands = #'((volta #f) (volta "1.") )
fis b gis a4.
\bar ":|"
\set Score.repeatCommands = #'((volta #f) (volta "2.") )
fis8 b gis a4 cis8
\set Score.repeatCommands = #'((volta #f))
}

\score {
\soprano
}

\layout {}
%%%%%%%%%%%end snippet

which seems to do the trick with the error:
warning: cannot end volta spanner

However, is there a way of getting the first
repeat bar to print out after the key signature?

Thanks.

reply via email to

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