lilypond-user
[Top][All Lists]
Advanced

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

lilypond-1.5.15


From: David Pirotte
Subject: lilypond-1.5.15
Date: Sun, 07 Oct 2001 17:10:20 +0200

Hello,

just for information, i installed lilypond-1.5.15, but it does not
compile my prelogique.ly (mentionned and sent in a previous mail)
and does not compile the example that i copy-paste from
http://lilypond.org/wiki/?LilyPondHacks

        guile 1.7.0
        (latest cvs version (Changelog modification date:  2001-09-30))

;; -- error message

address@hidden:~/alto/projects/lilypond/tests 52 $ ly2dvi bars-1.ly
Running LilyPond...
GNU LilyPond 1.5.15
Now processing: `/usr/alto/projects/lilypond/tests/bars-1.ly'
Parsing...
/usr/alto/projects/lilypond/tests/bars-1.ly:12:20: error: parse error, 
expecting `SCM_T' or `SCM_IDENTIFIER':
                whichBar = "empty"
                                  ;     %generates harmless warnings.


/usr/alto/projects/lilypond/tests/bars-1.ly:2:6: warning: Braces don't match:
\score
       {
error: lilypond: command exited with value 256
Traceback (most recent call last):
  File "/usr/local/bin/ly2dvi", line 787, in ?
    run_lilypond (files, outbase, dep_prefix)
  File "/usr/local/bin/ly2dvi", line 392, in run_lilypond
    system ('lilypond %s %s ' % (opts, fs))
  File "/usr/local/bin/ly2dvi", line 316, in system
    error (msg)
  File "/usr/local/bin/ly2dvi", line 214, in error
    raise _ ("Exiting ... ")
Exiting ... 
address@hidden:~/alto/projects/lilypond/tests 53 $ 


;; -- bars-1.ly

\score {
        \notes <
                \context Staff = SA  { c1 c1 c1 c1 }
                \context Lyrics = LB \lyrics { _1 _ _ _ }
                \context Staff = SB  { c1 c1 c1 c1 }
        >
        \paper {
          \translator {
                \StaffContext
                % override the type of bar we see at staff context
                whichBar = "empty";     %generates harmless warnings.
            }
          \translator {
                \LyricsVoiceContext
                \consists "Bar_engraver";
                % BarLine gets confused about size if there's no staff
                BarLine \override #'bar-size = #4.0
            }
          }
        }



reply via email to

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