]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/figured-bass-staff.ly
Imported Upstream version 2.19.45
[lilypond.git] / input / regression / figured-bass-staff.ly
index fc49f90780c0dd099c71acc24a7dc685ad209f92..0de15a44d59802138e614ff7230d6ab69aa068fd 100644 (file)
@@ -1,23 +1,28 @@
 
 \paper {
   ragged-right = ##t
-
 }
-\version "2.9.7"
-\header {
 
+\version "2.19.21"
+
+\header {
 
   texidoc = "Figured bass can also be added to Staff context directly.
 In that case, the figures must be entered with @code{\\figuremode} and be directed
-to an existing @code{Staff} context."
+to an existing @code{Staff} context.
 
-  }
+Since these engravers are on @code{Staff} level, properties
+controlling figured bass should be set in @code{Staff} context.
+
+"
+
+}
 
 <<
 
   \new Staff = someUniqueName
-  \relative c'' {
-    c4 c'8 r8 c,4 c'
+  \relative {
+    c''4 c'8 r8 c,4 c'
   }
 
   %% send to existing Staff.