]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/figured-bass.ly
* GNUmakefile.in: clean up web building.
[lilypond.git] / input / regression / figured-bass.ly
index ef06d37196094e3c8ad3f81031de342dff28a515..dc48c5a12ad19e73209102d6af56a34e93f68044 100644 (file)
@@ -1,26 +1,36 @@
-\version "1.5.68"
+\version "1.7.18"
 \header {
-texidoc = "Test figured bass.
-
+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+>}.
+
+You can also type letters by entering quoted strings, as demonstrated in the last example. 
 " }
 
 \score { \notes  <
  \context FiguredBass {
    \figures {
-       <_! 3+ 5- _ 7! 9 >4
-       < [4 6] >
+       <3 [5 7]>
+\once \property FiguredBass.BassFigure \set #'direction = #-1
+       <3 [5 7]>
+       <3 [5] 7 [9 11]>
+       <3+ 5- 7!>
+       <3 _! 5 _- 7>
+\property FiguredBass.BassFigure \set #'font-family = #'roman
+       <"V7" ["bla" 6] 7>
    }
  }
 
- \context Voice {
+ \context Voice { \clef bass
    c 4
+   c c c c c 
    g8
   }
  
 >
+       \paper  { raggedright = ##t }  
  }
+
+