summaryrefslogtreecommitdiff
path: root/suzan.ly
blob: 35a949ecd52fc530ed2e8648eaa89e7fa45d6978 (about) (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
% testje

score{
	rhythmstaff {
		voice { $ c4 c2 c4 $ }
	}
	rhythmstaff {
		voice { $ c2  c2 $ }
	}
	rhythmstaff {
		voice { $ c4  c4 c4 c4 $ }
	}
%	bar 2
}