guile-devel
[Top][All Lists]
Advanced

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

Re: Modules: first steps.


From: Han-Wen Nienhuys
Subject: Re: Modules: first steps.
Date: Sat, 21 Sep 2002 00:40:02 +0200

address@hidden writes:
> > That doesn't inspire much confidence.

> So the module is called (box-module), not (box).
> 
> Guile seems tries to load the file `box' if you try to load a module
> with that name, and that file unfortunately is the executable just
> started, and Guile of course does not know what to do with an ELF
> header :)

Errmmm. Cough :-)

Anyway, it works....



        blauw:~/usr/src/lilypond$ cat e.ly
        foo= \notes { c4 }
        #(display foo)

        \score { 
          \context Voice \notes\relative c { c4 }
          \paper {
              bla = #(begin (display "hallo\n") "hoi\n")
              baz = #(display bla)
          }  
        }



        blauw:~/usr/src/lilypond$ lilypond e
        GNU LilyPond 1.7.0
        Now processing: `e.ly'
        Parsing...#<Music Sequential_musicorigin = #<location e.ly:0:18>
        elements = (#<Music Request_chordorigin = #<location e.ly:0:15>
        elements = (#<Music Note_reqorigin = #<location e.ly:0:15>
        duration = #<Duration 4 >
        pitch = #<Pitch c >
        type = request
        >)
        iterator-ctor = #<primitive-procedure 
Request_chord_iterator::constructor>
        >)
        iterator-ctor = #<primitive-procedure 
Sequential_music_iterator::constructor>
        >hallo
        hoi

        Interpreting music...[1]
        Preprocessing elements... 
        Calculating column positions... [2]
        paper output to `e.tex'...




-- 

Han-Wen Nienhuys   |   address@hidden   |   http://www.cs.uu.nl/~hanwen 




reply via email to

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