]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/figured-bass-continuation-end-position.ly
Add newlines at EOF where appropriate.
[lilypond.git] / input / regression / figured-bass-continuation-end-position.ly
1 \version "2.14.0"
2
3 \header {
4   texidoc = "Figured bass extender for figures of different width (e.g. with
5 alteration or two-digit figures) should still stop at the same position."
6
7 }
8
9 \figures {
10   \set useBassFigureExtenders = ##t
11   \set figuredBassAlterationDirection = #RIGHT
12   <6 5+ 3>4.
13   <6 5+ 2>4.
14   r4
15   <12 5>4.
16   <12 5>4.
17   r4
18 }