]> git.donarmstrong.com Git - lilypond.git/blob - input/test/embedded-tex.ly
* Website fixes:
[lilypond.git] / input / test / embedded-tex.ly
1 \version "1.7.18"
2
3
4 fragment = \notes {
5   a''^"3 $\\times$ \\`a deux"
6 }
7
8 \paper { raggedright = ##t} 
9
10 \score {
11   \notes\relative c \fragment
12   \paper { }  
13 }
14 %% new-chords-done %%