]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/nested-fill-lines.ly
592732641c34f60855894a5dd42074466fc48469
[lilypond.git] / input / regression / nested-fill-lines.ly
1 \version "2.13.31"
2
3 \header
4 {
5
6   texidoc = "
7 Nested fill-lines should work properly.  In this example, both occurences
8 of FOO should be centered.
9
10 "
11   title = \markup \column {
12     \fill-line { "|FOO|" }
13     \fill-line { \fill-line { "|FOO|" } }
14   }
15 }
16 \score {c''}