You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
30 lines
741 B
30 lines
741 B
%% settimo_basso.ly
|
|
%% Copyright (c) 2011 Benjamin Coudrin <benjamin.coudrin@gmail.com>
|
|
%% All Rights Reserved
|
|
%%
|
|
%% Copyleft :
|
|
%% This program is free software. It comes without any warranty, to
|
|
%% the extent permitted by applicable law. You can redistribute it
|
|
%% and/or modify it under the terms of the Do What The Fuck You Want
|
|
%% To Public License, Version 2, as published by Sam Hocevar. See
|
|
%% http://sam.zoy.org/wtfpl/COPYING for more details.
|
|
|
|
\time 9/8
|
|
\relative c {
|
|
d4. f4. d4.
|
|
cis4. a4. cis4.
|
|
d4. d4. d4.
|
|
e4. e4. e4.
|
|
f4. f4. f4.
|
|
c'4. c,4. cis4.
|
|
d4. d4. bes4.
|
|
a4. a4. a4.
|
|
d4. d4. d4.
|
|
cis4. a4. cis4.
|
|
d4. d4. d4.
|
|
e4. e4. e4.
|
|
f4. f4. f4.
|
|
c'4. c,4. cis4.
|
|
d4. g,4. a4.
|
|
d,2.~d4.
|
|
}
|