]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/page-spacing-bass-figures.ly
Imported Upstream version 2.18.0
[lilypond.git] / input / regression / page-spacing-bass-figures.ly
1 \version "2.17.6"
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.line-break-system-details #'((alignment-distances . (15)))
13      c'4
14    }
15    \new Staff <<
16      { d'4 }
17      \figures { <6 4>4 } >> >>
18  }