repo.or.cz
/
lilypond.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
lilypond-0.1.14
[lilypond.git]
/
input
/
slurs.ly
blob
e7ddad01eed140c24273724749845fc723918e9b
1
%{MudelaHeader
2
3
filename: slurs.ly
4
title:
5
description:
6
composer(s): HWN
7
entered-by: HWN
8
copyright: PD
9
10
Tested Features: test slurs and ties
11
EndMudelaHeader
12
%}
13
14
\version "0.1.6";
15
16
\score{
17
\melodic{\octave c';
18
\duration "last";
19
'c4 ~ 'c c'' ~ c'' ~ g ~ c ~
20
d ~ e ~ f ~ g ~
21
a ~ b ~ 'c ~ c
22
23
< c e ( > <)d f>
24
\octave c'';
25
< c e ( > <)d f>
26
\octave c';
27
< c e ( > <)d' f'>
28
< { c ~ d }
29
{ e ~ f }
30
>
31
\multi 2 <
32
{ \stemup c'8 ~g ~e( ~c~ [c'~ g' e' )c'] c'' ~ c'' c~c }
33
{ \stemdown c (e g )c'~( [b a g )d] r2 }
34
>
35
36
}
37
}