-
Notifications
You must be signed in to change notification settings - Fork 0
/
music2679.html
883 lines (627 loc) · 56.6 KB
/
music2679.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
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML+RDFa 1.0//EN"
"http://www.w3.org/MarkUp/DTD/xhtml-rdfa-1.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en" version="XHTML+RDFa 1.0" dir="ltr"
xmlns:content="http://purl.org/rss/1.0/modules/content/"
xmlns:dc="http://purl.org/dc/terms/"
xmlns:foaf="http://xmlns.com/foaf/0.1/"
xmlns:og="http://ogp.me/ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
xmlns:sioc="http://rdfs.org/sioc/ns#"
xmlns:sioct="http://rdfs.org/sioc/types#"
xmlns:skos="http://www.w3.org/2004/02/skos/core#"
xmlns:xsd="http://www.w3.org/2001/XMLSchema#">
<!-- Mirrored from www.robshouse.net/music?page=1 by HTTrack Website Copier/3.x [XR&CO'2014], Wed, 26 Jan 2022 12:01:06 GMT -->
<!-- Added by HTTrack --><meta http-equiv="content-type" content="text/html;charset=utf-8" /><!-- /Added by HTTrack -->
<head profile="http://www.w3.org/1999/xhtml/vocab">
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="Generator" content="Drupal 7 (http://drupal.org)" />
<link rel="alternate" type="application/rss+xml" title="Music" href="music.xml" />
<link rel="shortcut icon" href="http://www.robshouse.net/misc/favicon.ico" type="image/vnd.microsoft.icon" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Music | RobsHouse.net [Arichive]</title>
<link type="text/css" rel="stylesheet" href="sites/default/files/css/css_xE-rWrJf-fncB6ztZfd2huxqgxu4WO-qwma6Xer30m4.css" media="all" />
<link type="text/css" rel="stylesheet" href="sites/default/files/css/css_7lF-Ou5Lrtcb7Qz3tvIwPBteZYL_XfoYHFIDYyp2kgs.css" media="all" />
<link type="text/css" rel="stylesheet" href="sites/default/files/css/css_E_zalDBl5HRkhOxFIkB1BiqNzBscpF_06Jftjhs4dFU.css" media="all" />
<link type="text/css" rel="stylesheet" href="sites/default/files/css/css_G9ZPvxbrJMswp5leAey9VkIKcnaMj6STtAS-Uy4Z6LM.css" media="all" />
<script type="text/javascript" src="sites/default/files/js/js_yMSKTzBO0KmozyLwajzFOrrt_kto_9mtccAkb0rm7gc.js"></script>
<script type="text/javascript" src="sites/default/files/js/js_eYYzMTEhy1avDvCymxlR3i6kn7-s4HBvj4OtULYztpU.js"></script>
<script type="text/javascript">
<!--//--><![CDATA[//><!--
(function(i,s,o,g,r,a,m){i["GoogleAnalyticsObject"]=r;i[r]=i[r]||function(){(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)})(window,document,"script","https://www.google-analytics.com/analytics.js","ga");ga("create", "UA-30340450-1", {"cookieDomain":"auto"});ga("send", "pageview");
//--><!]]>
</script>
<script type="text/javascript" src="sites/default/files/js/js_Eh5YD_NaSuBo42t5SlHViIi6IWnv39zd1xoGFNpXspU.js"></script>
<script type="text/javascript">
<!--//--><![CDATA[//><!--
jQuery.extend(Drupal.settings, {"basePath":"\/","pathPrefix":"","ajaxPageState":{"theme":"acq_robshouse","theme_token":"ogtok1T9BcOj6c3EbtNMApZOxKi6qewGsM_g3UyUfCs","js":{"misc\/jquery.js":1,"misc\/jquery-extend-3.4.0.js":1,"misc\/jquery-html-prefilter-3.5.0-backport.js":1,"misc\/jquery.once.js":1,"misc\/drupal.js":1,"sites\/all\/modules\/timeago\/timeago.js":1,"sites\/default\/libraries\/timeago\/jquery.timeago.js":1,"sites\/all\/modules\/google_analytics\/googleanalytics.js":1,"0":1,"sites\/default\/themes\/acq_robshouse\/local.js":1},"css":{"modules\/system\/system.base.css":1,"modules\/system\/system.menus.css":1,"modules\/system\/system.messages.css":1,"modules\/system\/system.theme.css":1,"sites\/all\/modules\/date\/date_repeat_field\/date_repeat_field.css":1,"modules\/field\/theme\/field.css":1,"modules\/node\/node.css":1,"modules\/search\/search.css":1,"modules\/user\/user.css":1,"sites\/all\/modules\/views\/css\/views.css":1,"sites\/all\/modules\/ctools\/css\/ctools.css":1,"sites\/default\/files\/css\/follow.css":1,"sites\/default\/themes\/acq_robshouse\/defaults.css":1,"sites\/default\/themes\/acq_robshouse\/style.css":1,"sites\/default\/themes\/acq_robshouse\/palette.css":1,"sites\/default\/themes\/acq_robshouse\/custom.css":1,"sites\/default\/themes\/acq_robshouse\/advanced.css":1,"sites\/default\/themes\/acq_robshouse\/font-families.css":1}},"googleanalytics":{"trackOutbound":1,"trackMailto":1,"trackDownload":1,"trackDownloadExtensions":"7z|aac|arc|arj|asf|asx|avi|bin|csv|doc(x|m)?|dot(x|m)?|exe|flv|gif|gz|gzip|hqx|jar|jpe?g|js|mp(2|3|4|e?g)|mov(ie)?|msi|msp|pdf|phps|png|ppt(x|m)?|pot(x|m)?|pps(x|m)?|ppam|sld(x|m)?|thmx|qtm?|ra(m|r)?|sea|sit|tar|tgz|torrent|txt|wav|wma|wmv|wpd|xls(x|m|b)?|xlt(x|m)|xlam|xml|z|zip"},"urlIsAjaxTrusted":{"\/music?page=1":true}});
//--><!]]>
</script>
</head>
<body class="html not-front not-logged-in no-sidebars page-music theme-markup-2 body-layout-fixed-ac" >
<div id="skip-to-content">
<a href="#skip-to-content-target">Skip directly to content</a>
</div>
<!--[if IE ]>
<div id="gardens_ie">
<![endif]-->
<!--[if IE 8]>
<div id="gardens_ie8">
<![endif]-->
<!--[if IE 7]>
<div id="gardens_ie7">
<![endif]-->
<!--[if lt IE 7]>
<div id="gardens_ie-deprecated">
<![endif]-->
<!-- Hosted on Platform.sh -->
<div id="page" class="page clearfix tb-terminal">
<div id="page-deco-top" class="deco-page-top deco-page deco-top deco tb-scope tb-scope-prefer">
<div class="width deco-width inner tb-terminal">
<div class="layer-a layer"></div>
<div class="layer-b layer"></div>
<div class="layer-c layer"></div>
<div class="layer-d layer"></div>
</div>
</div>
<div id="page-deco-bottom" class="deco-page-bottom deco-page deco-bottom deco tb-scope tb-scope-prefer">
<div class="width deco-width inner tb-terminal">
<div class="layer-a layer"></div>
<div class="layer-b layer"></div>
<div class="layer-c layer"></div>
<div class="layer-d layer"></div>
</div>
</div>
<div class="page-width tb-scope">
<div class="lining tb-terminal"> <!-- Broken out of .page-width to avoid update issues with margin: 0 auto being undone -->
<div id="header" class="wrapper-header wrapper clearfix tb-scope">
<div id="header-deco-top" class="deco-header-top deco-header deco-top deco tb-scope tb-scope-prefer">
<div class="width deco-width inner tb-terminal">
<div class="layer-a layer"></div>
<div class="layer-b layer"></div>
<div class="layer-c layer"></div>
<div class="layer-d layer"></div>
</div>
</div>
<div id="header-deco-bottom" class="deco-header-bottom deco-header deco-bottom deco tb-scope tb-scope-prefer">
<div class="width deco-width inner tb-terminal">
<div class="layer-a layer"></div>
<div class="layer-b layer"></div>
<div class="layer-c layer"></div>
<div class="layer-d layer"></div>
</div>
</div>
<div id="preheader" class="stack-preheader stack-pre stack col-align-last-right horizontal clearfix tb-scope">
<div class="stack-width inset-1 inset tb-terminal">
<div class="inset-2 inset tb-terminal">
<div class="inset-3 inset tb-terminal">
<div class="inset-4 inset tb-terminal">
<div class="box col-1 clearfix tb-terminal">
<div class="col-first col only last tb-height-balance tb-terminal">
<div id="preheader-first-region" class="tb-region tb-scope">
<div class="region region-preheader-first">
<div id="block-follow-site" class="block block-follow clearfix">
<div class="inner tb-terminal">
<div class="top"><div class="top-inset-1 tb-terminal"><div class="top-inset-2 tb-terminal"></div></div></div>
<div class="middle tb-terminal">
<div class="content">
<div class='follow-links clearfix site'><div class='follow-link-wrapper follow-link-wrapper-linkedin'><a href="http://www.linkedin.com/in/roberttdouglass" class="follow-link follow-link-linkedin follow-link-site" title="Follow me on LinkedIn">LinkedIn</a>
</div><div class='follow-link-wrapper follow-link-wrapper-twitter'><a href="https://twitter.com/#!/robertDouglass" class="follow-link follow-link-twitter follow-link-site" title="Follow me on Twitter">Twitter</a>
</div><div class='follow-link-wrapper follow-link-wrapper-this-site'><a href="rss.xml" class="follow-link follow-link-this-site follow-link-site" title="Follow me on This site (RSS)">This site (RSS)</a>
</div></div> </div>
</div>
<div class="bottom"><div class="bottom-inset-1 tb-terminal"><div class="bottom-inset-2 tb-terminal"></div></div></div>
</div>
</div>
</div>
</div>
</div> <!-- /#preheader-first-region -->
</div>
</div>
</div>
</div>
</div>
</div>
<div id="header-inner" class="stack-header-inner stack clearfix tb-scope">
<div class="stack-width inset-1 inset tb-terminal tb-header-inner-1">
<div class="inset-2 inset tb-terminal tb-header-inner-2">
<div class="inset-3 inset tb-terminal">
<div class="inset-4 inset tb-terminal">
<div class="box col-4 clearfix tb-terminal">
<div class=" col col-first right tb-height-balance tb-terminal">
<div id="header-region" class="tb-region tb-scope">
<div class="region region-header">
<div id="block-block-17" class="block block-block clearfix">
<div class="inner tb-terminal">
<div class="top"><div class="top-inset-1 tb-terminal"><div class="top-inset-2 tb-terminal"></div></div></div>
<div class="middle tb-terminal">
<div class="content">
<div id="header-text">
<span id="site-title"><br /><h1>Robshouse.net [Archive]</h1>
<p></p></span><br /><span id="site-tagline"><br /><h2>Archival personal site of Robert Douglass.</h2>
<p></p></span>
</div>
</div>
</div>
<div class="bottom"><div class="bottom-inset-1 tb-terminal"><div class="bottom-inset-2 tb-terminal"></div></div></div>
</div>
</div>
</div>
</div>
</div>
<div class="col-c tb-primary tb-height-balance">
<p id="site-slogan" class="site-slogan"></p>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- Navigation -->
<div id="navigation" class="stack-navigation stack horizontal pulldown clearfix tb-scope">
<div class="stack-width inset-1 inset tb-terminal">
<div class="inset-2 inset tb-terminal">
<div class="inset-3 inset tb-terminal">
<div class="inset-4 inset tb-terminal">
<div class="box col-1 clearfix tb-terminal">
<div id="navigation-region" class="col tb-region tb-scope tb-height-balance">
<div class="region region-navigation">
<div id="block-system-main-menu" class="block block-system block-menu clearfix">
<div class="inner tb-terminal">
<div class="top"><div class="top-inset-1 tb-terminal"><div class="top-inset-2 tb-terminal"></div></div></div>
<div class="middle tb-terminal">
<div class="content">
<ul class="menu"><li class="first leaf"><a href="index.html">Home</a></li>
<li class="leaf"><a href="content/robert-douglass.html" title="Resume and CV of Robert Douglass">About Robert</a></li>
<li class="leaf"><a href="drupal.html">Drupal</a></li>
<li class="leaf active-trail"><a href="music.html" class="active-trail active">Music</a></li>
<li class="last leaf"><a href="other-stuff.html">Other stuff</a></li>
</ul> </div>
</div>
<div class="bottom"><div class="bottom-inset-1 tb-terminal"><div class="bottom-inset-2 tb-terminal"></div></div></div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div> <!-- /#header -->
<div id="content" class="wrapper-content wrapper clearfix tb-scope">
<div class="wrapper-1 tb-terminal tb-content-wrapper-1">
<div id="content-deco-top" class="deco-content-top deco-content deco-top deco tb-scope tb-scope-prefer">
<div class="width deco-width inner tb-terminal">
<div class="layer-a layer"></div>
<div class="layer-b layer"></div>
<div class="layer-c layer"></div>
<div class="layer-d layer"></div>
</div>
</div>
<div id="content-deco-bottom" class="deco-content-bottom deco-content deco-bottom deco tb-scope tb-scope-prefer">
<div class="width deco-width inner tb-terminal">
<div class="layer-a layer"></div>
<div class="layer-b layer"></div>
<div class="layer-c layer"></div>
<div class="layer-d layer"></div>
</div>
</div>
<div id="breadcrumb" class="stack-breadcrumb stack clearfix tb-scope">
<div class="stack-width inset-1 inset tb-terminal">
<div class="inset-2 inset tb-terminal">
<div class="inset-3 inset tb-terminal">
<div class="inset-4 inset tb-terminal">
<div class="box col-1 clearfix tb-terminal">
<div id="breadcrumb-region" class="col tb-region tb-scope tb-height-balance">
<h2 class="element-invisible">You are here</h2><div class="breadcrumb"><a href="index.html">Home</a></div> </div>
</div>
</div>
</div>
</div>
</div>
</div>
<div id="content-inner" class="stack-content-inner stack clearfix tb-scope">
<div class="stack-width inset-1 inset tb-terminal">
<div class="inset-2 inset tb-terminal">
<div class="inset-3 inset tb-terminal">
<div class="inset-4 inset tb-terminal">
<div class="box clearfix tb-terminal tb-preview-shuffle-regions">
<div id="sidebar-a" class="col-a sidebar left tb-height-balance tb-region tb-scope tb-sidebar tb-left">
<div class="region region-sidebar-a">
<div id="block-search-form" class="block block-search clearfix">
<div class="inner tb-terminal">
<div class="top"><div class="top-inset-1 tb-terminal"><div class="top-inset-2 tb-terminal"></div></div></div>
<div class="middle tb-terminal">
<div class="content">
<form action="http://www.robshouse.net/music?page=1" method="post" id="search-block-form" accept-charset="UTF-8"><div><div class="container-inline">
<h2 class="element-invisible">Search form</h2>
<div class="form-item form-type-textfield form-item-search-block-form">
<label class="element-invisible" for="edit-search-block-form--2">Search </label>
<input title="Enter the terms you wish to search for." type="text" id="edit-search-block-form--2" name="search_block_form" value="" size="15" maxlength="128" class="form-text" />
</div>
<div class="form-actions form-wrapper" id="edit-actions"><input type="submit" id="edit-submit" name="op" value="Search" class="form-submit" /></div><input type="hidden" name="form_build_id" value="form-uUwQ5jBLI9JtphERN-bqDB3s9RWQ1Q1TLnsb2MGGDMA" />
<input type="hidden" name="form_id" value="search_block_form" />
</div>
</div></form> </div>
</div>
<div class="bottom"><div class="bottom-inset-1 tb-terminal"><div class="bottom-inset-2 tb-terminal"></div></div></div>
</div>
</div>
<div id="block-block-19" class="block block-block clearfix">
<div class="inner tb-terminal">
<div class="top"><div class="top-inset-1 tb-terminal"><div class="top-inset-2 tb-terminal"></div></div></div>
<div class="middle tb-terminal">
<h2>Kimiko Ishizaka on Bandcamp</h2>
<div class="content">
<iframe style="border: 0; width: 200px; height: 342px;" src="https://bandcamp.com/EmbeddedPlayer/album=4173461786/size=large/bgcol=ffffff/linkcol=0687f5/tracklist=false/transparent=true/" seamless=""><a href="http://kimikoishizaka.bandcamp.com/album/j-s-bach-open-goldberg-variations-bwv-988-piano">J.S. Bach: "Open" Goldberg Variations, BWV 988 (Piano) by Kimiko Ishizaka</a></iframe> </div>
</div>
<div class="bottom"><div class="bottom-inset-1 tb-terminal"><div class="bottom-inset-2 tb-terminal"></div></div></div>
</div>
</div>
</div>
</div>
<!-- end sidebars -->
<div id="main" class="col-c tb-height-balance tb-region tb-scope tb-primary">
<div class="pane">
<a id="skip-to-content-target" class="skip-to-link" title="Target of skip-to-content link"></a>
<h1 class="title" id="page-title">Music</h1>
<div class="tabs"></div>
<div id="content-area" class="content-area"> <div class="region region-content">
<div id="block-system-main" class="block block-system clearfix">
<div class="inner tb-terminal">
<div class="top"><div class="top-inset-1 tb-terminal"><div class="top-inset-2 tb-terminal"></div></div></div>
<div class="middle tb-terminal">
<div class="content">
<div class="view view-music view-id-music view-display-id-page view-dom-id-00c64fe75f319af657dfe7361a7bda67">
<div class="view-content">
<div class="views-row views-row-1 views-row-odd views-row-first">
<div id="node-266" class="node node-blog node-promoted node-teaser odd clearfix" about="/content/your-turn-help-blind-musicians-have-music-read" typeof="sioc:Post sioct:BlogPost">
<div class="float-overflow tb-terminal">
<h2><a href="content/your-turn-help-blind-musicians-have-music-read.html">Your turn: help blind musicians have music to read</a></h2>
<span property="dc:title" content="Your turn: help blind musicians have music to read" class="rdf-meta element-hidden"></span>
<div class="meta">
<div class="submitted">Submitted by <span class="username"><span rel="sioc:has_creator"><span class="username" xml:lang="" about="/users/robertdouglass" typeof="sioc:UserAccount" property="foaf:name" datatype="">robertDouglass</span></span></span> </div>
<div class="created">on <span class="date"><span property="dc:date dc:created" content="2013-10-09T11:34:26+00:00" datatype="xsd:dateTime">Wed, 10/09/2013 - 11:34</span></span></div>
</div>
<div class="content">
<div class="field field-name-body field-type-text-with-summary field-label-hidden"><div class="field-items"><div class="field-item even" property="content:encoded"><p>Did you know that blind musicians are just as capable as sighted musicians? Of course you did! Stevie Wonder and Ray Charles made sure of that. But they didn't have to read music to achieve their success. Blind musians who need to read notes, to play Bach, Beethoven, or Mozart, need scores in braille format. Guess what? These scores don't exist in adequate numbers. Blind musicians give up on their ambitions to study, not because they can't play, but because the world hasn't provided them the scores they need to read.</p></div></div></div> </div>
<div class="tags">
<div class="field field-name-field-tags field-type-taxonomy-term-reference field-label-above"><div class="field-label">Tags: </div><div class="field-items"><div class="field-item even"><a href="tags/music.html" typeof="skos:Concept" property="rdfs:label skos:prefLabel" datatype="">Music</a></div></div></div> </div>
</div>
<ul class="links inline"><li class="node-readmore first last"><a href="content/your-turn-help-blind-musicians-have-music-read.html" rel="tag" title="Your turn: help blind musicians have music to read">Read more<span class="element-invisible"> about Your turn: help blind musicians have music to read</span></a></li>
</ul>
</div>
</div>
<div class="views-row views-row-2 views-row-even">
<div id="node-256" class="node node-blog node-promoted node-teaser even clearfix" about="/content/open-source-music-video-drupalcon-session" typeof="sioc:Post sioct:BlogPost">
<div class="float-overflow tb-terminal">
<h2><a href="content/open-source-music-video-drupalcon-session.html">Open Source Music - Video from the DrupalCon Session</a></h2>
<span property="dc:title" content="Open Source Music - Video from the DrupalCon Session" class="rdf-meta element-hidden"></span>
<div class="meta">
<div class="submitted">Submitted by <span class="username"><span rel="sioc:has_creator"><span class="username" xml:lang="" about="/users/robertdouglass" typeof="sioc:UserAccount" property="foaf:name" datatype="">robertDouglass</span></span></span> </div>
<div class="created">on <span class="date"><span property="dc:date dc:created" content="2013-09-28T20:14:59+00:00" datatype="xsd:dateTime">Sat, 09/28/2013 - 20:14</span></span></div>
</div>
<div class="content">
<div class="field field-name-body field-type-text-with-summary field-label-hidden"><div class="field-items"><div class="field-item even" property="content:encoded"><p>The "Bach to the Future" session at DrupalCon Prague was fun, and a success, I think. Together with my wife, pianist Kimiko Ishizaka, I presented the concept of open source music, showed how Drupal is enabling the MuseScore project to thrive and treat musical scores as semantic content, and gave a demonstration showing the cool things you can do with digital scores and live performances. Kimiko Ishizaka played a selection of pieces from the Well-Tempered Clavier on the venue's Steinway grand piano, and it was a lovely way to start the final day of DrupalCon.</p></div></div></div> </div>
<div class="tags">
<div class="field field-name-field-tags field-type-taxonomy-term-reference field-label-above"><div class="field-label">Tags: </div><div class="field-items"><div class="field-item even"><a href="tags/drupal-planet.html" typeof="skos:Concept" property="rdfs:label skos:prefLabel" datatype="">Drupal Planet</a></div><div class="field-item odd"><a href="tags/music.html" typeof="skos:Concept" property="rdfs:label skos:prefLabel" datatype="">Music</a></div></div></div> </div>
</div>
<ul class="links inline"><li class="node-readmore first last"><a href="content/open-source-music-video-drupalcon-session.html" rel="tag" title="Open Source Music - Video from the DrupalCon Session">Read more<span class="element-invisible"> about Open Source Music - Video from the DrupalCon Session</span></a></li>
</ul>
</div>
</div>
<div class="views-row views-row-3 views-row-odd">
<div id="node-251" class="node node-blog node-promoted node-teaser odd clearfix" about="/content/open-well-tempered-clavier-bach-everybody" typeof="sioc:Post sioct:BlogPost">
<div class="float-overflow tb-terminal">
<h2><a href="content/open-well-tempered-clavier-bach-everybody.html">The Open Well-Tempered Clavier: Bach for everybody</a></h2>
<span property="dc:title" content="The Open Well-Tempered Clavier: Bach for everybody" class="rdf-meta element-hidden"></span>
<div class="meta">
<div class="submitted">Submitted by <span class="username"><span rel="sioc:has_creator"><span class="username" xml:lang="" about="/users/robertdouglass" typeof="sioc:UserAccount" property="foaf:name" datatype="">robertDouglass</span></span></span> </div>
<div class="created">on <span class="date"><span property="dc:date dc:created" content="2013-09-21T20:55:44+00:00" datatype="xsd:dateTime">Sat, 09/21/2013 - 20:55</span></span></div>
</div>
<div class="content">
<div class="field field-name-body field-type-text-with-summary field-label-hidden"><div class="field-items"><div class="field-item even" property="content:encoded"><p>I have come to love the music of J.S. Bach more than I thought would ever be possible. Every day when I listen to music, whether on iTunes, Spotify, or drawing from my CD collection, I am saddened that the one recording that I most desperately want to hear is not available to me. That's because it doesn't exist yet. The recording I so yearn for is Kimiko Ishizaka's recording of the Well-Tempered Clavier. She has found a level of profound beauty in these 48 pieces that is breathtaking. I can hardly wait for the world to hear it. Please support us in making that a reality by <a href="http://www.kickstarter.com/projects/293573191/open-well-tempered-clavier-bah-to-bach">backing our Kickstarter project</a>. Thank you!</p>
<p><iframe frameborder="0" height="480" src="http://www.kickstarter.com/projects/293573191/open-well-tempered-clavier-bah-to-bach/widget/video.html" width="640"></iframe></p>
</div></div></div> </div>
<div class="tags">
<div class="field field-name-field-tags field-type-taxonomy-term-reference field-label-above"><div class="field-label">Tags: </div><div class="field-items"><div class="field-item even"><a href="tags/music.html" typeof="skos:Concept" property="rdfs:label skos:prefLabel" datatype="">Music</a></div></div></div> </div>
</div>
<ul class="links inline"><li class="node-readmore first last"><a href="content/open-well-tempered-clavier-bach-everybody.html" rel="tag" title="The Open Well-Tempered Clavier: Bach for everybody">Read more<span class="element-invisible"> about The Open Well-Tempered Clavier: Bach for everybody</span></a></li>
</ul>
</div>
</div>
<div class="views-row views-row-4 views-row-even">
<div id="node-246" class="node node-blog node-promoted node-teaser even clearfix" about="/content/new-dvd-trailer-fractal-zone" typeof="sioc:Post sioct:BlogPost">
<div class="float-overflow tb-terminal">
<h2><a href="content/new-dvd-trailer-fractal-zone.html">New DVD Trailer: The Fractal Zone</a></h2>
<span property="dc:title" content="New DVD Trailer: The Fractal Zone" class="rdf-meta element-hidden"></span>
<div class="meta">
<div class="submitted">Submitted by <span class="username"><span rel="sioc:has_creator"><span class="username" xml:lang="" about="/users/robertdouglass" typeof="sioc:UserAccount" property="foaf:name" datatype="">robertDouglass</span></span></span> </div>
<div class="created">on <span class="date"><span property="dc:date dc:created" content="2013-08-16T22:30:28+00:00" datatype="xsd:dateTime">Fri, 08/16/2013 - 22:30</span></span></div>
</div>
<div class="content">
<div class="field field-name-body field-type-text-with-summary field-label-hidden"><div class="field-items"><div class="field-item even" property="content:encoded"><p>Landscape Windscreen has released a second trailer for the "Project Goldberg: A Fractal Journey" DVD. There's still time to <a href="http://kck.st/12tones">back the project on Kickstarter and order your DVD or HD download</a> of the video. Enjoy!</p>
<p><iframe allowfullscreen="" frameborder="0" height="480" src="http://www.youtube.com/embed/s4A4cO1lRIE" width="640"></iframe></p>
</div></div></div> </div>
<div class="tags">
<div class="field field-name-field-tags field-type-taxonomy-term-reference field-label-above"><div class="field-label">Tags: </div><div class="field-items"><div class="field-item even"><a href="tags/music.html" typeof="skos:Concept" property="rdfs:label skos:prefLabel" datatype="">Music</a></div><div class="field-item odd"><a href="tags/kickstarter.html" typeof="skos:Concept" property="rdfs:label skos:prefLabel" datatype="">Kickstarter</a></div></div></div> </div>
</div>
<ul class="links inline"><li class="node-readmore first last"><a href="content/new-dvd-trailer-fractal-zone.html" rel="tag" title="New DVD Trailer: The Fractal Zone">Read more<span class="element-invisible"> about New DVD Trailer: The Fractal Zone</span></a></li>
</ul>
</div>
</div>
<div class="views-row views-row-5 views-row-odd">
<div id="node-241" class="node node-blog node-promoted node-teaser odd clearfix" about="/content/last-weekend-i-took-kimiko-ishizaka-greatest-geek-event-ive-ever-been" typeof="sioc:Post sioct:BlogPost">
<div class="float-overflow tb-terminal">
<h2><a href="content/last-weekend-i-took-kimiko-ishizaka-greatest-geek-event-ive-ever-been.html">Last weekend I took Kimiko Ishizaka to the greatest geek event I've ever been to</a></h2>
<span property="dc:title" content="Last weekend I took Kimiko Ishizaka to the greatest geek event I've ever been to" class="rdf-meta element-hidden"></span>
<div class="meta">
<div class="submitted">Submitted by <span class="username"><span rel="sioc:has_creator"><span class="username" xml:lang="" about="/users/robertdouglass" typeof="sioc:UserAccount" property="foaf:name" datatype="">robertDouglass</span></span></span> </div>
<div class="created">on <span class="date"><span property="dc:date dc:created" content="2013-08-10T20:29:21+00:00" datatype="xsd:dateTime">Sat, 08/10/2013 - 20:29</span></span></div>
</div>
<div class="content">
<div class="field field-name-body field-type-text-with-summary field-label-hidden"><div class="field-items"><div class="field-item even" property="content:encoded"><div>Observe. Hack. Make. That was the name of <a href="https://ohm2013.org/site/">the event that drew over 3,000 people to a pasture in northern Holland</a> last week. Every attendee is considered a volunteer, and the atmosphere of cooperation and collaboration is palpable and refreshing. So was the utter concern with the state of privacy, freedom of speech, human rights, and the future of the internet. The conference started off with an address - delivered remotely - by Wikileaks founder Julian Assange, and it just got better after that. Here's a selection of some of my favorite titles.</div></div></div></div> </div>
<div class="tags">
<div class="field field-name-field-tags field-type-taxonomy-term-reference field-label-above"><div class="field-label">Tags: </div><div class="field-items"><div class="field-item even"><a href="tags/ohm2013.html" typeof="skos:Concept" property="rdfs:label skos:prefLabel" datatype="">OHM2013</a></div><div class="field-item odd"><a href="tags/kimiko-ishizaka.html" typeof="skos:Concept" property="rdfs:label skos:prefLabel" datatype="">Kimiko Ishizaka</a></div><div class="field-item even"><a href="tags/music.html" typeof="skos:Concept" property="rdfs:label skos:prefLabel" datatype="">Music</a></div></div></div> </div>
</div>
<ul class="links inline"><li class="node-readmore first last"><a href="content/last-weekend-i-took-kimiko-ishizaka-greatest-geek-event-ive-ever-been.html" rel="tag" title="Last weekend I took Kimiko Ishizaka to the greatest geek event I've ever been to">Read more<span class="element-invisible"> about Last weekend I took Kimiko Ishizaka to the greatest geek event I've ever been to</span></a></li>
</ul>
</div>
</div>
<div class="views-row views-row-6 views-row-even">
<div id="node-236" class="node node-blog node-promoted node-teaser even clearfix" about="/content/i-found-edward-snowden-hes-stage-moscow" typeof="sioc:Post sioct:BlogPost">
<div class="float-overflow tb-terminal">
<h2><a href="content/i-found-edward-snowden-hes-stage-moscow.html">I found Edward Snowden - he's on stage in Moscow</a></h2>
<span property="dc:title" content="I found Edward Snowden - he's on stage in Moscow" class="rdf-meta element-hidden"></span>
<div class="meta">
<div class="submitted">Submitted by <span class="username"><span rel="sioc:has_creator"><span class="username" xml:lang="" about="/users/robertdouglass" typeof="sioc:UserAccount" property="foaf:name" datatype="">robertDouglass</span></span></span> </div>
<div class="created">on <span class="date"><span property="dc:date dc:created" content="2013-08-10T18:54:12+00:00" datatype="xsd:dateTime">Sat, 08/10/2013 - 18:54</span></span></div>
</div>
<div class="content">
<div class="field field-name-body field-type-text-with-summary field-label-hidden"><div class="field-items"><div class="field-item even" property="content:encoded"><p><a class="twitter-share-button" data-via="robertDouglass" href="https://twitter.com/share">Tweet</a> </p>
<script>
<!--//--><![CDATA[// ><!--
!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0],p=/^http:/.test(d.location)?'http':'https';if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src=p+'://platform.twitter.com/widgets.js';fjs.parentNode.insertBefore(js,fjs);}}(document, 'script', 'twitter-wjs');
//--><!]]>
</script><p>I think I found Edward Snowden. He's on stage at the Moscow conservatory and - who knew? - he plays the best damn Chopin Etudes you'll find on the internet (or in the record store). Wait, it says his name is really Vyacheslav Gryaznov, and in my opinion he's a bigger deal on the piano than most of the popular names you see people raving about. See for yourself.</p>
</div></div></div> </div>
<div class="tags">
<div class="field field-name-field-tags field-type-taxonomy-term-reference field-label-above"><div class="field-label">Tags: </div><div class="field-items"><div class="field-item even"><a href="tags/edward-snowden.html" typeof="skos:Concept" property="rdfs:label skos:prefLabel" datatype="">Edward Snowden</a></div><div class="field-item odd"><a href="tags/vyacheslav-gryaznov.html" typeof="skos:Concept" property="rdfs:label skos:prefLabel" datatype="">Vyacheslav Gryaznov</a></div><div class="field-item even"><a href="tags/piano.html" typeof="skos:Concept" property="rdfs:label skos:prefLabel" datatype="">Piano</a></div><div class="field-item odd"><a href="tags/music.html" typeof="skos:Concept" property="rdfs:label skos:prefLabel" datatype="">Music</a></div></div></div> </div>
</div>
<ul class="links inline"><li class="node-readmore first last"><a href="content/i-found-edward-snowden-hes-stage-moscow.html" rel="tag" title="I found Edward Snowden - he's on stage in Moscow">Read more<span class="element-invisible"> about I found Edward Snowden - he's on stage in Moscow</span></a></li>
</ul>
</div>
</div>
<div class="views-row views-row-7 views-row-odd">
<div id="node-231" class="node node-blog node-promoted node-teaser odd clearfix" about="/content/bringing-bach-drupalcon-and-beyond" typeof="sioc:Post sioct:BlogPost">
<div class="float-overflow tb-terminal">
<h2><a href="content/bringing-bach-drupalcon-and-beyond.html">Bringing Bach to DrupalCon and beyond</a></h2>
<span property="dc:title" content="Bringing Bach to DrupalCon and beyond" class="rdf-meta element-hidden"></span>
<div class="meta">
<div class="submitted">Submitted by <span class="username"><span rel="sioc:has_creator"><span class="username" xml:lang="" about="/users/robertdouglass" typeof="sioc:UserAccount" property="foaf:name" datatype="">robertDouglass</span></span></span> </div>
<div class="created">on <span class="date"><span property="dc:date dc:created" content="2013-08-05T23:38:34+00:00" datatype="xsd:dateTime">Mon, 08/05/2013 - 23:38</span></span></div>
</div>
<div class="content">
<div class="field field-name-body field-type-text-with-summary field-label-hidden"><div class="field-items"><div class="field-item even" property="content:encoded"><div>Open Source Bach. It was an idea so simple yet completely audacious that it made the front pages of BoingBoing and Slashdot, was written about in Wired, The New Yorker, F.A.Z., Spiegel, La Stampa, and brought together a diverse team that included a publisher, a piano manufacturer, and a notation software company. At the center of it all was pianist Kimiko Ishizaka, my wife and muse.</div></div></div></div> </div>
<div class="tags">
<div class="field field-name-field-tags field-type-taxonomy-term-reference field-label-above"><div class="field-label">Tags: </div><div class="field-items"><div class="field-item even"><a href="tags/music.html" typeof="skos:Concept" property="rdfs:label skos:prefLabel" datatype="">Music</a></div><div class="field-item odd"><a href="tags/drupal-planet.html" typeof="skos:Concept" property="rdfs:label skos:prefLabel" datatype="">Drupal Planet</a></div><div class="field-item even"><a href="tags/drupal.html" typeof="skos:Concept" property="rdfs:label skos:prefLabel" datatype="">Drupal</a></div><div class="field-item odd"><a href="tags/kimiko-ishizaka.html" typeof="skos:Concept" property="rdfs:label skos:prefLabel" datatype="">Kimiko Ishizaka</a></div></div></div> </div>
</div>
<ul class="links inline"><li class="node-readmore first last"><a href="content/bringing-bach-drupalcon-and-beyond.html" rel="tag" title="Bringing Bach to DrupalCon and beyond">Read more<span class="element-invisible"> about Bringing Bach to DrupalCon and beyond</span></a></li>
</ul>
</div>
</div>
<div class="views-row views-row-8 views-row-even">
<div id="node-206" class="node node-blog node-promoted node-teaser even clearfix" about="/content/100-goldberg-variations-unboxing" typeof="sioc:Post sioct:BlogPost">
<div class="float-overflow tb-terminal">
<h2><a href="content/100-goldberg-variations-unboxing.html">100 Goldberg Variations - The Unboxing</a></h2>
<span property="dc:title" content="100 Goldberg Variations - The Unboxing" class="rdf-meta element-hidden"></span>
<div class="meta">
<div class="submitted">Submitted by <span class="username"><span rel="sioc:has_creator"><span class="username" xml:lang="" about="/users/robertdouglass" typeof="sioc:UserAccount" property="foaf:name" datatype="">robertDouglass</span></span></span> </div>
<div class="created">on <span class="date"><span property="dc:date dc:created" content="2013-01-18T09:35:25+00:00" datatype="xsd:dateTime">Fri, 01/18/2013 - 09:35</span></span></div>
</div>
<div class="content">
<div class="field field-name-body field-type-text-with-summary field-label-hidden"><div class="field-items"><div class="field-item even" property="content:encoded"><p>On a cold winter day in Germany, I received two boxes full of music. These are the last <a href="http://www.opengoldbergvariations.org/">Open Goldberg Variations</a> scores to be delivered to the project's backers. They're quite beautiful. You can order yours <a href="http://www.grin.com/de/e-book/197040/goldberg-variations">directly from the GRIN website</a>.</p>
<iframe width="853" height="480" src="http://www.youtube.com/embed/PD0ssbH06J4" frameborder="0" allowfullscreen=""></iframe></div></div></div> </div>
<div class="tags">
<div class="field field-name-field-tags field-type-taxonomy-term-reference field-label-above"><div class="field-label">Tags: </div><div class="field-items"><div class="field-item even"><a href="tags/open-goldberg.html" typeof="skos:Concept" property="rdfs:label skos:prefLabel" datatype="">Open Goldberg</a></div><div class="field-item odd"><a href="tags/music.html" typeof="skos:Concept" property="rdfs:label skos:prefLabel" datatype="">Music</a></div></div></div> </div>
</div>
<ul class="links inline"><li class="node-readmore first last"><a href="content/100-goldberg-variations-unboxing.html" rel="tag" title="100 Goldberg Variations - The Unboxing">Read more<span class="element-invisible"> about 100 Goldberg Variations - The Unboxing</span></a></li>
</ul>
</div>
</div>
<div class="views-row views-row-9 views-row-odd">
<div id="node-201" class="node node-blog node-promoted node-teaser odd clearfix" about="/content/grincom-publishes-crowdsourced-musical-score-bach%C2%B4s-goldberg-variations-new-partnership-open" typeof="sioc:Post sioct:BlogPost">
<div class="float-overflow tb-terminal">
<h2><a href="content/grincom-publishes-crowdsourced-musical-score-bach%c2%b4s-goldberg-variations-new-partnership-open.html">GRIN.COM publishes crowdsourced musical score of Bach´s Goldberg Variations / New Partnership with Open Goldberg Project for sheet music publishing</a></h2>
<span property="dc:title" content="GRIN.COM publishes crowdsourced musical score of Bach´s Goldberg Variations / New Partnership with Open Goldberg Project for sheet music publishing" class="rdf-meta element-hidden"></span>
<div class="meta">
<div class="submitted">Submitted by <span class="username"><span rel="sioc:has_creator"><span class="username" xml:lang="" about="/users/robertdouglass" typeof="sioc:UserAccount" property="foaf:name" datatype="">robertDouglass</span></span></span> </div>
<div class="created">on <span class="date"><span property="dc:date dc:created" content="2012-12-04T10:10:49+00:00" datatype="xsd:dateTime">Tue, 12/04/2012 - 10:10</span></span></div>
</div>
<div class="content">
<div class="field field-name-body field-type-text-with-summary field-label-hidden"><div class="field-items"><div class="field-item even" property="content:encoded"><p> </p></div></div></div> </div>
<div class="tags">
<div class="field field-name-field-tags field-type-taxonomy-term-reference field-label-above"><div class="field-label">Tags: </div><div class="field-items"><div class="field-item even"><a href="tags/music.html" typeof="skos:Concept" property="rdfs:label skos:prefLabel" datatype="">Music</a></div></div></div> </div>
</div>
<ul class="links inline"><li class="node-readmore first last"><a href="content/grincom-publishes-crowdsourced-musical-score-bach%c2%b4s-goldberg-variations-new-partnership-open.html" rel="tag" title="GRIN.COM publishes crowdsourced musical score of Bach´s Goldberg Variations / New Partnership with Open Goldberg Project for sheet music publishing">Read more<span class="element-invisible"> about GRIN.COM publishes crowdsourced musical score of Bach´s Goldberg Variations / New Partnership with Open Goldberg Project for sheet music publishing</span></a></li>
</ul>
</div>
</div>
<div class="views-row views-row-10 views-row-even views-row-last">
<div id="node-181" class="node node-blog node-promoted node-teaser even clearfix" about="/content/kimikos-goldberg-variations-cd" typeof="sioc:Post sioct:BlogPost">
<div class="float-overflow tb-terminal">
<h2><a href="content/kimikos-goldberg-variations-cd.html">Kimiko's Goldberg Variations CD</a></h2>
<span property="dc:title" content="Kimiko's Goldberg Variations CD" class="rdf-meta element-hidden"></span>
<div class="meta">
<div class="submitted">Submitted by <span class="username"><span rel="sioc:has_creator"><span class="username" xml:lang="" about="/users/robertdouglass" typeof="sioc:UserAccount" property="foaf:name" datatype="">robertDouglass</span></span></span> </div>
<div class="created">on <span class="date"><span property="dc:date dc:created" content="2012-09-03T22:04:51+00:00" datatype="xsd:dateTime">Mon, 09/03/2012 - 22:04</span></span></div>
</div>
<div class="content">
<div class="field field-name-body field-type-text-with-summary field-label-hidden"><div class="field-items"><div class="field-item even" property="content:encoded"><p>It's official - the <a href="http://www.amazon.com/gp/product/B008XGZZL2">Open Goldberg Variations Double CD, played by Kimiko Ishizaka</a>, is available on Amazon. The final physical manifestation of this project has turned out beautifully, featuring many great photos of Kimiko, the dedications for all of the variations from the Kickstarter backers, and liner notes from both Andrew Melck and Kimiko herself. It looks quite nice on the CD rack and fits perfectly in those vintage machines that most of us still have lying around from the early days of digital music.</p>
<p>Buy one now, and you support Kimiko in her goal to record Bach's Well Tempered Clavier next. If you like it, give it a good review, and help others discover this music.</p>
<p><a href="http://www.amazon.com/gp/product/B008XGZZL2">[[{"type":"media","view_mode":"media_crop","fid":"151","attributes":{"alt":"","class":"media-image","id":"media_crop_391438598744","media_crop_h":"0","media_crop_image_style":"large","media_crop_instance":"51","media_crop_rotate":"0","media_crop_scale_h":"0","media_crop_scale_w":"0","media_crop_w":"0","media_crop_x":"0","media_crop_y":"0","typeof":"foaf:Image"}}]]</a></p>
</div></div></div> </div>
<div class="tags">
<div class="field field-name-field-tags field-type-taxonomy-term-reference field-label-above"><div class="field-label">Tags: </div><div class="field-items"><div class="field-item even"><a href="tags/music.html" typeof="skos:Concept" property="rdfs:label skos:prefLabel" datatype="">Music</a></div><div class="field-item odd"><a href="tags/open-goldberg.html" typeof="skos:Concept" property="rdfs:label skos:prefLabel" datatype="">Open Goldberg</a></div><div class="field-item even"><a href="tags/kimiko-ishizaka.html" typeof="skos:Concept" property="rdfs:label skos:prefLabel" datatype="">Kimiko Ishizaka</a></div></div></div> </div>
</div>
<ul class="links inline"><li class="node-readmore first last"><a href="content/kimikos-goldberg-variations-cd.html" rel="tag" title="Kimiko's Goldberg Variations CD">Read more<span class="element-invisible"> about Kimiko's Goldberg Variations CD</span></a></li>
</ul>
</div>
</div>
</div>
<h2 class="element-invisible">Pages</h2><div class="item-list"><ul class="pager"><li class="pager-first first"><a title="Go to first page" href="music.html">« first</a></li>
<li class="pager-previous"><a title="Go to previous page" href="music.html">‹ previous</a></li>
<li class="pager-item"><a title="Go to page 1" href="music.html">1</a></li>
<li class="pager-current">2</li>
<li class="pager-item"><a title="Go to page 3" href="music4658.html?page=2">3</a></li>
<li class="pager-item"><a title="Go to page 4" href="music9ba9.html?page=3">4</a></li>
<li class="pager-next"><a title="Go to next page" href="music4658.html?page=2">next ›</a></li>
<li class="pager-last last"><a title="Go to last page" href="music9ba9.html?page=3">last »</a></li>
</ul></div>
</div> </div>
</div>
<div class="bottom"><div class="bottom-inset-1 tb-terminal"><div class="bottom-inset-2 tb-terminal"></div></div></div>
</div>
</div>
</div>
</div>
</div>
</div>
</div> <!-- /.box tb-terminal -->
</div>
</div>
</div>
</div>
</div> <!-- /#main -->
</div>
</div> <!-- /#content -->
<div id="footer" class="wrapper-footer wrapper clearfix tb-scope">
<div id="footer-deco-top" class="deco-footer-top deco-footer deco-top deco tb-scope tb-scope-prefer">
<div class="width deco-width inner tb-terminal">
<div class="layer-a layer"></div>
<div class="layer-b layer"></div>
<div class="layer-c layer"></div>
<div class="layer-d layer"></div>
</div>
</div>
<div id="footer-deco-bottom" class="deco-footer-bottom deco-footer deco-bottom deco tb-scope tb-scope-prefer">
<div class="width deco-width inner tb-terminal">
<div class="layer-a layer"></div>
<div class="layer-b layer"></div>
<div class="layer-c layer"></div>
<div class="layer-d layer"></div>
</div>
</div>
<div id="prefooter" class="stack-prefooter stack-pre stack clearfix tb-scope">
<div class="stack-width inset-1 inset tb-terminal tb-prefooter-1">
<div class="inset-2 inset tb-terminal tb-prefooter-2">
<div class="inset-3 inset tb-terminal">
<div class="inset-4 inset tb-terminal">
<div class="box col-2 clearfix tb-terminal">
<div class="col-second col left tb-height-balance tb-terminal">
<div id="prefooter-second-region" class="tb-region tb-scope">
<div class="region region-prefooter-second">
<div id="block-views-music-block" class="block block-views clearfix">
<div class="inner tb-terminal">
<div class="top"><div class="top-inset-1 tb-terminal"><div class="top-inset-2 tb-terminal"></div></div></div>
<div class="middle tb-terminal">
<h2>Music</h2>
<div class="content">
<div class="view view-music view-id-music view-display-id-block view-dom-id-906905659f0be83d6a97aa0a8b1dda20">
<div class="view-content">
<div class="item-list"> <ul> <li class="views-row views-row-1 views-row-odd views-row-first">
<div class="views-field views-field-title"> <span class="field-content"><a href="content/js-bach-well-tempered-clavier-complete-video-people-who-truly-love-music.html">J.S. Bach, Well-Tempered Clavier complete video for people who truly love music</a></span> </div></li>
<li class="views-row views-row-2 views-row-even">
<div class="views-field views-field-title"> <span class="field-content"><a href="content/wildly-popular-youtube-kimiko-ishizakas-goldberg-variations-and-musescore.html">Wildly popular on YouTube: Kimiko Ishizaka's "Goldberg Variations" and MuseScore </a></span> </div></li>
<li class="views-row views-row-3 views-row-odd">
<div class="views-field views-field-title"> <span class="field-content"><a href="content/operatic-land-musical-smiles-review-cast-live-paris.html">Operatic - the land of musical smiles, a review of "The Cast: Live from Paris"</a></span> </div></li>
<li class="views-row views-row-4 views-row-even">
<div class="views-field views-field-title"> <span class="field-content"><a href="content/open-well-tempered-clavier-here.html">The Open Well-Tempered Clavier is here</a></span> </div></li>
<li class="views-row views-row-5 views-row-odd views-row-last">
<div class="views-field views-field-title"> <span class="field-content"><a href="content/when-open-well-tempered-clavier-going-be-released.html">When is the Open Well-Tempered Clavier going to be released?</a></span> </div></li>
</ul></div> </div>
</div> </div>
</div>
<div class="bottom"><div class="bottom-inset-1 tb-terminal"><div class="bottom-inset-2 tb-terminal"></div></div></div>
</div>
</div>
</div>
</div>
</div>
<div class="col-third col left last tb-height-balance tb-terminal">
<div id="prefooter-third-region" class="tb-region tb-scope">
<div class="region region-prefooter-third">
<div id="block-views-otherstuff-block" class="block block-views clearfix">
<div class="inner tb-terminal">
<div class="top"><div class="top-inset-1 tb-terminal"><div class="top-inset-2 tb-terminal"></div></div></div>
<div class="middle tb-terminal">
<h2>Other stuff</h2>
<div class="content">
<div class="view view-otherstuff view-id-otherstuff view-display-id-block view-dom-id-35ccddf24ad466c29c211785480829eb">
<div class="view-content">
<div class="item-list"> <ul> <li class="views-row views-row-1 views-row-odd views-row-first">
<div class="views-field views-field-title"> <span class="field-content"><a href="content/robert-douglass-horn-player-archive.html">Robert Douglass, Horn Player: The Archive</a></span> </div></li>
<li class="views-row views-row-2 views-row-even">
<div class="views-field views-field-title"> <span class="field-content"><a href="content/orchestration-code-deployment-infrastructure.html">Orchestration, Code, Deployment, Infrastructure</a></span> </div></li>
<li class="views-row views-row-3 views-row-odd">
<div class="views-field views-field-title"> <span class="field-content"><a href="content/robert-douglass-takes-als-ice-bucket-challenge-k%c3%b6ln.html">Robert Douglass takes the ALS Ice Bucket Challenge in Köln</a></span> </div></li>
<li class="views-row views-row-4 views-row-even">
<div class="views-field views-field-title"> <span class="field-content"><a href="content/i-want-show-you-photograph.html">I want to show you a photograph</a></span> </div></li>
<li class="views-row views-row-5 views-row-odd views-row-last">
<div class="views-field views-field-title"> <span class="field-content"><a href="content/youtube-data-api-v3-how-get-developerkey.html">YouTube Data API v3 : How to get $DEVELOPER_KEY </a></span> </div></li>
</ul></div> </div>
</div> </div>
</div>
<div class="bottom"><div class="bottom-inset-1 tb-terminal"><div class="bottom-inset-2 tb-terminal"></div></div></div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div> <!-- /#footer -->
</div> <!-- /.lining -->
</div> <!-- /.page-width -->
</div> <!-- /#page -->
<div id="copyright" class="stack-copyright stack page clearfix tb-region tb-scope">
<div class="page-width inner">
<div class="stack-width">
<div class="box">
<div class="region region-copyright">
<div id="block-system-powered-by" class="block block-system clearfix">
<div class="inner tb-terminal">
<div class="top"><div class="top-inset-1 tb-terminal"><div class="top-inset-2 tb-terminal"></div></div></div>
<div class="middle tb-terminal">
<div class="content">
<span>Powered by <a href="https://www.drupal.org/">Drupal</a></span> </div>
</div>
<div class="bottom"><div class="bottom-inset-1 tb-terminal"><div class="bottom-inset-2 tb-terminal"></div></div></div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<!--[if IE ]>
</div>
<![endif]-->
<!--[if IE 8]>
</div>
<![endif]-->
<!--[if IE 7]>
</div>
<![endif]-->
<!--[if lt IE 7]>
</div>
<![endif]-->
</body>
<!-- Mirrored from www.robshouse.net/music?page=1 by HTTrack Website Copier/3.x [XR&CO'2014], Wed, 26 Jan 2022 12:01:12 GMT -->
</html>