Skip to content

Commit a55e300

Browse files
committed
Added Ana El Na and Lev Tahor
1 parent 1bc0497 commit a55e300

File tree

3 files changed

+17
-2
lines changed

3 files changed

+17
-2
lines changed

a18cec60dc4e/load.js

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,12 +64,14 @@ var songNames = [
6464
"acheinu",
6565
"mayamganim",
6666
"lechadodi2",
67+
"levtahor",
6768
"dodinetzeh",
6869
"harim",
6970
"yiram",
7071
"yaaloz",
7172
"olam",
72-
"niggun3"
73+
"niggun3",
74+
"anaelna"
7375
];
7476

7577
for (let i = 0; i < songNames.length; i++) {
@@ -79,7 +81,7 @@ for (let i = 0; i < songNames.length; i++) {
7981
var startupLoop = setInterval(function() {
8082
if (songs.length == songNames.length) {
8183
songs.forEach(element => {
82-
document.getElementById('songlist').appendChild(element);
84+
document.getElementById('songlist').appendChild(element);
8385
});
8486
chords.sort();
8587
clearInterval(startupLoop);

a18cec60dc4e/songs/anaelna.html

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
<h1>Ana El Na - אנא אל נא</h1>
2+
<pre class="song">
3+
E B C D E D E
4+
אנא אל נא רפא נא לה
5+
B G D C E A B G
6+
אנא אל נא רפא נא לה
7+
E F G E A B G
8+
</pre>

a18cec60dc4e/songs/levtahor.html

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
<h1>Lev Tahor - לב טהור </h1>
2+
<pre class="song">
3+
A A G C A G C A
4+
לב טהור, שוכן באהבה, ורוח נכון, יש ברקבי
5+
</pre>

0 commit comments

Comments
 (0)