]> git.donarmstrong.com Git - lilypond.git/blob - input/test/embedded-tex.ly
release: 1.3.145
[lilypond.git] / input / test / embedded-tex.ly
1
2
3 fragment = \notes {
4   a''^"3 $\\times$ \\`a deux"
5 }
6
7 \paper { linewidth = -1.; } 
8
9 \score {
10   \notes\relative c \fragment
11   \paper { }  
12 }