]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/figured-bass-continuation-center.ly
Break slurs between alternative endings in repeats; issue 1698.
[lilypond.git] / input / regression / figured-bass-continuation-center.ly
index c92b2b9a218c02ed4fa2c9ec66eacfa4d7aef67a..01694b905423d9c55ccd274b4eca938bfabd5277 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.17.15"
 \paper {
-  raggedright = ##t
+  ragged-right = ##t
 }
 
 <<
-  \relative \new Voice {
+  \relative c' \new Voice {
     c8 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
   }