]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/test/embedded-tex.ly
* scripts/convert-ly.py (conv): fixed \context Foo = mixedCaps
[lilypond.git] / input / test / embedded-tex.ly
index b7a291cb53b1887d48d64802e9abe79ae4c9cc1d..5bf2767adf54d084cf9d279c331ef551b5731924 100644 (file)
@@ -1,16 +1,15 @@
 
-\version "2.3.4"
+\version "2.4.0"
 \header{ texidoc="@cindex Embedded Tex
 You can embed Tex commands in your score. "}
 
-fragment =  {
-  a''^"3 $\\times$ \\`a deux"
-}
+\layout { raggedright = ##t} 
 
-\paper { raggedright = ##t} 
 
-\score {
-  \relative c \fragment
-  \paper { raggedright = ##t }  
+\layout {
+    raggedright = ##t
+    inputencoding = "TeX"
+}
+\relative c {
+    a''^"$\\int_0^\infty e^{-x^2} dx$" 
 }
-