lilypond-user
[Top][All Lists]
Advanced

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

Re: lilypond-1.5.15


From: David Pirotte
Subject: Re: lilypond-1.5.15
Date: Sun, 07 Oct 2001 22:21:54 +0200

Han-Wen Nienhuys wrote:
> 
> try removing the semi-colons.

yes, i thought about it, here is 'another' error output:

address@hidden:~/alto/projects/lilypond/tests 54 $ 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 55 $ 


;; -- bars-1.ly content

\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]