lilypond-user
[Top][All Lists]
Advanced

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

Re: strange error message - cannot open .ly file


From: Simon Albrecht
Subject: Re: strange error message - cannot open .ly file
Date: Fri, 30 Oct 2015 10:55:29 +0100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.3.0

Hi Ming,

On 30.10.2015 01:01, MING TSANG wrote:
Hi lilyponders:

Frecobaldi can open the file, yet when I hit to run lilypond, I got strange error message:

I can’t confirm that either: I get two failed barchecks, but else it compiles fine. It would seem odd that Lily didn’t recognise the version statement when there is one. Can you check again, and in case it doesn’t work still, follow <http://lilypond.org/tiny-examples.html>?

Thanks, Simon


Starting lilypond-windows.exe 2.19.29 [06_prayer-willing_禱願.ly]...
Processing `K:/����/06_prayer-willing_�/�.ly'
Parsing...
warning: cannot open file: `K:/����/06_prayer-willing_�/�.ly'
K:/粤曲 /06_prayer-willing_?願.ly:1 <https://ca-mg6.mail.yahoo.com/neo/0>: warning: no \version statement found, please add
\version "2.19.29"
for future compatibility
Success: compilation successfully completed
Completed successfully in 0.7".


The lily file ......
\version "2.19.29"

\language "italiano"

\header {
  title = "禱願"
  subtitle = "Prayer Willing"
  poet = "雨打芭蕉"
  % Remove default LilyPond tagline
  tagline = ##f
}

\paper {
#(set-paper-size "letter")
}

\layout {
  \context {
    \Voice
\consists "Melody_engraver"
\override Stem #'neutral-direction = #'()
  }
}

global = {
  \key do \major
\numericTimeSignature
  \time 2/4
  \tempo 4=100
}

chordNames = \chordmode {
  \global
  % Chords follow here.
}

melody = \relative do'' {
  \global
  mi''4. re8 |%m01
  do8. re16 sol16 |%m02
}

verse = \lyricmode {
  % Lyrics follow here.
}

\score {
  <<
    \new ChordNames \chordNames
    \new Staff { \melody }
\addlyrics { \verse }
  >>
  \layout { }
  \midi { }
}



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




reply via email to

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