]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/figured-bass.ly
*** empty log message ***
[lilypond.git] / input / regression / figured-bass.ly
index c6bf7ef6e58008b4a74994682369c92011a7d457..8d40fcbd5c1f3a26ef411237815087c3e88c7d3b 100644 (file)
@@ -1,4 +1,4 @@
-\version "1.9.2"
+\version "2.2.0"
 \header {
 texidoc = "
 Figured bass is created by the FiguredBass context which eats
@@ -6,22 +6,22 @@ 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+>}.
 
-You can also type letters by entering quoted strings, as demonstrated in the last example. 
+You can also type letters by entering quoted strings.
 " }
 
-\score { \notes  <
+\score { \notes  <<
  \context FiguredBass {
-   \figures {
+   \figures { 
        <3 [5 7]>
-\once \property FiguredBass.BassFigure \set #'direction = #-1
+\once \override FiguredBass.BassFigure  #'direction = #-1
        <3 [5 7]>
        <3 [5] 7 [9 11]>
        <3+ 5- 7!>
        <3 _! 5 _- 7>
        <3 _ 5 _ 7>
-\property FiguredBass.BassFigure \set #'font-family = #'roman
+\override FiguredBass.BassFigure  #'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 }  
  }