]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/figured-bass.ly
Release: bump Welcome versions.
[lilypond.git] / input / regression / figured-bass.ly
index 9ff2e5224e2c3aade6dbbd5ddcc404e016066092..a5a9cde1fc39ade9b43578bf61d6aa00e0422c37 100644 (file)
@@ -1,12 +1,12 @@
-\version "2.7.39"
+\version "2.17.6"
 
 \header {
 
 
   texidoc = " Figured bass is created by the FiguredBass context which
 responds to figured bass events and rest events.  You must enter these
-using the special @code{\figuremode @{ @}} mode, which allows you to
-type numbers, like @code{<4 6+>} and add slashes and pluses.
+using the special @code{\\figuremode @{ @}} mode, which allows you to
+type numbers, like @code{<4 6+>} and add slashes, backslashes and pluses.
 
 You can also enter markup strings. The vertical alignment may also be tuned.
 
@@ -31,9 +31,11 @@ You can also enter markup strings. The vertical alignment may also be tuned.
     <3+ 5- 7!>
     <3 _! 5 _- 7>
     <3 _ 5 _ 7>
+    <3 6/ >
+    <3 6\\ >
     <"V7" ["bla" 6] \markup{ \musicglyph #"rests.2"} >
 
-    \once \override BassFigureAlignment #'stacking-dir = #UP
+    \once \override BassFigureAlignment.stacking-dir = #UP
     <3 [5 7]>
     
   }