]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/center-title.ly
Merge branch 'lilypond/translation' of ssh://thsoft@git.sv.gnu.org/srv/git/lilypond...
[lilypond.git] / input / regression / center-title.ly
1 \version "2.14.0"
2
3 \header {
4
5   texidoc = "
6 Long titles should be properly centered.
7
8 "
9
10   title = \markup \center-column {
11     "How Razorback Jumping Frogs Level Six Piqued Gymnasts"
12   }
13 }
14
15 \score {
16   s1
17 }