-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
62e18bc
commit 7de9481
Showing
36 changed files
with
190 additions
and
120 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
#!/bin/bash | ||
|
||
rm -f *.wav *.midi *.pdf |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,70 @@ | ||
\version "2.24.2" | ||
|
||
doc_title = "la double croche - 22 and 23" | ||
page_no = "1" | ||
bpm = 60 | ||
timezp = 4/4 | ||
|
||
xxiia = \drummode { | ||
sn2 16 16 16 16 4 | ||
16 16 8 4 16 16 8 16 16 16 16 | ||
8 16 16 4 16 16 16 16 16 16 8 | ||
|
||
} | ||
xxiib = \drummode { | ||
16 16 16 16 8 16 16 8 8 4 | ||
4 8 16 16 2 | ||
4 16 16 8 16 16 8 16 16 16 16 | ||
} | ||
xxiic = \drummode { | ||
16 16 16 16 8 16 16 8 8 4 | ||
16 16 8 16 16 8 8 16 16 4 | ||
8 16 16 8 8 4 16 16 8 | ||
} | ||
xxiid = \drummode { | ||
16 16 16 16 8 16 16 16 16 8 8 8 | ||
16 16 16 16 16 16 8 16 16 8 8 16 16 | ||
16 16 8 16 16 16 16 8 16 16 16 16 8 | ||
} | ||
|
||
xxiiia = \drummode { | ||
2 8 8 16 16 16 16 | ||
8 8 16 16 16 16 2 | ||
16 16 16 16 8 8 2 | ||
4 16 16 16 16 8 8 4 | ||
} | ||
xxiiib = \drummode { | ||
4 4 4 16 16 16 16 | ||
8 8 4 4 16 16 16 16 | ||
16 16 16 16 4 4 4 | ||
16 16 16 16 8 8 4 4 | ||
} | ||
xxiiic = \drummode { | ||
16 16 16 16 16 16 16 16 4 4 | ||
16 16 16 16 4 16 16 16 16 4 | ||
4 16 16 16 16 4 8 8 | ||
4 4 16 16 16 16 16 16 16 16 | ||
} | ||
xxiiid = \drummode { | ||
4 16 16 16 16 2 | ||
4 16 16 16 16 4 16 16 16 16 | ||
4 2 16 16 16 16 | ||
2 4 16 16 16 16 | ||
16 16 16 16 2 4 | ||
} | ||
|
||
main = { | ||
\stemUp | ||
|
||
\xxiia \section \break | ||
\xxiib \section \break | ||
\xxiic \section \break | ||
\xxiid \section \break | ||
|
||
\xxiiia \section \break | ||
\xxiiib \section \break | ||
\xxiiic \section \break | ||
\xxiiid \section \break | ||
} | ||
|
||
\include "./zp-drums.ly" |
Binary file not shown.
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,43 @@ | ||
\version "2.24.2" | ||
|
||
doc_title = "la double croche - 24" | ||
page_no = "2" | ||
bpm = 60 | ||
timezp = 3/4 | ||
|
||
xxiva = \drummode { | ||
sn8 8 16 16 16 16 16 16 16 16 | ||
16 16 16 16 16 16 16 16 16 16 16 16 | ||
2 16 16 16 16 | ||
} | ||
xxivb = \drummode { | ||
16 16 16 16 16 16 16 16 4 | ||
16 16 16 16 16 16 16 16 16 16 16 16 | ||
8 8 4 16 16 16 16 | ||
16 16 16 16 16 16 16 16 8 8 | ||
} | ||
xxivc = \drummode { | ||
8 8 8 8 16 16 16 16 | ||
8 8 16 16 16 16 8 8 | ||
8 8 16 16 16 16 8 8 | ||
8 8 8 8 8 8 | ||
8 8 16 16 16 16 8 8 | ||
} | ||
xxivd = \drummode { | ||
8 8 8 8 16 16 16 16 | ||
4 16 16 16 16 4 | ||
8 8 8 8 8 8 | ||
8 8 4 16 16 16 16 | ||
4 r4 r4 | ||
} | ||
|
||
main = { | ||
\stemUp | ||
|
||
\xxiva \section \break | ||
\xxivb \section \break | ||
\xxivc \section \break | ||
\xxivd \section \break | ||
} | ||
|
||
\include "./zp-drums.ly" |
Binary file not shown.
Binary file not shown.
Binary file not shown.
This file was deleted.
Oops, something went wrong.
Empty file.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
#!/bin/bash | ||
|
||
lilypond $1 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
#!/bin/bash | ||
|
||
fluidsynth -i ../midis/FluidR3_GM_GS.sf2 $1 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
#!/bin/bash | ||
|
||
filename_with_ext=$1 | ||
FN="${filename_with_ext%.*}" | ||
#echo "$FN" | ||
|
||
fluidsynth -i ../midis/FluidR3_GM_GS.sf2 -n -L 1 -r 44100 -g 1 -R 0 -F $FN.wav $FN.midi |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,8 +2,8 @@ | |
|
||
doc_title = "quatro" | ||
page_no = "4" | ||
|
||
bpm = 60 | ||
timezp = 4/4 | ||
|
||
pat_o = \drummode { | ||
r1 | ||
|
Binary file not shown.
Binary file not shown.
This file was deleted.
Oops, something went wrong.
Binary file not shown.
Binary file not shown.
Oops, something went wrong.