From 17c71ddaa860b73219b388d1a90025304b006487 Mon Sep 17 00:00:00 2001 From: Han-Wen Nienhuys Date: Fri, 26 Jan 2007 03:38:59 +0100 Subject: [PATCH] doc new line spanner options. --- Documentation/topdocs/NEWS.tely | 20 ++++++++++++++++++++ THANKS | 2 +- 2 files changed, 21 insertions(+), 1 deletion(-) diff --git a/Documentation/topdocs/NEWS.tely b/Documentation/topdocs/NEWS.tely index e7b58fc71f..b79a19a998 100644 --- a/Documentation/topdocs/NEWS.tely +++ b/Documentation/topdocs/NEWS.tely @@ -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 2e7cd7cf4a..74a996b48a 100644 --- a/THANKS +++ b/THANKS @@ -19,7 +19,7 @@ Rune Zedeler SPONSORS Mike Amundsen - +Trevor Bača BUG HUNTERS/SUGGESTIONS -- 2.39.5