]> git.donarmstrong.com Git - lilypond.git/blob - input/test/embedded-tex.ly
release: 1.3.146
[lilypond.git] / input / test / embedded-tex.ly
1 \version "1.3.146"
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 }