]> git.donarmstrong.com Git - lilypond.git/blob - input/test/embedded-tex.ly
* scripts/convert-ly.py (FatalConversionError.conv): conversion
[lilypond.git] / input / test / embedded-tex.ly
1 \version "1.7.18"
2 \header{ texidoc="@cindex Embedded Tex
3 You can embed Tex commands in your score. "}
4
5 fragment = \notes {
6   a''^"3 $\\times$ \\`a deux"
7 }
8
9 \paper { raggedright = ##t} 
10
11 \score {
12   \notes\relative c \fragment
13   \paper { raggedright = ##t }  
14 }
15 %% new-chords-done %%