From 395f17347bb88c5e03167728bca3e7c458dea6fb Mon Sep 17 00:00:00 2001 From: Reinhold Kainhofer Date: Thu, 3 Jul 2008 15:05:45 +0200 Subject: [PATCH] Add tempo marks texts and back-slashed figured bass to the NEWS.tely --- Documentation/topdocs/NEWS.tely | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) 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 -- 2.39.2