lilypond-user
[Top][All Lists]
Advanced

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

Re: anyone got lilypond 2.16.2 to work on Windows Vista?


From: bb
Subject: Re: anyone got lilypond 2.16.2 to work on Windows Vista?
Date: Fri, 02 Aug 2013 14:17:07 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20130623 Thunderbird/17.0.7

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



reply via email to

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