]> git.donarmstrong.com Git - lilypond.git/blob - input/test/embedded-tex.ly
update syntax in .ly files.
[lilypond.git] / input / test / embedded-tex.ly
1 \version "1.7.6"
2
3
4 fragment = \notes {
5   a''^"3 $\\times$ \\`a deux"
6 }
7
8 \paper { linewidth = -1. } 
9
10 \score {
11   \notes\relative c \fragment
12   \paper { }  
13 }
14 %% new-chords-done %%