-
Notifications
You must be signed in to change notification settings - Fork 0
/
rolls.html
executable file
·631 lines (544 loc) · 34.2 KB
/
rolls.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<title>Music Box Strips - Jelly Biscuits</title>
<meta name="generator" content="WordPress 3.7.1" />
<meta name="robots" content="follow, all" />
<link rel="stylesheet" href="http://www.jellybiscuits.com/wp/wp-content/themes/vulcan/style.css" type="text/css" media="screen" />
<link rel="shortcut icon" href="http://www.jellybiscuits.com/wp/wp-content/themes/vulcan/images/favicon.ico"/>
<link rel="alternate" type="application/rss+xml" title="Jelly Biscuits RSS Feed" href="http://www.jellybiscuits.com/?feed=rss2" />
<link rel="pingback" href="http://www.jellybiscuits.com/wp/xmlrpc.php" />
<link rel="alternate" type="application/rss+xml" title="Jelly Biscuits » Music Box Strips Comments Feed" href="http://www.jellybiscuits.com/?feed=rss2&page_id=763" />
<link rel='stylesheet' id='easy_table_style-css' href='http://www.jellybiscuits.com/wp/wp-content/plugins/easy-table/themes/default/style.css?ver=1.0' type='text/css' media='all' />
<script type='text/javascript' src='http://www.jellybiscuits.com/wp/wp-includes/js/jquery/jquery.js?ver=1.10.2'></script>
<script type='text/javascript' src='http://www.jellybiscuits.com/wp/wp-includes/js/jquery/jquery-migrate.min.js?ver=1.2.1'></script>
<script type='text/javascript' src='http://www.jellybiscuits.com/wp/wp-content/themes/vulcan/js/jquery.tweet.js?ver=3.7.1'></script>
<script type='text/javascript' src='http://www.jellybiscuits.com/wp/wp-content/themes/vulcan/js/jquery.cycle.all.js?ver=3.7.1'></script>
<script type='text/javascript' src='http://www.jellybiscuits.com/wp/wp-content/themes/vulcan/js/jquery.corner.js?ver=3.7.1'></script>
<script type='text/javascript' src='http://www.jellybiscuits.com/wp/wp-content/themes/vulcan/js/jquery.prettyPhoto.js?ver=3.7.1'></script>
<script type='text/javascript' src='http://www.jellybiscuits.com/wp/wp-content/themes/vulcan/js/jquery.tools.tabs.min.js?ver=3.7.1'></script>
<script type='text/javascript' src='http://www.jellybiscuits.com/wp/wp-content/themes/vulcan/js/jquery.gmap.min.js?ver=3.7.1'></script>
<script type='text/javascript' src='http://www.jellybiscuits.com/wp/wp-content/themes/vulcan/js/functions.js?ver=3.7.1'></script>
<link rel="EditURI" type="application/rsd+xml" title="RSD" href="http://www.jellybiscuits.com/wp/xmlrpc.php?rsd" />
<link rel="wlwmanifest" type="application/wlwmanifest+xml" href="http://www.jellybiscuits.com/wp/wp-includes/wlwmanifest.xml" />
<link rel='prev' title='Music Box Composer' href='http://www.jellybiscuits.com/?page_id=705' />
<link rel='next' title='Mr. Elephant & Mr. Mouse' href='http://www.jellybiscuits.com/?page_id=929' />
<meta name="generator" content="WordPress 3.7.1" />
<link rel='canonical' href='http://www.jellybiscuits.com/?page_id=763' />
<link rel='shortlink' href='http://www.jellybiscuits.com/?p=763' />
<link rel="stylesheet" href="http://www.jellybiscuits.com/wp/wp-content/themes/vulcan/css/prettyPhoto.css" type="text/css" media="screen" />
<!-- Custom CSS -->
<style type="text/css">
@import url("http://www.jellybiscuits.com/wp/wp-content/themes/vulcan/css/styles/green.css");
body{
font-family:Arial, sans-serif;
font-size:12px;
color:#a5a6a6;
}
p, ul, ol, blockquote{
font-size:12px;
color:#a5a6a6;
}
</style><!--[if IE 6]>
<link href="http://www.jellybiscuits.com/wp/wp-content/themes/vulcan/css/ie6.css" rel="stylesheet" type="text/css" />
<script type="text/javascript" src="http://www.jellybiscuits.com/wp/wp-content/themes/vulcan/js/DD_belatedPNG.js"></script>
<script type="text/javascript">
DD_belatedPNG.fix('img');
DD_belatedPNG.fix('#pager a, ul.list-bottom li');
DD_belatedPNG.fix('#footer-content, .dot-separator');
DD_belatedPNG.fix('blockquote');
</script>
<![endif]-->
<!--[if IE 7]>
<style type="text/css">
#pager{top:260px;margin-left:0;right:20px;}
#slideshow {height:298px;}
#content .front-box-content{padding-bottom:45px;}
.intouch { margin-top: -40px;}
</style>
<![endif]-->
<!--[if IE 8]>
<style type="text/css">
#pager{top:260px;}
</style>
<![endif]-->
<!-- ////////////////////////////////// -->
<!-- // Javascript Files // -->
<!-- ////////////////////////////////// -->
<script type="text/javascript" src="http://www.jellybiscuits.com/wp/wp-content/themes/vulcan/js/cufon-yui.js"></script>
<script type="text/javascript" src="http://www.jellybiscuits.com/wp/wp-content/themes/vulcan/js/fonts/Vegur_300.font.js"></script>
<script type="text/javascript">
Cufon.replace('h1') ('h2') ('h3') ('h4') ('h5') ('h6') ('.slide-more') ('.heading1-slide') ('.heading2-slide') ('ul.navigation li a',{hover:true})('.more-button')('.date') ('.month');
Cufon.set('fontWeight', 'Normal');
</script>
</head>
<body>
<div id="container">
<!-- BEGIN OF HEADER -->
<div id="top-container-inner">
<!-- begin of logo and mainmenu -->
<div id="header">
<div id="logo">
<a href="http://www.jellybiscuits.com"><img src="http://www.jellybiscuits.com/wp/wp-content/uploads/2010/11/headLogo_larger2.png" alt="Jelly Biscuits" /></a>
</div>
<div id="mainmenu">
<ul id="menu" class="navigation"><li id="menu-item-394" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-home menu-item-394"><a href="http://www.jellybiscuits.com/">Home</a></li>
<li id="menu-item-16" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-16"><a href="http://www.jellybiscuits.com/?page_id=11">News</a></li>
<li id="menu-item-393" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-393"><a href="http://www.jellybiscuits.com/?page_id=388">Our Books</a>
<ul class="sub-menu">
<li id="menu-item-941" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-941"><a href="http://www.jellybiscuits.com/?page_id=929">Mr. Elephant & Mr. Mouse</a></li>
<li id="menu-item-392" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-392"><a href="http://www.jellybiscuits.com/?page_id=390">Food Fight!</a></li>
<li id="menu-item-667" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-667"><a href="http://www.jellybiscuits.com/?page_id=664">Slice of Bread goes to the Beach</a></li>
</ul>
</li>
<li id="menu-item-15" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-15"><a href="http://www.jellybiscuits.com/?page_id=13">About</a></li>
<li id="menu-item-703" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-703"><a href="http://www.jellybiscuits.com/?page_id=699">Apps</a>
<ul class="sub-menu">
<li id="menu-item-708" class="menu-item menu-item-type-post_type menu-item-object-page current-page-ancestor menu-item-708"><a href="http://www.jellybiscuits.com/?page_id=705">Music Box Composer</a></li>
</ul>
</li>
<li id="menu-item-395" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-395"><a href="http://www.jellybiscuits.com/?page_id=90">Contact</a></li>
</ul> </div>
</div>
<!-- end of logo and mainmenu -->
<div class="clear"></div>
</div>
<div class="clear"></div>
<!-- END OF HEADER --> <!-- BEGIN OF PAGE TITLE -->
<div id="page-title">
<div id="page-title-inner">
<div class="title">
<h1>Music Box Strips</h1>
</div>
<div class="dot-separator-title"></div>
<div class="description">
<p></p>
</div>
</div>
</div>
<!-- END OF PAGE TITLE -->
<!-- BEGIN OF CONTENT -->
<div id="content">
<div id="content-fullwidth">
<div class="maincontent">
<h3><strong>Music Box Composer publishes that you can view with the webplayer, or if on device and you have Music Box Composer installed, it will open in the App:<br />
</strong></h3>
<table width="100%" align="left" style="width:100%;" class="easy-table easy-table-default " >
<tbody>
<tr><td style="width:160px">Link</td>
<td style="width:60px">Type</td>
<td >Credits</td>
<td > Source</td>
</tr>
<tr><td ><span style="color: #000000;"><a title="Aida" href="http://www.jellybiscuits.com/mbc/mbp.php?3FJ4pLMz" target="_blank"><span style="color: #000000;">Aida</span></a></span></td>
<td > 20 note</td>
<td > Giuseppe Verdi</td>
<td > <a href="http://sky.geocities.jp/mikann_nk/midibeya.html" target="_blank">Japanese Website</a></td>
</tr>
<tr><td ><span style="color: #000000;"><a title="Amazing Grace" href="http://www.jellybiscuits.com/mbc/mbp.php?R8V02Dk6 " target="_blank"><span style="color: #000000;">Amazing Grace</span></a></span></td>
<td > 20 note</td>
<td > John Newton</td>
<td > <a href="http://www007.upp.so-net.ne.jp/einstein/hamaji/shop.htm" target="_blank">Japanese Website</a></td>
</tr>
<tr><td ><span style="color: #000000;"><a title="Braid Music Box Composer Strip" href="http://www.jellybiscuits.com/mbc/mbp.php?1lRcfR6x" target="_blank"><span style="color: #000000;">Braid (game)</span></a></span></td>
<td > 15 note</td>
<td > Shira Kammen</td>
<td > <a href="http://www.youtube.com/watch?v=1ToisHmfljg" target="_blank">Arranged by Musicalwolfe</a></td>
</tr>
<tr><td ><span style="color: #000000;"><a title="Clair de Lune" href="http://www.jellybiscuits.com/mbc/mbp.php?iKZ9ioJw" target="_blank"><span style="color: #000000;">Clair de Lune</span></a></span></td>
<td > 30 note</td>
<td > Debussy</td>
<td > <a href="http://www.youtube.com/watch?v=xPc31FMCnHY" target="_blank">Modified version of a post by pinuz95 (Youtube)</a></td>
</tr>
<tr><td ><span style="color: #000000;"><a title="Jingle Bells" href="http://www.jellybiscuits.com/mbc/mbp.php?4l58m9pB" target="_blank"><span style="color: #000000;">Jingle Bells</span></a></span></td>
<td > 20 note</td>
<td > Traditional</td>
<td > <a href="http://www007.upp.so-net.ne.jp/einstein/hamaji/shop.htm" target="_blank">Japanese Website</a></td>
</tr>
<tr><td ><span style="color: #000000;"><a title="Romeo and Juliet Music Box Composer Strip" href="http://www.jellybiscuits.com/mbc/mbp.php?XPI0ZseS" target="_blank"><span style="color: #000000;">Romeo and Juliet</span></a></span></td>
<td > 20 note</td>
<td > Nino Rota</td>
<td > Comes with the 20 note music box from grand-illusions</td>
</tr>
<tr><td ><span style="color: #000000;"><a title="Sonata No. 16" href="http://www.jellybiscuits.com/mbc/mbp.php?n2ftt1Gs " target="_blank"><span style="color: #000000;">Sonata No. 16</span></a></span></td>
<td > 20 note</td>
<td > Mozart</td>
<td > <a href="http://sky.geocities.jp/mikann_nk/midibeya.html" target="_blank">Japanese Website</a></td>
</tr>
<tr><td ><span style="color: #000000;"><a title="Spanish Song - Music Box Composer Strip" href="http://www.jellybiscuits.com/mbc/mbp.php?lL5nDF79" target="_blank"><span style="color: #000000;">Spanish Song</span></a></span></td>
<td > 15 note</td>
<td > Unknown – uses sharps (not suitable for punching)</td>
<td > Unknown</td>
</tr>
<tr><td ><span style="color: #000000;"><a title="Star Wars Cantina Music Box Composer Strip" href="http://www.jellybiscuits.com/mbc/mbp.php?1agyF3Kv" target="_blank"><span style="color: #000000;">Star Wars Cantina</span></a></span></td>
<td > 30 note</td>
<td > By John Williams</td>
<td > <a href="http://www.youtube.com/watch?v=3RLLA6PbZks" target="_blank">Transcribed by Musicurgy</a></td>
</tr>
<tr><td ><span style="color: #000000;"><a title="Still Alive Music Box Composer Strip" href="http://jellybiscuits.com/mbc/mbp.php?0Ezf0926" target="_blank"><span style="color: #000000;">Still Alive – Portal</span></a></span></td>
<td > 15 note</td>
<td > Music and lyrics by Jonathan Coulter</td>
<td > <a href="http://www.youtube.com/watch?v=LLgd72t4brA" target="_blank">Transcribed by AirplaneFoods</a></td>
</tr>
<tr><td ><span style="color: #000000;"><a title="Sou Gan Music Box Composer Strip" href="http://www.jellybiscuits.com/mbc/mbp.php?aamvxQwm" target="_blank"><span style="color: #000000;">Suo Gan</span></a></span></td>
<td > 20 note</td>
<td > Traditional Welsh melody</td>
<td > <a href="http://www.mmdigest.com/Gallery/Sounds/sankyo20.html" target="_blank">Transcribed by Karl Petersen</a></td>
</tr>
<tr><td ><span style="color: #000000;"><a title="Swan Lake Music Box Composer Strip" href="http://www.jellybiscuits.com/mbc/mbp.php?WejTmr7y" target="_blank"><span style="color: #000000;">Swan Lake</span></a></span></td>
<td > 30 note</td>
<td > Tchaikovsky</td>
<td > Comes with the 30 note music box from grand-illusions</td>
</tr>
<tr><td ><span style="color: #000000;"><a title="Tiny Wings Music Box Composer Strip" href="http://www.jellybiscuits.com/mbc/mbp.php?R4DZ843f" target="_blank"><span style="color: #000000;">Tiny Wings 2.0</span></a></span></td>
<td > 15 note</td>
<td > Andreas Illiger</td>
<td > <a href="http://www.youtube.com/watch?v=AXUiyK1olZ8" target="_blank">Youtube</a></td>
<td ></td>
</tr>
<tr><td ><span style="color: #000000;"><a title="Well Tempered Clavier BWV 850" href="http://www.jellybiscuits.com/mbc/mbp.php?694cui51" target="_blank"><span style="color: #000000;">Bach – Well Tempered Clavier BWV 850</span></a></span></td>
<td > 20 note</td>
<td > Johann Sebastian Bach</td>
<td > Arranged by Hans-Martin Meyer-Georges</a></td>
</tr>
<tr><td ><span style="color: #000000;"><a title="We Wish You a Merry Xmas" href="http://www.jellybiscuits.com/mbc/mbp.php?ia4gHY58" target="_blank"><span style="color: #000000;">We Wish You a Merry Xmas</span></a></span></td>
<td > 20 note</td>
<td > Traditional</td>
<td > Transcribed by Hans-Martin Meyer-Georges</a></td>
</tr>
<tr><td ><span style="color: #000000;"><a title="Winter Wrap Up" href="http://www.jellybiscuits.com/mbc/mbp.php?z826EyKQ" target="_blank"><span style="color: #000000;">Winter Wrap Up</span></a></span></td>
<td > 15 note</td>
<td > My Little Pony – Friendship is Magic</td>
<td > Arranged by Musicalwolfe</a></td>
</tr>
</tbody></table>
<h3><strong>User contributed Music Box Composer compositions:<br />
</strong></h3>
<p><a href="mailto:[email protected]">If you would like your strips added to this list please share your strip with us via email, or send through a link to a facebook/twitter publish.</a><br />
<table width="100%" align="left" style="width:100%;" class="easy-table easy-table-default " >
<tbody>
<tr><td style="width:160px">Link</td>
<td style="width:60px">Type</td>
<td >Credits</td>
<td > Extra Info</td>
</tr>
<tr><td ><span style="color: #000000;"><a title="Clockwatchers" href="http://www.jellybiscuits.com/mbc/mbp.php?AQ0nvs4U" target="_blank"><span style="color: #000000;">Clockwatchers</span></a></span></td>
<td > 30 note</td>
<td > By Myk Freedman</td>
<td ></a></td>
</tr>
<tr><td ><span style="color: #000000;"><a title="I'm ok if you're ok" href="http://www.jellybiscuits.com/mbc/mbp.php?6u4ErrIS" target="_blank"><span style="color: #000000;">I'm ok if you're ok</span></a></span></td>
<td > 30 note</td>
<td > By Myk Freedman</td>
<td ></a></td>
</tr>
<tr><td ><span style="color: #000000;"><a title="Nausicaa's Lullaby" href="http://www.jellybiscuits.com/mbc/mbp.php?m4vde8RG" target="_blank"><span style="color: #000000;">Nausicaa's Lullaby</span></a></span></td>
<td > 30 note</td>
<td > Arranged by Andrew Gould</td>
<td >Tune from movie 'Nausicaa and the Valley of the Wind'</a></td>
</tr>
<tr><td ><span style="color: #000000;"><a title="Menuet d minor" href="http://www.jellybiscuits.com/mbc/mbp.php?T5aQP29r" target="_blank"><span style="color: #000000;">Menuet d minor</span></a></span></td>
<td > 30 note</td>
<td > L.Mozart</td>
<td > Arranged by Juergen Schwarz</a></td>
</tr>
<tr><td ><span style="color: #000000;"><a title="Mystic Tryst" href="http://www.jellybiscuits.com/mbc/mbp.php?EvUX1SfV" target="_blank"><span style="color: #000000;">Mystic Tryst</span></a></span></td>
<td > 30 note</td>
<td > Jim Dooley</td>
<td > Arranged by Peter Pakulski</a></td>
</tr>
<tr><td ><span style="color: #000000;"><a title="Mario Bros theme" href="http://www.jellybiscuits.com/mbc/mbp.php?ALh2XGVZ" target="_blank"><span style="color: #000000;">Mario Bros theme</span></a></span></td>
<td > 30 note</td>
<td > Koji Kondo</td>
<td > Arranged by Peter Pakulski</a></td>
</tr>
<tr><td ><span style="color: #000000;"><a title="Song of Storms" href="http://www.jellybiscuits.com/mbc/mbp.php?jed79YMz" target="_blank"><span style="color: #000000;">Song of Storms</span></a></span></td>
<td > 15 note</td>
<td > Koji Kondo</td>
<td > Transcriber: Hadyn Lander</a></td>
</tr>
<tr><td ><span style="color: #000000;"><a title="Donkey Kong NES" href="http://www.jellybiscuits.com/mbc/mbp.php?w0Ab6jw7" target="_blank"><span style="color: #000000;">Donkey Kong NES</span></a></span></td>
<td > 15 note</td>
<td > Hirokazu Tanaka</td>
<td > Arranged by Bas de Reuver</a></td>
</tr>
<tr><td ><span style="color: #000000;"><a title="Wiegenlied (lullaby)" href="http://www.jellybiscuits.com/mbc/mbp.php?xxSeHuuA" target="_blank"><span style="color: #000000;">Wiegenlied (lullaby)</span></a></span></td>
<td > 15 note</td>
<td > Johannes Brahms</td>
<td > Musicbox strip by Bas de Reuver</a></td>
</tr>
<tr><td ><span style="color: #000000;"><a title="Nils Holgersson theme" href="http://www.jellybiscuits.com/mbc/mbp.php?fRLnBBL5" target="_blank"><span style="color: #000000;">Nils Holgersson theme</span></a></span></td>
<td > 15 note</td>
<td > Karel Svoboda</td>
<td > Arranged by Bas de Reuver</a></td>
</tr>
<tr><td ><span style="color: #000000;"><a title="Last Wave - Outrun" href="http://www.jellybiscuits.com/mbc/mbp.php?NIyE9OmH" target="_blank"><span style="color: #000000;">Last Wave – Outrun</span></a></span></td>
<td > 30 note</td>
<td > Hiroshi Miyauchi</td>
<td > Musicbox strip by Bas de Reuver</a></td>
</tr>
<tr><td ><span style="color: #000000;"><a title="Stille nacht" href="http://www.jellybiscuits.com/mbc/mbp.php?UOg2m1Q6" target="_blank"><span style="color: #000000;">Stille nacht</span></a></span></td>
<td > 20 note</td>
<td > Arranged by Renato Morselli</td>
<td > Upload by Bas de Reuver based on youtube video http://www.youtube.com/watch?v=QVjRwmUJR8U</a></td>
</tr>
<tr><td ><span style="color: #000000;"><a title="Daar wordt aan de deur geklopt" href="http://www.jellybiscuits.com/mbc/mbp.php?pye2hFot" target="_blank"><span style="color: #000000;">Daar wordt aan de deur geklopt</span></a></span></td>
<td > 15 note</td>
<td > Sinterklaas song based on "O du lieber Augustin"</td>
<td > Arranged by Bas de Reuver</a></td>
</tr>
<tr><td ><span style="color: #000000;"><a title="Heart and Soul" href="http://www.jellybiscuits.com/mbc/mbp.php?wqa2f65c" target="_blank"><span style="color: #000000;">Heart and Soul</span></a></span></td>
<td > 15 note</td>
<td > Arranged by pwnna</td>
<td > Upload by Bas de Reuver based on video http://www.youtube.com/watch?v=o99OTM5sAcA</a></td>
</tr>
<tr><td ><span style="color: #000000;"><a title="Yoshi's Island - Story Music Box" href="http://www.jellybiscuits.com/mbc/mbp.php?QTRVa30L" target="_blank"><span style="color: #000000;">Yoshi's Island – Story Music Box</span></a></span></td>
<td > 15 note</td>
<td > Koji Kondo</td>
<td > Arranged by Bas de Reuver</a></td>
</tr>
<tr><td ><span style="color: #000000;"><a title="Carol of the bells" href="http://www.jellybiscuits.com/mbc/mbp.php?tCzdeXux" target="_blank"><span style="color: #000000;">Carol of the bells</span></a></span></td>
<td > 15 note</td>
<td > Arranged by Joey Fala</td>
<td > Transcribed by Bas de Reuver</a></td>
</tr>
<tr><td ><span style="color: #000000;"><a title="Marines Hymn" href="http://www.jellybiscuits.com/mbc/mbp.php?TG06rBP9" target="_blank"><span style="color: #000000;">Marines Hymn</span></a></span></td>
<td > 15 note</td>
<td > </td>
<td > Arranged by Bas de Reuver</a></td>
</tr>
<tr><td ><span style="color: #000000;"><a title="The Can Can" href="http://www.jellybiscuits.com/mbc/mbp.php?2ww4aApQ" target="_blank"><span style="color: #000000;">The Can Can</span></a></span></td>
<td > 15 note</td>
<td > </td>
<td > Arranged by Bas de Reuver</a></td>
</tr>
<tr><td ><span style="color: #000000;"><a title="Doggie in the window" href="http://www.jellybiscuits.com/mbc/mbp.php?84Jaqh6e" target="_blank"><span style="color: #000000;">Doggie in the window</span></a></span></td>
<td > 15 note</td>
<td > Bob Merrill</td>
<td > Arranged by Bas de Reuver</a></td>
</tr>
<tr><td ><span style="color: #000000;"><a title="Stand by me" href="http://www.jellybiscuits.com/mbc/mbp.php?Y9KjjcZP" target="_blank"><span style="color: #000000;">Stand by me</span></a></span></td>
<td > 15 note</td>
<td > Arr. by Rocio (esdemusica)</td>
<td > Transcribed by Bas de Reuver</a></td>
</tr>
<tr><td ><span style="color: #000000;"><a title="Always with me - Spirited away" href="http://www.jellybiscuits.com/mbc/mbp.php?goktWaFc" target="_blank"><span style="color: #000000;">Always with me – Spirited away</span></a></span></td>
<td > 15 note</td>
<td > by Yumi Kiruma</td>
<td > Transcribed by Bas de Reuver</a></td>
</tr>
<tr><td ><span style="color: #000000;"><a title="Auld Lang Syne" href="http://www.jellybiscuits.com/mbc/mbp.php?fCLI50QQ" target="_blank"><span style="color: #000000;">Auld Lang Syne</span></a></span></td>
<td > 15 note</td>
<td > Traditional Scottish New Year's eve song</td>
<td > Arranged by Bas de Reuver</a></td>
</tr>
<tr><td ><span style="color: #000000;"><a title="Ellie's Theme from Pixar's Up" href="http://www.jellybiscuits.com/mbc/mbp.php?twVmQ6v2" target="_blank"><span style="color: #000000;">Ellie's Theme from Pixar's Up</span></a></span></td>
<td > 30 note</td>
<td > Michael Giacchino – arranged by Peter Pakulski</td>
<td > Short-and-sweet version</a></td>
</tr>
<tr><td ><span style="color: #000000;"><a title="Ellie's Theme from Pixar's Up Extended" href="http://www.jellybiscuits.com/mbc/mbp.php?6L8zQ6Zh" target="_blank"><span style="color: #000000;">Ellie's Theme from Pixar's Up Extended</span></a></span></td>
<td > 30 note</td>
<td > Michael Giacchino – arranged by Peter Pakulski</td>
<td > Version adjusted to fit exactly on one strip.</a></td>
</tr>
<tr><td ><span style="color: #000000;"><a title="Mystic Tryst (compromise for music box notes v2)" href="http://www.jellybiscuits.com/mbc/mbp.php?4E3nRZsG" target="_blank"><span style="color: #000000;">Mystic Tryst (compromise for music box notes v2)</span></a></span></td>
<td > 30 note</td>
<td > Jim Dooley – arranged by Peter Pakulski</td>
<td > Best known for its appearance in the excellent short film "Rare Exports Inc"</a></td>
</tr>
</tbody></table></p>
<h3><strong>Compositions arranged and contributed by Hans-Martin Meyer-Georges :<br />
</strong></h3>
<table width="100%" align="left" style="width:100%;" class="easy-table easy-table-default " >
<tbody>
<tr><td style="width:160px">Link</td>
<td style="width:60px">Type</td>
<td >Composer</td>
<td > Credits</td>
</tr>
<tr><td ><span style="color: #000000;"><a title="An den Mond D 259" href="http://www.jellybiscuits.com/mbc/mbp.php?Oujyol9R" target="_blank"><span style="color: #000000;">An den Mond D 259</span></a></span></td>
<td > 20 note</td>
<td > F.Schubert</td>
<td > Arranged by Hans-Martin Meyer-Georges</td>
<td ></a></td>
</tr>
<tr><td ><span style="color: #000000;"><a title="Aria con variazioni [HWV 430]" href="http://www.jellybiscuits.com/mbc/mbp.php?w9xQ87e1" target="_blank"><span style="color: #000000;">Aria con variazioni [HWV 430]</span></a></span></td>
<td > 20 note</td>
<td > G.F.Handel</td>
<td > Arranged by Hans-Martin Meyer-Georges</td>
<td ></a></td>
</tr>
<tr><td ><span style="color: #000000;"><a title="Away in a Manger" href="http://www.jellybiscuits.com/mbc/mbp.php?0nbbggZl" target="_blank"><span style="color: #000000;">Away in a Manger</span></a></span></td>
<td > 20 note</td>
<td > J.W.Kirkpatrick+MG</td>
<td > Arranged by Hans-Martin Meyer-Georges</td>
<td ></a></td>
</tr>
<tr><td ><span style="color: #000000;"><a title="Brandenbg.Konz. Nr.6 [BWV 1051.3 Thema]" href="http://www.jellybiscuits.com/mbc/mbp.php?mZCvSpuX" target="_blank"><span style="color: #000000;">Brandenbg.Konz. Nr.6 [BWV 1051.3 Thema]</span></a></span></td>
<td > 20 note</td>
<td > J.S.Bach</td>
<td > Arranged by Hans-Martin Meyer-Georges</td>
<td ></a></td>
</tr>
<tr><td ><span style="color: #000000;"><a title="Brandenbg.Konz. Nr.6 [BWV 1051.3]" href="http://www.jellybiscuits.com/mbc/mbp.php?6zgp1XP8" target="_blank"><span style="color: #000000;">Brandenbg.Konz. Nr.6 [BWV 1051.3]</span></a></span></td>
<td > 20 note</td>
<td > J.S.Bach</td>
<td > Arranged by Hans-Martin Meyer-Georges</td>
<td ></a></td>
</tr>
<tr><td ><span style="color: #000000;"><a title="Cembalokonzert [1053.3]" href="http://www.jellybiscuits.com/mbc/mbp.php?mInvdnCD" target="_blank"><span style="color: #000000;">Cembalokonzert [1053.3]</span></a></span></td>
<td > 20 note</td>
<td > J.S.Bach</td>
<td > Arranged by Hans-Martin Meyer-Georges</td>
<td ></a></td>
</tr>
<tr><td ><span style="color: #000000;"><a title="Italienisches Konzert [BWV 971.3]" href="http://www.jellybiscuits.com/mbc/mbp.php?D1gKX7Ni" target="_blank"><span style="color: #000000;">Italienisches Konzert [BWV 971.3]</span></a></span></td>
<td > 20 note</td>
<td > J.S.Bach</td>
<td > Arranged by Hans-Martin Meyer-Georges</td>
<td ></a></td>
</tr>
<tr><td ><span style="color: #000000;"><a title="O Bethlehem du kleine Stadt" href="http://www.jellybiscuits.com/mbc/mbp.php?u8iHZel9" target="_blank"><span style="color: #000000;">O Bethlehem du kleine Stadt</span></a></span></td>
<td > 20 note</td>
<td > Traditional (England)</td>
<td > Arranged by Hans-Martin Meyer-Georges</td>
<td ></a></td>
</tr>
<tr><td ><span style="color: #000000;"><a title="Praeambulum [927.8]" href="http://www.jellybiscuits.com/mbc/mbp.php?G7KHBrYm" target="_blank"><span style="color: #000000;">Praeambulum [927.8]</span></a></span></td>
<td > 20 note</td>
<td > J.S.Bach</td>
<td > Arranged by Hans-Martin Meyer-Georges</td>
<td ></a></td>
</tr>
<tr><td ><span style="color: #000000;"><a title="Ritornell" href="http://www.jellybiscuits.com/mbc/mbp.php?xDtShp5X" target="_blank"><span style="color: #000000;">Ritornell</span></a></span></td>
<td > 20 note</td>
<td > J.S.Bach</td>
<td > Arranged by Hans-Martin Meyer-Georges</td>
<td ></a></td>
</tr>
<tr><td ><span style="color: #000000;"><a title="Sonate A-Dur KV 331.1 (Thema)(E)" href="http://www.jellybiscuits.com/mbc/mbp.php?3UB4P3kE" target="_blank"><span style="color: #000000;">Sonate A-Dur KV 331.1 (Thema)(E)</span></a></span></td>
<td > 20 note</td>
<td > W.A.Mozart</td>
<td > Arranged by Hans-Martin Meyer-Georges</td>
<td ></a></td>
</tr>
<tr><td ><span style="color: #000000;"><a title="Sonate A-Dur KV 331.1 (Thema)" href="http://www.jellybiscuits.com/mbc/mbp.php?42La6LUD" target="_blank"><span style="color: #000000;">Sonate A-Dur KV 331.1 (Thema)</span></a></span></td>
<td > 20 note</td>
<td > W.A.Mozart</td>
<td > Arranged by Hans-Martin Meyer-Georges</td>
<td ></a></td>
</tr>
<tr><td ><span style="color: #000000;"><a title="Sonate A-Dur KV 331.1 (Var. 4)" href="http://www.jellybiscuits.com/mbc/mbp.php?ZY6H73MV" target="_blank"><span style="color: #000000;">Sonate A-Dur KV 331.1 (Var. 4)</span></a></span></td>
<td > 20 note</td>
<td > W.A.Mozart</td>
<td > Arranged by Hans-Martin Meyer-Georges</td>
<td ></a></td>
</tr>
<tr><td ><span style="color: #000000;"><a title="Sonate A-Dur KV 331.1 (Var. 6)" href="http://www.jellybiscuits.com/mbc/mbp.php?6jC36n9R" target="_blank"><span style="color: #000000;">Sonate A-Dur KV 331.1 (Var. 6)</span></a></span></td>
<td > 20 note</td>
<td > W.A.Mozart</td>
<td > Arranged by Hans-Martin Meyer-Georges</td>
<td ></a></td>
</tr>
<tr><td ><span style="color: #000000;"><a title="Street Piano Medley [3.Irish Tune]" href="http://www.jellybiscuits.com/mbc/mbp.php?46w5OKJn" target="_blank"><span style="color: #000000;">Street Piano Medley [3.Irish Tune]</span></a></span></td>
<td > 20 note</td>
<td > A.Molinari</td>
<td > Arranged by Hans-Martin Meyer-Georges</td>
<td ></a></td>
</tr>
<tr><td ><span style="color: #000000;"><a title="Te Deum Ouverture" href="http://www.jellybiscuits.com/mbc/mbp.php?DDM3y6Vi" target="_blank"><span style="color: #000000;">Te Deum Ouverture</span></a></span></td>
<td > 20 note</td>
<td > M.A.Charpentier</td>
<td > Arranged by Hans-Martin Meyer-Georges</td>
<td ></a></td>
</tr>
<tr><td ><span style="color: #000000;"><a title="The Entertainer" href="http://www.jellybiscuits.com/mbc/mbp.php?o6M8Np77" target="_blank"><span style="color: #000000;">The Entertainer</span></a></span></td>
<td > 20 note</td>
<td > Scott Joplin</td>
<td > Arranged by Hans-Martin Meyer-Georges</td>
<td ></a></td>
</tr>
<tr><td ><span style="color: #000000;"><a title="The Entertainer (shorter)" href="http://www.jellybiscuits.com/mbc/mbp.php?5AjAEl6l" target="_blank"><span style="color: #000000;">The Entertainer (shorter)</span></a></span></td>
<td > 20 note</td>
<td > Scott Joplin</td>
<td > Arranged by Hans-Martin Meyer-Georges</td>
<td ></a></td>
</tr>
<tr><td ><span style="color: #000000;"><a title="Tiger Rag" href="http://www.jellybiscuits.com/mbc/mbp.php?FImmA97N" target="_blank"><span style="color: #000000;">Tiger Rag</span></a></span></td>
<td > 20 note</td>
<td > Scott Joplin</td>
<td > Arranged by Hans-Martin Meyer-Georges</td>
<td ></a></td>
</tr>
<tr><td ><span style="color: #000000;"><a title="Wilhelmus van Nassouwe" href="http://www.jellybiscuits.com/mbc/mbp.php?3cYfr5G3" target="_blank"><span style="color: #000000;">Wilhelmus van Nassouwe</span></a></span></td>
<td > 20 note</td>
<td > National Anthem of the Netherlands</td>
<td > Arranged by Hans-Martin Meyer-Georges</td>
<td ></a></td>
</tr>
<tr><td ><span style="color: #000000;"><a title="Wohlt Clav II Praeludium & Fuga I [BWV 870]" href="http://www.jellybiscuits.com/mbc/mbp.php?ixwU654h" target="_blank"><span style="color: #000000;">Wohlt Clav II Praeludium & Fuga I [BWV 870]</span></a></span></td>
<td > 20 note</td>
<td > J.S.Bach</td>
<td > Arranged by Hans-Martin Meyer-Georges</td>
<td ></a></td>
</tr>
<tr><td ><span style="color: #000000;"><a title="Wohlt Clav II Praeludium & Fuga V [BWV 874]" href="http://www.jellybiscuits.com/mbc/mbp.php?2odFyo7f" target="_blank"><span style="color: #000000;">Wohlt Clav II Praeludium & Fuga V [BWV 874]</span></a></span></td>
<td > 20 note</td>
<td > J.S.Bach</td>
<td > Arranged by Hans-Martin Meyer-Georges</td>
<td ></a></td>
</tr>
<tr><td ><span style="color: #000000;"><a title="Zauberfloete [620.20]" href="http://www.jellybiscuits.com/mbc/mbp.php?61mKg1hw" target="_blank"><span style="color: #000000;">Zauberfloete [620.20]</span></a></span></td>
<td > 20 note</td>
<td > W.A.Mozart</td>
<td > Arranged by Hans-Martin Meyer-Georges</td>
<td ></a></td>
</tr>
<tr><td ><span style="color: #000000;"><a title="Zauberfloete [620.2]" href="http://www.jellybiscuits.com/mbc/mbp.php?cq2643QC" target="_blank"><span style="color: #000000;">Zauberfloete [620.2]</span></a></span></td>
<td > 20 note</td>
<td > W.A.Mozart</td>
<td > Arranged by Hans-Martin Meyer-Georges</td>
<td ></a></td>
</tr>
</tbody></table>
<p><a href="http://itunes.apple.com/app/music-box-composer/id513522747?mt=8"><img title="App_Store_Badge_EN_small_02" src="http://www.jellybiscuits.com/wp/wp-content/uploads/2010/10/App_Store_Badge_EN_small_02.png" alt="" width="134" height="47" /> </a><a href="https://play.google.com/store/apps/details?id=com.jellybiscuits.mBxComposer"><img src="http://www.android.com/images/brand/get_it_on_play_logo_small.png" alt="Get it on Google Play" /></a></p>
</div>
</div>
</div>
<!-- END OF CONTENT -->
<!-- BEGIN OF FOOTER -->
<div id="bottom-container">
<div id="footer-content">
<!-- begin of footer-address -->
<div id="footer-address">
<img src="http://www.jellybiscuits.com/wp/wp-content/uploads/2010/11/headLogo4.png " alt="Jelly Biscuits" />
<p>Melbourne, Australia</p>
<p>
Phone +61 3 95053859,
<br/>
Email [email protected] </p>
</div>
<!-- end of footer-address -->
<div id="footer-news">
<h3>Company News</h3> <ul class="list-bottom">
<li><a href="http://www.jellybiscuits.com/?p=778">Music Box Composer 2.1 now available - <strong>22 November 2012</strong></a></li>
<li><a href="http://www.jellybiscuits.com/?p=728">Slice of Bread goes to the Beach on Android - <strong>26 August 2012</strong></a></li>
<li><a href="http://www.jellybiscuits.com/?p=725">Music Box Composer 1.2 update now available - <strong>10 May 2012</strong></a></li>
<li><a href="http://www.jellybiscuits.com/?p=722">Music Box Composer 1.2 - <strong>07 May 2012</strong></a></li>
</ul>
</div>
<!-- begin of footer-menu and copyright -->
<div id="footer-last">
<div id="footer-menu">
</div>
<div id="footer-copyright">
Copyright 2010 Jelly Biscuits </div>
</div>
<!-- end of footer-menu and copyright -->
</div>
</div>
<!-- END OF FOOTER -->
</div>
</body>
</html>