]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/test/embedded-tex.ly
* scripts/convert-ly.py (conv): remove \notes.
[lilypond.git] / input / test / embedded-tex.ly
index c6614c37b35a26b640e29529921d830af9a14fbe..b7a291cb53b1887d48d64802e9abe79ae4c9cc1d 100644 (file)
@@ -1,16 +1,16 @@
 
-\version "2.2.0"
+\version "2.3.4"
 \header{ texidoc="@cindex Embedded Tex
 You can embed Tex commands in your score. "}
 
-fragment = \notes {
+fragment =  {
   a''^"3 $\\times$ \\`a deux"
 }
 
 \paper { raggedright = ##t} 
 
 \score {
-  \notes\relative c \fragment
+  \relative c \fragment
   \paper { raggedright = ##t }  
 }