lilypond-user
[Top][All Lists]
Advanced

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

Re: cannot compile file with name satb.ly from the command line


From: David Wright
Subject: Re: cannot compile file with name satb.ly from the command line
Date: Sat, 24 Dec 2016 20:02:43 -0600
User-agent: Mutt/1.5.21 (2010-09-15)

On Sun 25 Dec 2016 at 10:51:15 (+1100), Andrew Bernard wrote:
> Same problem on Linux. I would class this as a defect - I would not expect
> to be restricted in music filenames due to clashes with internal files. No
> wonder it is not documented.

This bug has either been introduced in 2.19, or it exists in lilyponds
downloaded/installed from lilypond.org but not in the distribution's
own version. Perhaps someone who runs 2.18.2 downloaded from the web
can ascertain which.

Debian jessie version:

$ lilypond satb.ly 
GNU LilyPond 2.18.2
Processing `satb.ly'
Parsing...
satb.ly:1:10: error: invalid character: `“'
\version 
         “2.19.46”
satb.ly:1:10: error: syntax error, unexpected $undefined
\version 
         “2.19.46”
satb.ly:1:11: error: quoted string expected after \version
\version “
          2.19.46”
satb.ly:1: warning: no \version statement found, please add

\version "2.18.2"

for future compatibility
Interpreting music...
Preprocessing graphical objects...
Finding the ideal number of pages...
Fitting music on 1 page...
Drawing systems...
Layout output to `satb.ps'...
Converting to `./satb.pdf'...
fatal error: failed files: "satb.ly"
$ 

Debian wheezy version:

$ lilypond satb.ly
GNU LilyPond 2.14.2
Processing `satb.ly'
Parsing...
satb.ly:1:9: error: quoted string expected after \version
\version 
         “2.19.46”
satb.ly:1:10: error: syntax error, unexpected DIGIT, expecting
SCM_IDENTIFIER or SCM_TOKEN or '='
\version “
          2.19.46”
satb.ly:0: warning: no \version statement found, please add

\version "2.14.2"

for future compatibility
Interpreting music... 
Preprocessing graphical objects...
Finding the ideal number of pages...
Fitting music on 1 page...
Drawing systems...
Layout output to `satb.ps'...
Converting to `./satb.pdf'...
error: failed files: "satb.ly"
$ 

Version downloaded from the website:

$ ~/bin/lilypond satb.ly 
GNU LilyPond 2.19.49
Processing
`/home/david/lilypond-2.19.49-1/lilypond/usr/share/lilypond/current/ly/satb.ly'
Parsing...
/home/david/lilypond-2.19.49-1/lilypond/usr/share/lilypond/current/ly/satb.ly:1:
warning: no \version statement found, please add

\version "2.19.49"

for future compatibility
Interpreting music...
warning: no music found in score
Interpreting music...
warning: no music found in score
Success: compilation successfully completed
$ 

Cheers,
David.



reply via email to

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