From: Han-Wen Nienhuys Date: Fri, 26 Jan 2007 02:38:59 +0000 (+0100) Subject: doc new line spanner options. X-Git-Tag: release/2.11.14-1~11 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=17c71ddaa860b73219b388d1a90025304b006487;p=lilypond.git doc new line spanner options. --- 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