]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/test/figured-bass.ly
Added raggedright, removed two old input/test files.
[lilypond.git] / input / test / figured-bass.ly
diff --git a/input/test/figured-bass.ly b/input/test/figured-bass.ly
deleted file mode 100644 (file)
index 9f2ebbd..0000000
+++ /dev/null
@@ -1,30 +0,0 @@
-\version "1.7.18"
-\header {
-texidoc = "@cindex Figured Bass
-%Test figured bass.
-
-Figured bass is created by the FiguredBass context which eats
-note-requests and rest-requests.  You can enter these either using
-standard @code{<< >>} notation, or using the special @code{\figures @{ @}}
-mode, which allows you to type numbers, like @code{<<4 6+>>}. " }
-
-\score { \notes  <
-\context FiguredBass \transpose c c' {
-   <<e! g >>
-   <<f ais >>8
-   \figures {
-     r8
-     <1 3 5>4 <3- 5+ 6!> <5>
-   } 
- }
- \context Voice {
-   c 
-   g8 g 
-   f4
-   d
-   c
-  }
->
- }
-%% new-chords-done %%