From: hanwen Date: Mon, 29 Aug 2005 13:02:31 +0000 (+0000) Subject: release commit X-Git-Tag: release/2.7.16^2~200 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=8206f10d408fd2173c57d7f1212aa786551cfcec;p=lilypond.git release commit --- diff --git a/Documentation/topdocs/NEWS.tely b/Documentation/topdocs/NEWS.tely index 1fef780d48..73eb1bd40a 100644 --- a/Documentation/topdocs/NEWS.tely +++ b/Documentation/topdocs/NEWS.tely @@ -46,6 +46,12 @@ This document is also available in @uref{NEWS.pdf,PDF}. @itemize @bullet +@item +The order of words in @code{\markup} commands may now be reversed by +setting the @code{text-direction} property. This is useful for +Right-to-Left languages like Hebrew. + +This feature was sponsored by Aaron Mehl. @item Texts over multi measure rests can stretch corresponding measure, if diff --git a/THANKS b/THANKS index de7d7da87d..e61b0c4cd1 100644 --- a/THANKS +++ b/THANKS @@ -21,6 +21,7 @@ Yoshinobu Ishizaki SPONSORS +Aaron Mehl Jay Hamilton Jamie Bullock D. Josiah Boothby diff --git a/lily/note-head.cc b/lily/note-head.cc index b3faea2240..fd7efe124f 100644 --- a/lily/note-head.cc +++ b/lily/note-head.cc @@ -129,6 +129,8 @@ Note_head::get_balltype (Grob *me) ADD_INTERFACE (Note_head, "note-head-interface", "Note head", + + /* properties */ "note-names " "glyph-name-procedure " "accidental-grob "