]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/figured-bass.ly
.ly version update.
[lilypond.git] / input / regression / figured-bass.ly
index c6bf7ef6e58008b4a74994682369c92011a7d457..1b9791b5b06217b676d51ffd9c51ad3af60a7954 100644 (file)
@@ -1,17 +1,17 @@
-\version "1.9.2"
+\version "1.9.8"
 \header {
 texidoc = "
 Figured bass is created by the FiguredBass context which eats
 figured bass requests and  rest-requests.  You must enter these using
 the special @code{\figures @{ @}} mode, which allows you to type
-numbers, like @code{<4 6+>}.
+numbers, like @code{<<4 6+>>}.
 
 You can also type letters by entering quoted strings, as demonstrated in the last example. 
 " }
 
-\score { \notes  <
+\score { \notes  <<
  \context FiguredBass {
-   \figures {
+   \figures { 
        <3 [5 7]>
 \once \property FiguredBass.BassFigure \set #'direction = #-1
        <3 [5 7]>
@@ -21,7 +21,7 @@ You can also type letters by entering quoted strings, as demonstrated in the las
        <3 _ 5 _ 7>
 \property FiguredBass.BassFigure \set #'font-family = #'roman
        <"V7" ["bla" 6] 7>
-   }
+    }
  }
 
  \context Voice { \clef bass
@@ -30,7 +30,7 @@ You can also type letters by entering quoted strings, as demonstrated in the las
    g8
   }
  
->
+>>
        \paper  { raggedright = ##t }  
  }