]> git.donarmstrong.com Git - lilypond.git/blob - input/test/beamed-slur-endings.ly
Renamed file.
[lilypond.git] / input / test / beamed-slur-endings.ly
1 \version "1.7.18"
2 % this looks like an example of slurs, not beaming.  And it
3 % looks like regression.
4 % possible rename to slur-something.
5 \header { texidoc = "REGRESSION or DELETE " }
6 \score{
7         \notes \relative c''{
8                 \slurUp c8-(-( c-)-( c4-)-)
9                 \slurDown a8-(-(a-)a4-)
10                 \break
11
12                 \slurDown a8-(-(a-)-(a4-)-)
13                 \slurUp c8-(-( c-)c4-)
14                 \break
15
16                 \slurDown e8-(-(e-)-( e4-)-)
17                 \slurUp f,8-(-( f-) f4-)
18                 \break
19
20                 \slurUp e8-(-(e-)-( e4-)-)
21                 \slurDown f'8-(-(f-)f4-)
22                 \break
23
24         }
25         \paper{
26                 indent = 0.0
27                 linewidth = 60.0\mm
28         }
29 }
30 %% new-chords-done %%