]> git.donarmstrong.com Git - lilypond.git/commitdiff
doc new line spanner options.
authorHan-Wen Nienhuys <hanwen@xs4all.nl>
Fri, 26 Jan 2007 02:38:59 +0000 (03:38 +0100)
committerHan-Wen Nienhuys <hanwen@xs4all.nl>
Fri, 26 Jan 2007 02:38:59 +0000 (03:38 +0100)
Documentation/topdocs/NEWS.tely
THANKS

index e7b58fc71fc819d53308b8d610700ff3e77da124..b79a19a998ec3b8510a38836f82499974d6c5db7 100644 (file)
@@ -65,6 +65,26 @@ which scares away people.
 
 @end ignore
 
+All line spanners are more flexible now in the configuration of their
+end points.  This includes glissando, voice followers, text crescendos
+and other text spanners.
+
+@lilypond
+\relative c'' {
+  \override Glissando #'bound-details #'right #'text = \markup { \hcenter \bold down }
+  \override Glissando #'bound-details #'right #'Y = #-4
+  \override Glissando #'bound-details #'right #'padding = #0.0
+  \override Glissando #'bound-details #'left #'arrow = ##t
+  \override Glissando #'bound-details #'left #'padding = #5.0
+  \override Glissando #'style = #'trill
+  
+  c1 \glissando c'
+}
+@end lilypond
+
+This feature was sponsored by Trevor Bača.
+
 @item
 Notes or rests, such as a typical end note, that fill an entire
 measure are preceded by some more space.
diff --git a/THANKS b/THANKS
index 2e7cd7cf4a59eabbb63051eaeb16d6eddd1ad972..74a996b48aed10c1f7b7422fddd340f271c4543a 100644 (file)
--- a/THANKS
+++ b/THANKS
@@ -19,7 +19,7 @@ Rune Zedeler
 SPONSORS
 
 Mike Amundsen
-
+Trevor Bača
 
 BUG HUNTERS/SUGGESTIONS