lilypond-devel
[Top][All Lists]
Advanced

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

guile-user bug(fix?)


From: Heikki Johannes Junes
Subject: guile-user bug(fix?)
Date: Sun, 2 Dec 2001 03:03:06 +0200 (EET)

I am using the newest Mandrake distribution with guile 1.4 installed. I do
not have this guile-user dependency, but by simply removing it I could
compile lilypond-1.5.24 with guile-1.4. This was just a test which
worked for me. Patch is below:

--- VERSION~    Sat Dec  1 16:39:18 2001
+++ VERSION     Sun Dec  2 02:42:02 2001
@@ -2,7 +2,7 @@
 MAJOR_VERSION=1
 MINOR_VERSION=5
 PATCH_LEVEL=24
-MY_PATCH_LEVEL=
+MY_PATCH_LEVEL=hjj1
 
 # use the above to send patches: MY_PATCH_LEVEL is always empty for a
 # released version.
--- CHANGES~    Sat Dec  1 14:11:57 2001
+++ CHANGES     Sun Dec  2 02:44:06 2001
@@ -1,3 +1,8 @@
+1.5.24.hjj1
+===========
+
+* Guile 1.4 compilation fix.
+
 1.5.23
 ======
 
--- scm/sketch.scm~     Sat Dec  1 14:11:57 2001
+++ scm/sketch.scm      Sun Dec  2 02:36:32 2001
@@ -40,8 +40,8 @@
   (display (dispatch expr) port))
 
 (use-modules
- (guile)
- (guile-user))
+; (guile-user)
+ (guile))
 
 (use-modules (ice-9 format))
--------------------------------------------------

Ok, I could compile and use again lilypond. But in this version it seems
like some text inserting have disappeared..

An example score:

\score {
   \context GrandStaff <
     \notes { a''1^"\bf m.g." }
   >
   \paper {}
}

produced an error message (only a part is shown):

GNU LilyPond 1.5.24
Now processing: `/home/hjunes/corelli-variations/test.ly'
Parsing...
Interpreting music...
/home/hjunes/corelli-variations/test.ly:3:31: warning: Junking request:
`Text_script_req':
     \notes { a''1^"\bf m.g." }
                               
[2]
Preprocessing elements... 

--
      Heikki Junes




reply via email to

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