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.
_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to