lilypond-user
[Top][All Lists]
Advanced

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

strange error message - cannot open .ly file


From: MING TSANG
Subject: strange error message - cannot open .ly file
Date: Fri, 30 Oct 2015 00:01:44 +0000 (UTC)

Hi lilyponders:

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

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: 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 { }
}


reply via email to

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