Am 02.08.2013 13:56, schrieb Robert Honoré:
\version "2.6.0"
\header {
   title = "Serial 1"
   composer = "Robert Honore"
  }

global = {
    \time 4/4
  }

themeOne = \relative c' {d4 e fis a | cis b a f |
<< a1 fis e d >> | << cis'1 b a f >> |
ees2 g4 aes4 | c bes <<aes2 g ees>> | <<g2 bes c>>
<< a2 fis e d >> | <<cis'1 a f b,>> |}

\score {
<<
  \new staff \global \themeOne
>>
\layout { }
\midi {\tempo 4 = 90 }
}

Do you really use version 2.6.0. Than it does not compile with version 2.16.2!
If one changes the first line to
\version "2.16.2"
it will compile without problems.

Regards BB

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

Reply via email to