lilypond-user
[Top][All Lists]
Advanced

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

Use of a global and contexts


From: Andrew Black - lists
Subject: Use of a global and contexts
Date: Tue, 12 Sep 2006 09:00:18 +0100
User-agent: Mozilla Thunderbird 1.0 (Windows/20041206)

I am trying to get a global section that contains tempi etc.
I can get it to work for one line (thanks to adviace on this list earlier) but the folowing example givea an error.

exaglob1.ly:13:8: error: syntax error, unexpected "\\context"

===================
\version "2.8.5"
\include "english.ly"

globalpar = { s1 * 2  | \mark \default }
continuoLeftMusic = { a1 b c d e f }
continuoRightMusic = { a1 b c d e f }

\score
{
        \context Staff = rightHand
        << \globalpar \clef bass \continuoRightMusic >>

        \context Staff = leftHand
        << \globalpar \clef bass \continuoLeftMusic >>

}




reply via email to

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