]> git.donarmstrong.com Git - lilypond.git/commitdiff
release commit release/2.7.8
authorHan-Wen Nienhuys <hanwen@xs4all.nl>
Mon, 29 Aug 2005 13:02:31 +0000 (13:02 +0000)
committerHan-Wen Nienhuys <hanwen@xs4all.nl>
Mon, 29 Aug 2005 13:02:31 +0000 (13:02 +0000)
Documentation/topdocs/NEWS.tely
THANKS
lily/note-head.cc

index 1fef780d486586484d9eb1693d11b5c858edf783..73eb1bd40a242e330d8cceb28e22a67477063c0e 100644 (file)
@@ -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 de7d7da87d388ac89661469272cc570c7c5e77d8..e61b0c4cd1322572490ff17c825d95aba0c65202 100644 (file)
--- a/THANKS
+++ b/THANKS
@@ -21,6 +21,7 @@ Yoshinobu Ishizaki
 
 SPONSORS
 
+Aaron Mehl
 Jay Hamilton
 Jamie Bullock
 D. Josiah Boothby
index b3faea2240a8b0cbafea92b00d6d7b32657112ce..fd7efe124f474765a186de7a150a620826c83b47 100644 (file)
@@ -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 "