]> git.donarmstrong.com Git - lilypond.git/commitdiff
Add tempo marks texts and back-slashed figured bass to the NEWS.tely
authorReinhold Kainhofer <reinhold@kainhofer.com>
Thu, 3 Jul 2008 13:05:45 +0000 (15:05 +0200)
committerReinhold Kainhofer <reinhold@kainhofer.com>
Thu, 3 Jul 2008 13:05:45 +0000 (15:05 +0200)
Documentation/topdocs/NEWS.tely

index f4c832cb2a6ed0e7ddcf6ed89fcf04e9c041cbb4..eb62869f13a8ca8607127ac2d22c39f4a02ab869 100644 (file)
@@ -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