]> git.donarmstrong.com Git - lilypond.git/blob - input/test/embedded-tex.ly
9130a6f7f8c9115cb9726d103a42123fc42bb127
[lilypond.git] / input / test / embedded-tex.ly
1
2 \version "2.3.17"
3 \header{ texidoc="@cindex Embedded Tex
4 You can embed Tex commands in your score. "}
5
6 \paper { raggedright = ##t} 
7
8
9 \paper {
10     raggedright = ##t
11     inputencoding = "TeX"
12 }
13 \relative c {
14     a''^"$\\int_0^\infty e^{-x^2} dx$" 
15 }