From: Reinhold Kainhofer Date: Thu, 3 Jul 2008 13:05:45 +0000 (+0200) Subject: Add tempo marks texts and back-slashed figured bass to the NEWS.tely X-Git-Tag: release/2.11.51-1~1^2~21 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=395f17347bb88c5e03167728bca3e7c458dea6fb;p=lilypond.git Add tempo marks texts and back-slashed figured bass to the NEWS.tely --- diff --git a/Documentation/topdocs/NEWS.tely b/Documentation/topdocs/NEWS.tely index f4c832cb2a..eb62869f13 100644 --- a/Documentation/topdocs/NEWS.tely +++ b/Documentation/topdocs/NEWS.tely @@ -256,6 +256,33 @@ uneven vertical spacing. } @end lilypond +@item Metonome marks can now also contain a textual description. The duration and +count (if given) will be shown in parenthesis after the text. + +@lilypond +{ + \tempo "Fast" + c'4 c' c' c' + c'4 c' c' c' + \tempo "Andante" 4=120 + c'4 c' c' c' + c'4 c' c' c' + \tempo 4=100 + c'4 c' c' c' + c'4 c' c' c' + \tempo "" 4=30 + c'4 c' c' c' + c'4 c' c' c' +} +@end lilypond + +@item In figured bass you can now also use a backslash through a number to +indicate a raised 6th step. + +@lilypond[ragged-right] +\new FiguredBass \figuremode { < 6\\ 5\\ > < 6/ > } +@end lilypond + @end itemize