]> git.donarmstrong.com Git - lilypond.git/blob - input/test/tie.ly
release: 0.1.61
[lilypond.git] / input / test / tie.ly
1 tie = \melodic{
2         \octave c'';
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 }