Fixes Issue 1504, allowing feather beam line breaking.
[lilypond/patrick.git] / input / regression / nested-fill-lines.ly
blob592732641c34f60855894a5dd42074466fc48469
1 \version "2.13.31"
3 \header
6 texidoc = "
7 Nested fill-lines should work properly. In this example, both occurences
8 of FOO should be centered.
11 title = \markup \column {
12 \fill-line { "|FOO|" }
13 \fill-line { \fill-line { "|FOO|" } }
16 \score {c''}