lilypond-user
[Top][All Lists]
Advanced

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

Re: version number rejection


From: Federico Bruni
Subject: Re: version number rejection
Date: Sun, 16 Apr 2017 22:00:53 +0200



Il giorno dom 16 apr 2017 alle 21:35, Steve Downes <address@hidden> ha scritto:
I attach a short script together with the rejection notice. I feel
confident I shall feel foolish when I recieve a reply but what am I
doing wrong here?

The version number is correct. & the same as my previous work.

I can see no problem with the script as far as it's gone & neither,
  apparently, can the compiler.

I attach the scrip &  compilers output.


Script>

\version "2.18.2"

{
  \new ChordNames \with {
  \override BarLine.bar-extent = #'(-2 . 2)
  \consists "Bar_engraver"
  }
  \chordmode {
  \time 4/4
 }
% intro Gtr only
r2 gis4:13/fgis g4:13 |
c1:maj7 |
g2:m9 cis4:7.5+ c4:9 |
f2:min9 bes:13 |
a2:m7 aes:7 |
d2:min7 g:7 |
c2:maj7 cis:dim7 |
d2:m7 g:7.+5 \bar "||"|

 End of Script

 start of compiler script

address@hidden:~/studio/lildat/misty$ lilypond cds.ly
GNU LilyPond 2.18.2
Processing `cds.ly'
Parsing...
cds.ly:1: warning: no \version statement found, please add

\version "2.18.2"

for future compatibility
Success: compilation successfully completed
address@hidden:~/studio/lildat/misty$

 End of compiler script


You must be doing something wrong.. Can you paste the content of:

cat cds.ly

BTW, the snippet you pasted in your email did not compile. This is working:

\version "2.18.2"

{
 \new ChordNames \with {
   \override BarLine.bar-extent = #'(-2 . 2)
   \consists "Bar_engraver"
 }
 \chordmode {
   \time 4/4
   % intro Gtr only
   r2 gis4:13/f gis g4:13 |
   c1:maj7 |
   g2:m9 cis4:7.5+ c4:9 |
   f2:min9 bes:13 |
   a2:m7 aes:7 |
   d2:min7 g:7 |
   c2:maj7 cis:dim7 |
   d2:m7 g:7+5 \bar "||"|
 }
}












reply via email to

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