]> git.donarmstrong.com Git - lilypond.git/blob - input/test/embedded-tex.ly
* lily/staff-symbol-referencer.cc (get_position): emergency
[lilypond.git] / input / test / embedded-tex.ly
1
2 \version "2.3.8"
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 }