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