]> git.donarmstrong.com Git - lilypond.git/blob - input/test/script-stack.ly
* scripts/lilypond-book.py (do_file): do not overwrite input file.
[lilypond.git] / input / test / script-stack.ly
1
2 \version "2.1.26"
3
4 \header { texidoc = "@cindex Stacked Text Articulation
5 You can stack text and articulations. "
6 }
7
8 \score {
9         \notes\relative c' {
10                 c2_"geen gedonder"_"jij gaat onder"
11                 c2^^^.^|^"down"^"up"
12          }
13         \paper { raggedright = ##t}
14 }
15