Vertically centering paired figured bass extenders: Difference between revisions

No edit summary
mNo edit summary
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
Where figured bass extender lines are being used by setting <code>useBassFigureExtenders</code> to true, pairs of congruent figured bass extender lines are vertically centered if <code>figuredBassCenterContinuations</code> is set to true.
Where figured bass extender lines are being used by setting <code>useBassFigureExtenders</code> to <code>#t</code>, pairs of congruent figured bass extender lines are vertically centered if <code>figuredBassCenterContinuations</code> is set to <code>#t</code>.


<lilypond version="2.24">
<lilypond version="2.24">
<<
<<
   \relative c' {
   \relative c' {
     c8 c b b a a c16 c b b 
     \repeat unfold 3 {
    c8 c b b a a c16 c b b
      c8 c b b a a c16 c b b
     c8 c b b a a c c b b
     }
   }
   }
   \figures {
   \figures {
Line 17: Line 17:
     \set figuredBassCenterContinuations = ##f
     \set figuredBassCenterContinuations = ##f
     <6+ 4 3>4 <6 4 3>8 r
     <6+ 4 3>4 <6 4 3>8 r
     <6+ 4 3>4 <6 4 3>8 <4 3+>8
     <6+ 4 3>4 <6 4 3>8 <4 3+>16 r
   }  
   }  
>>
>>
</lilypond>
</lilypond>


[[Category:Chords]]
[[Category:Tweaks and overrides]]
[[Category:Included in the official documentation]]
[[Category:Included in the official documentation]]
[[Category:Chords]]
[[Category:Snippet]]
[[Category:Tweaks and overrides]][[Category:Snippet]]