]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/page-spacing-bass-figures.ly
Docs: run convert-ly for 2.14.0.
[lilypond.git] / input / regression / page-spacing-bass-figures.ly
1 \version "2.14.0"
2
3 \header {
4   texidoc = "@var{alignment-distances} applies to the toplevel
5 VerticalAlignment but not to BassFigureAlignment.  The 4 in
6 the bass figure line should be directly below the 6."
7 }
8
9 \score {
10  <<
11    \new Staff {
12      \overrideProperty #"Score.NonMusicalPaperColumn"
13      #'line-break-system-details #'((alignment-distances . (15)))
14      c'4
15    }
16    \new Staff <<
17      { d'4 }
18      \figures { <6 4>4 } >> >>
19  }