]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/figured-bass.ly
* scm/bass-figure.scm (format-bass-figure): don't set
[lilypond.git] / input / regression / figured-bass.ly
index ea4fbf8cc5658bbb3b44b919d6862549e4d93887..27de09a2030f8f0d72d6e963e1bed0a11794401f 100644 (file)
@@ -1,4 +1,4 @@
-\version "1.9.0"
+\version "2.2.0"
 \header {
 texidoc = "
 Figured bass is created by the FiguredBass context which eats
@@ -6,22 +6,24 @@ 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, which is shown in the
+last bass figure.
+
 " }
 
-\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
        <"V7" ["bla" 6] 7>
-   }
+       
+    }
  }
 
  \context Voice { \clef bass
@@ -30,7 +32,7 @@ You can also type letters by entering quoted strings, as demonstrated in the las
    g8
   }
  
->
+>>
        \paper  { raggedright = ##t }  
  }