]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/figured-bass-continuation-center.ly
Imported Upstream version 2.14.2
[lilypond.git] / input / regression / figured-bass-continuation-center.ly
index c92b2b9a218c02ed4fa2c9ec66eacfa4d7aef67a..27fe204c747311828a7a7a4a6f9cd6dc42f4fcc5 100644 (file)
@@ -1,13 +1,14 @@
 \header {
 
-  texidoc = "Pairs of congruent figured bass extender lines are vertically centered.
- "
+  texidoc = "Pairs of congruent figured bass extender lines are
+vertically centered if @code{figuredBassCenterContinuations} is set to
+true."
 
 }
 
-\version "2.7.12"
+\version "2.14.0"
 \paper {
-  raggedright = ##t
+  ragged-right = ##t
 }
 
 <<
@@ -18,6 +19,7 @@
   }
  \figures {
     \set useBassFigureExtenders = ##t
+    \set figuredBassCenterContinuations = ##t
     <6+ 4 3>4 <6 4 3> r
     <6+ 4 3>4 <6 4 3> <4 3+> r
   }