On Sunday 06 November 2005 23.47, Mark Cookson wrote:
> However, I can't seem to get anything along these lines...
>
> cmajoroneoctave = { \score {
> \new Staff << \relative c' {
> \override Staff.TimeSignature #'transparent = ##t \cadenzaOn c8[ d e f] g[
> a b c] b[ a g f] e[ d] c4 \cadenzaOff \bar "||"
> }
> }

\score blocks can not be surrounded by { }. Try

foo = \score { ... }

-- 
Erik


_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to