]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/nested-fill-lines.ly
Run scripts/auxiliar/update-with-convert-ly.sh
[lilypond.git] / input / regression / nested-fill-lines.ly
1 \version "2.16.0"
2
3 \header
4 {
5
6   texidoc = "
7 Nested fill-lines should work properly.  In this example, both occurrences
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''}