Skip to content

Commit

Permalink
2024-July-11
Browse files Browse the repository at this point in the history
  • Loading branch information
justineuro committed Jul 11, 2024
1 parent a809d12 commit 6caa566
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions mdg2mid-svg.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@
# by his publisher, Nikolaus Simrock).
#
# AUTHOR: J.L.A. Uro (justineuro@gmail.com)
# VERSION: 1.0.1
# VERSION: 1.0.2
# LICENSE: Creative Commons Attribution 4.0 International License (CC-BY)
# CREATED: 2017.08.12 19:24:34 +8
# REVISION: 2017.08.30 12:10:25 +8
# REVISION: 2024/07/11 11:27:02
#==================================================================================

#----------------------------------------------------------------------------------
Expand Down Expand Up @@ -57,7 +57,6 @@ ruletab() {
# declare variables "notesG" and "notesF" as arrays
# notesG - array that contains the possible treble clef notes per measure
# notesF - array that contains the possible bass clef notes per measure
# measPerm - array that contains the measures corresponding to the dice toss outcomes
#----------------------------------------------------------------------------------
declare -a notesG notesF

Expand Down Expand Up @@ -128,8 +127,7 @@ Q:1/8=111
%%staves [1 2]
V:1 clef=treble
V:2 clef=bass
K:C
%%MIDI program 01 %bright acoustic piano 02"
K:C"

#----------------------------------------------------------------------------------
# write the notes of the ABC file
Expand Down

0 comments on commit 6caa566

Please sign in to comment.