lilypond-devel
[Top][All Lists]
Advanced

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

Re: [PATCH] Vaticana style ligatures (fwd)


From: Juergen Reuter
Subject: Re: [PATCH] Vaticana style ligatures (fwd)
Date: Wed, 8 Jan 2003 10:47:18 +0100 (CET)


On Tue, 7 Jan 2003, Han-Wen Nienhuys wrote:

> address@hidden writes:
> > Juergen
> >
> > makeinfo --output=./out/lilypond.info out/lilypond.nexi
> > out/lilypond.nexi:4224: @end Macro nicht gefunden.
>
> no, that's typo, should be fixed in CVS.
>

Thanks.  But now it seems I did not catch all properties correctly to
build the docu.  At least the missing head prefix properties should
be solved by applying the patch below (although I would prefer not to
declare a class Gregorian_ligature, since it's meant to be abstract).
There is still another problem ("No description for property ~S
ligature-head") which I could not yet fix, though.  I'll have a look at it
as soon as possible.  Anyway, thanks for applying the patch.

Greetings,
Juergen

Index: lily/gregorian-ligature-engraver.cc
===================================================================
RCS file: /cvsroot/lilypond/lilypond/lily/gregorian-ligature-engraver.cc,v
retrieving revision 1.1
diff -u -r1.1 gregorian-ligature-engraver.cc
--- lily/gregorian-ligature-engraver.cc 7 Jan 2003 20:07:26 -0000       1.1
+++ lily/gregorian-ligature-engraver.cc 8 Jan 2003 09:31:31 -0000
@@ -307,3 +307,12 @@
 /* acks  */      "ligature-head-interface note-head-interface rest-interface",
 /* reads */       "",
 /* write */       "");
+
+class Gregorian_ligature {
+public:
+  static bool has_interface (Grob *);
+};
+ADD_INTERFACE (Gregorian_ligature, "gregorian-ligature-interface",
+               "A gregorian ligature",
+               "virga stropha inclinatum auctum descendens ascendens "
+               "pes-or-flexa semivocalis oriscus quilisma deminutum");






reply via email to

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