lilypond-devel
[Top][All Lists]
Advanced

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

Re: compilation problem


From: Werner LEMBERG
Subject: Re: compilation problem
Date: Tue, 20 Jan 2004 06:46:36 +0100 (CET)

> [CVS 2004-01-19 18:06]
> 
> I get the error below while `make all' processes
> generate-documentation.ly. [...]

I proceeded with the following patch; since I don't know for sure
that it is the right fix I post it here instead of applying it
directly to the CVS.


    Werner

======================================================================

--- ./Documentation/user/refman.itely.old       Mon Jan 19 18:06:19 2004
+++ ./Documentation/user/refman.itely   Tue Jan 20 06:43:01 2004
@@ -967,7 +967,7 @@
 
 @seealso
 
-Internals: @internalsref{OttavaSpanner}.
+Internals: @internalsref{OttavaBracket}.
 
 Examples: @inputfileref{input/regression,ottava.ly},
 @inputfileref{input/regression,ottava-broken.ly}.
--- ./lily/text-spanner.cc.old  Sun Jan 18 23:13:36 2004
+++ ./lily/text-spanner.cc      Tue Jan 20 06:38:55 2004
@@ -157,5 +157,5 @@
 
 ADD_INTERFACE (Text_spanner,"text-spanner-interface",
               "generic text spanner",
-              "text-repeat-if-broken dash-period if-text-padding dash-fraction 
edge-height bracket-flare edge-text shorten-pair style thickness enclose-bounds 
width-correct");
+              "text-repeat-if-broken dash-period if-text-padding dash-fraction 
edge-height bracket-flare edge-text shorten-pair style thickness 
enclose-bounds");
 
--- ./lily/ottava-engraver.cc.old       Mon Jan 19 18:06:35 2004
+++ ./lily/ottava-engraver.cc   Tue Jan 20 06:42:07 2004
@@ -121,7 +121,7 @@
 
 ENTER_DESCRIPTION(Ottava_spanner_engraver,
 /* descr */       "Create a text spanner when the ottavation property 
changes..",
-/* creats*/       "OttavaSpanner",
+/* creats*/       "OttavaBracket",
 /* accepts */     "",
 /* acks  */      "note-column-interface",
 /* reads */       "ottavation",




reply via email to

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