]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/figured-bass-continuation-center.ly
Run scripts/auxiliar/update-with-convert-ly.sh
[lilypond.git] / input / regression / figured-bass-continuation-center.ly
index c92b2b9a218c02ed4fa2c9ec66eacfa4d7aef67a..bd04ea4c2ceb8164536484b605e7d5c7be2df42e 100644 (file)
@@ -1,23 +1,25 @@
 \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.19.21"
 \paper {
-  raggedright = ##t
+  ragged-right = ##t
 }
 
 <<
   \relative \new Voice {
-    c8 c  b b  a a  b b  
+    c'8 c  b b  a a  b b  
     c c  b b
   
   }
  \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
   }