]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/figured-bass.ly
new file.
[lilypond.git] / input / regression / figured-bass.ly
index f5cca0c3ffa0dd55ac5884a04f2b8b4a3cce1fc7..4fc5afced06f2effcbd0ad1a2e05dbc27991096a 100644 (file)
@@ -1,4 +1,4 @@
-\version "2.1.36"
+\version "2.3.4"
 \header {
 texidoc = "
 Figured bass is created by the FiguredBass context which eats
@@ -6,10 +6,12 @@ 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.
+You can also type letters by entering quoted strings, which is shown in the
+last bass figure.
+
 " }
 
-\score { \notes  <<
+\score {   <<
  \context FiguredBass {
    \figures { 
        <3 [5 7]>
@@ -19,8 +21,8 @@ You can also type letters by entering quoted strings.
        <3+ 5- 7!>
        <3 _! 5 _- 7>
        <3 _ 5 _ 7>
-\override FiguredBass.BassFigure  #'font-family = #'roman
        <"V7" ["bla" 6] 7>
+       
     }
  }