]> git.donarmstrong.com Git - lilypond.git/blob - input/test/tie.ly
aa965b7706de58ef63ba3f2a7f1a686f3568d692
[lilypond.git] / input / test / tie.ly
1 \version "1.0.16";
2
3 tie = \notes\transpose c''{
4
5         e4 ~ e e e ~ |
6         e ~ a a a ~ |
7         a d d d ~ |
8         e e e e |
9         g,, g,, g,, g,, ~ |
10         g,, g,, g,, g,, |
11 }
12
13 \score{
14         \tie
15         \paper{ 
16               indent = 0.0\pt;
17                 linewidth= 30.\mm;
18                 castingalgorithm = \Wordwrap;
19         }
20 }