-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgallery-2015.html
550 lines (506 loc) · 31.3 KB
/
gallery-2015.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
<!DOCTYPE html>
<html class="writer-html5" lang="en" data-content_root="./">
<head>
<meta charset="utf-8" /><meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>2015-11 — Abjad 3.22 documentation</title>
<link rel="stylesheet" type="text/css" href="_static/pygments.css?v=03e43079" />
<link rel="stylesheet" type="text/css" href="_static/css/theme.css?v=e59714d7" />
<link rel="stylesheet" type="text/css" href="_static/abjad.css?v=1f187528" />
<link rel="stylesheet" type="text/css" href="_static/graphviz.css?v=4ae1632d" />
<link rel="stylesheet" type="text/css" href="_static/uqbar.css?v=e6773f5c" />
<link rel="stylesheet" type="text/css" href="_static/lightbox2/css/lightbox.css?v=d2ef71d2" />
<link rel="shortcut icon" href="_static/favicon.ico"/>
<link rel="canonical" href="https://abjad.github.iogallery-2015.html"/>
<script src="_static/jquery.js?v=5d32c60e"></script>
<script src="_static/_sphinx_javascript_frameworks_compat.js?v=2cd50e6c"></script>
<script src="_static/documentation_options.js?v=a58ea9df"></script>
<script src="_static/doctools.js?v=9bcbadda"></script>
<script src="_static/sphinx_highlight.js?v=dc90522c"></script>
<script src="_static/ga.js?v=c455bbd5"></script>
<script src="_static/toggleprompt.js?v=5801b3bb"></script>
<script defer="defer" src="_static/lightbox2/js/lightbox.js?v=bc25c2e6"></script>
<script src="_static/js/theme.js"></script>
<link rel="index" title="Index" href="genindex.html" />
<link rel="search" title="Search" href="search.html" />
<link rel="next" title="2010-00" href="gallery-2010.html" />
<link rel="prev" title="2016-present" href="gallery-2020.html" />
</head>
<body class="wy-body-for-nav">
<div class="wy-grid-for-nav">
<nav data-toggle="wy-nav-shift" class="wy-nav-side">
<div class="wy-side-scroll">
<div class="wy-side-nav-search" style="background: #000000" >
<a href="index.html" class="icon icon-home" alt="Documentation
Home"> Abjad 3.22
</a>
<div role="search">
<form id="rtd-search-form" class="wy-form" action="search.html" method="get">
<input type="text" name="q" placeholder="Search docs" aria-label="Search docs" />
<input type="hidden" name="check_keywords" value="yes" />
<input type="hidden" name="area" value="default" />
</form>
</div>
</div><div class="wy-menu wy-menu-vertical" data-spy="affix" role="navigation" aria-label="Navigation menu">
<p class="caption" role="heading"><span class="caption-text">First steps</span></p>
<ul>
<li class="toctree-l1"><a class="reference internal" href="first_steps/audience.html">Audience</a></li>
<li class="toctree-l1"><a class="reference internal" href="first_steps/macos.html">macOS</a></li>
<li class="toctree-l1"><a class="reference internal" href="first_steps/linux.html">Linux</a></li>
<li class="toctree-l1"><a class="reference internal" href="first_steps/windows.html">Windows</a></li>
</ul>
<p class="caption" role="heading"><span class="caption-text">Overview</span></p>
<ul>
<li class="toctree-l1"><a class="reference internal" href="overview/containers.html">Containers</a></li>
<li class="toctree-l1"><a class="reference internal" href="overview/containers-basic-operations-on.html">Containers, basic operations on</a></li>
<li class="toctree-l1"><a class="reference internal" href="overview/containers-retrieving-by-name.html">Containers, retrieving by name</a></li>
<li class="toctree-l1"><a class="reference internal" href="overview/containers-time-interpretation-of.html">Containers, time interpretation of</a></li>
<li class="toctree-l1"><a class="reference internal" href="overview/contexts-lilypond-type-of.html">Contexts, LilyPond type of</a></li>
<li class="toctree-l1"><a class="reference internal" href="overview/indicators.html">Indicators</a></li>
<li class="toctree-l1"><a class="reference internal" href="overview/lilypond-files-preamble-of.html">LilyPond files, preamble of</a></li>
<li class="toctree-l1"><a class="reference internal" href="overview/lilypond-format-of-abjad-objects.html">LilyPond format, of Abjad objects</a></li>
</ul>
<p class="caption" role="heading"><span class="caption-text">Examples</span></p>
<ul>
<li class="toctree-l1"><a class="reference internal" href="examples/corpus-selection.html">Corpus, figure selection from</a></li>
<li class="toctree-l1"><a class="reference internal" href="examples/design-by-dyads.html">Design, by dyads</a></li>
<li class="toctree-l1"><a class="reference internal" href="examples/enumeration.html">Enumeration, of rhythmic cells</a></li>
<li class="toctree-l1"><a class="reference internal" href="examples/magic-square-from-twelve-tone-row.html">Magic square, from twelve-tone row</a></li>
<li class="toctree-l1"><a class="reference internal" href="examples/scales-diatonic.html">Scales, diatonic</a></li>
<li class="toctree-l1"><a class="reference internal" href="examples/score-fragment-piano.html">Score fragment, piano</a></li>
</ul>
<p class="caption" role="heading"><span class="caption-text">All classes & functions</span></p>
<ul>
<li class="toctree-l1"><a class="reference internal" href="api/index.html">Abjad API</a></li>
</ul>
<p class="caption" role="heading"><span class="caption-text">Appendices</span></p>
<ul>
<li class="toctree-l1"><a class="reference internal" href="appendices/best-practices.html">Best practices</a></li>
<li class="toctree-l1"><a class="reference internal" href="appendices/changes.html">Changes</a></li>
<li class="toctree-l1"><a class="reference internal" href="appendices/community.html">Community</a></li>
<li class="toctree-l1"><a class="reference internal" href="appendices/configuration.html">Configuration</a></li>
<li class="toctree-l1"><a class="reference internal" href="appendices/developer-installation.html">Developer installation</a></li>
<li class="toctree-l1"><a class="reference internal" href="appendices/lilypond-context-concatenation.html">LilyPond context concatenation</a></li>
<li class="toctree-l1"><a class="reference internal" href="appendices/publications.html">Publications</a></li>
</ul>
<p class="caption" role="heading"><span class="caption-text">Score gallery</span></p>
<ul class="current">
<li class="toctree-l1"><a class="reference internal" href="gallery-2020.html">2016-present</a></li>
<li class="toctree-l1 current"><a class="current reference internal" href="#">2015-11</a></li>
<li class="toctree-l1"><a class="reference internal" href="gallery-2010.html">2010-00</a></li>
</ul>
</div>
</div>
</nav>
<section data-toggle="wy-nav-shift" class="wy-nav-content-wrap"><nav class="wy-nav-top" aria-label="Mobile navigation menu" style="background: #000000" >
<i data-toggle="wy-nav-top" class="fa fa-bars"></i>
<a href="index.html">Abjad</a>
</nav>
<div class="wy-nav-content">
<div class="rst-content style-external-links">
<div role="main" class="document" itemscope="itemscope" itemtype="http://schema.org/Article">
<div itemprop="articleBody">
<section id="id1">
<h1>2015-11<a class="headerlink" href="#id1" title="Link to this heading"></a></h1>
<p>The following works were composed with Abjad.</p>
<hr class="docutils" />
<section id="akasha-2015">
<h2>Akasha (2015)<a class="headerlink" href="#akasha-2015" title="Link to this heading"></a></h2>
<ul class="simple">
<li><p>For string quartet.</p></li>
<li><p>Composed by <a class="reference external" href="http://www.trevorbaca.com">Trevor Bača</a>.</p></li>
<li><p>Written for JACK Quartet.</p></li>
<li><p>Source available from <a class="reference external" href="https://github.com/trevorbaca/akasha/">https://github.com/trevorbaca/akasha/</a>.</p></li>
</ul>
<p>
<iframe width="100%" height="166" scrolling="no" frameborder="no" src="https://w.soundcloud.com/player/?url=https%3A//api.soundcloud.com/tracks/283071039&color=%23ff5500g&show_comments=false"></iframe>
</p><div class="table-row docutils container">
<a data-lightbox="group-gallery" href="_images/baca-akasha-page-7.png" title="Page 7 of Akasha,
by Trevor Bača." data-title="Page 7 of Akasha,
by Trevor Bača." class="table-cell thumbnail">
<img src="_images/baca-akasha-page-7-thumbnail.png" alt="Page 7 of Akasha,
by Trevor Bača."/>
</a><a data-lightbox="group-gallery" href="_images/baca-akasha-page-8.png" title="Page 8 of Akasha,
by Trevor Bača." data-title="Page 8 of Akasha,
by Trevor Bača." class="table-cell thumbnail">
<img src="_images/baca-akasha-page-8-thumbnail.png" alt="Page 8 of Akasha,
by Trevor Bača."/>
</a></div>
</section>
<hr class="docutils" />
<section id="myrkr-2015">
<h2>Myrkr (2015)<a class="headerlink" href="#myrkr-2015" title="Link to this heading"></a></h2>
<ul class="simple">
<li><p>For bass clarinet.</p></li>
<li><p>Composed by <a class="reference external" href="http://www.trevorbaca.com">Trevor Bača</a>.</p></li>
<li><p>Written for Richard Haynes.</p></li>
<li><p>Source available from <a class="reference external" href="https://github.com/trevorbaca/myrkr/">https://github.com/trevorbaca/myrkr/</a>.</p></li>
</ul>
<p>
<iframe width="100%" height="166" scrolling="no" frameborder="no" src="https://w.soundcloud.com/player/?url=https%3A//api.soundcloud.com/tracks/230978922&color=%23ff5500g&show_comments=false"></iframe>
</p><div class="table-row docutils container">
<a data-lightbox="group-gallery" href="_images/baca-myrkr-page-1.png" title="Page 1 of Myrkr,
by Trevor Bača." data-title="Page 1 of Myrkr,
by Trevor Bača." class="table-cell thumbnail">
<img src="_images/baca-myrkr-page-1-thumbnail.png" alt="Page 1 of Myrkr,
by Trevor Bača."/>
</a><a data-lightbox="group-gallery" href="_images/baca-myrkr-page-2.png" title="Page 2 of Myrkr,
by Trevor Bača." data-title="Page 2 of Myrkr,
by Trevor Bača." class="table-cell thumbnail">
<img src="_images/baca-myrkr-page-2-thumbnail.png" alt="Page 2 of Myrkr,
by Trevor Bača."/>
</a></div>
</section>
<hr class="docutils" />
<section id="al-kitab-al-khamr-2015">
<h2>Al-kitab al-khamr (2015)<a class="headerlink" href="#al-kitab-al-khamr-2015" title="Link to this heading"></a></h2>
<ul class="simple">
<li><p>For chamber orchestra.</p></li>
<li><p>Composed by <a class="reference external" href="http://www.trevorbaca.com">Trevor Bača</a>.</p></li>
<li><p>Written for Ensemble Dal Niente.</p></li>
<li><p>Source available from <a class="reference external" href="https://github.com/trevorbaca/khamr/">https://github.com/trevorbaca/khamr/</a>.</p></li>
</ul>
<p>
<iframe width="100%" height="166" scrolling="no" frameborder="no" src="https://w.soundcloud.com/player/?url=https%3A//api.soundcloud.com/tracks/230978308&color=ff5500g&show_comments=false"></iframe>
</p><div class="table-row docutils container">
<a data-lightbox="group-gallery" href="_images/baca-khamr-page-10.png" title="Page 10 of Al-kitab al-khamr,
by Trevor Bača." data-title="Page 10 of Al-kitab al-khamr,
by Trevor Bača." class="table-cell thumbnail">
<img src="_images/baca-khamr-page-10-thumbnail.png" alt="Page 10 of Al-kitab al-khamr,
by Trevor Bača."/>
</a><a data-lightbox="group-gallery" href="_images/baca-khamr-page-11.png" title="Page 11 of Al-kitab al-khamr,
by Trevor Bača." data-title="Page 11 of Al-kitab al-khamr,
by Trevor Bača." class="table-cell thumbnail">
<img src="_images/baca-khamr-page-11-thumbnail.png" alt="Page 11 of Al-kitab al-khamr,
by Trevor Bača."/>
</a></div>
</section>
<hr class="docutils" />
<section id="invisible-cities-iii-ersilia-2015">
<h2>Invisible Cities (iii): Ersilia (2015)<a class="headerlink" href="#invisible-cities-iii-ersilia-2015" title="Link to this heading"></a></h2>
<ul class="simple">
<li><p>For chamber orchestra.</p></li>
<li><p>Composed by <a class="reference external" href="http://josephine-wolf-oberholtzer.com">Joséphine Wolf Oberholtzer</a>.</p></li>
<li><p>Written for Ensemble Dal Niente.</p></li>
<li><p>Source available from <a class="reference external" href="https://github.com/josephine-wolf-oberholtzer/ersilia/">https://github.com/josephine-wolf-oberholtzer/ersilia/</a>.</p></li>
</ul>
<p>
<iframe width="100%" height="166" scrolling="no" frameborder="no" src="https://w.soundcloud.com/player/?url=https%3A//api.soundcloud.com/tracks/208631991&color=ff5500g&show_comments=false"></iframe>
</p><div class="table-row docutils container">
<a data-lightbox="group-gallery" href="_images/oberholtzer-ersilia-page-9.png" title="Page 9 of Invisible Cities (iii): Ersilia,
by Joséphine Wolf Oberholtzer." data-title="Page 9 of Invisible Cities (iii): Ersilia,
by Joséphine Wolf Oberholtzer." class="table-cell thumbnail">
<img src="_images/oberholtzer-ersilia-page-9-thumbnail.png" alt="Page 9 of Invisible Cities (iii): Ersilia,
by Joséphine Wolf Oberholtzer."/>
</a><a data-lightbox="group-gallery" href="_images/oberholtzer-ersilia-page-10.png" title="Page 10 of Invisible Cities (iii): Ersilia,
by Joséphine Wolf Oberholtzer." data-title="Page 10 of Invisible Cities (iii): Ersilia,
by Joséphine Wolf Oberholtzer." class="table-cell thumbnail">
<img src="_images/oberholtzer-ersilia-page-10-thumbnail.png" alt="Page 10 of Invisible Cities (iii): Ersilia,
by Joséphine Wolf Oberholtzer."/>
</a></div>
</section>
<hr class="docutils" />
<section id="ins-wasser-eingeschrieben-2015">
<h2>Ins wasser eingeschrieben (2015)<a class="headerlink" href="#ins-wasser-eingeschrieben-2015" title="Link to this heading"></a></h2>
<ul class="simple">
<li><p>For two violas.</p></li>
<li><p>Composed by <a class="reference external" href="http://www.trevorbaca.com">Trevor Bača</a>.</p></li>
<li><p>Written for John Pickford Richards and Elizabeth Weisser.</p></li>
</ul>
<p>
<iframe width="100%" height="166" scrolling="no" frameborder="no" src="https://w.soundcloud.com/player/?url=https%3A//api.soundcloud.com/tracks/230977561&color=ff5500g&show_comments=false"></iframe>
</p><div class="table-row docutils container">
<a data-lightbox="group-gallery" href="_images/baca-ins-wasser-page-3.png" title="Page 3 of Ins wasser eingeschrieben,
by Trevor Bača." data-title="Page 3 of Ins wasser eingeschrieben,
by Trevor Bača." class="table-cell thumbnail">
<img src="_images/baca-ins-wasser-page-3-thumbnail.png" alt="Page 3 of Ins wasser eingeschrieben,
by Trevor Bača."/>
</a><a data-lightbox="group-gallery" href="_images/baca-ins-wasser-page-4.png" title="Page 4 of Ins wasser eingeschrieben,
by Trevor Bača." data-title="Page 4 of Ins wasser eingeschrieben,
by Trevor Bača." class="table-cell thumbnail">
<img src="_images/baca-ins-wasser-page-4-thumbnail.png" alt="Page 4 of Ins wasser eingeschrieben,
by Trevor Bača."/>
</a></div>
</section>
<hr class="docutils" />
<section id="invisible-cities-ii-armilla-2015">
<h2>Invisible Cities (ii): Armilla (2015)<a class="headerlink" href="#invisible-cities-ii-armilla-2015" title="Link to this heading"></a></h2>
<ul class="simple">
<li><p>For two violas.</p></li>
<li><p>Composed by <a class="reference external" href="http://josephine-wolf-oberholtzer.com">Joséphine Wolf Oberholtzer</a>.</p></li>
<li><p>Written for John Pickford Richards and Elizabeth Weisser.</p></li>
<li><p>Source available from <a class="reference external" href="https://github.com/josephine-wolf-oberholtzer/armilla/">https://github.com/josephine-wolf-oberholtzer/armilla/</a>.</p></li>
</ul>
<p>
<iframe width="100%" height="166" scrolling="no" frameborder="no" src="https://w.soundcloud.com/player/?url=https%3A//api.soundcloud.com/tracks/206082457&color=ff5500g&show_comments=false"></iframe>
</p><div class="table-row docutils container">
<a data-lightbox="group-gallery" href="_images/oberholtzer-armilla-page-8.png" title="Page 8 of Invisible Cities (ii): Armilla,
by Joséphine Wolf Oberholtzer." data-title="Page 8 of Invisible Cities (ii): Armilla,
by Joséphine Wolf Oberholtzer." class="table-cell thumbnail">
<img src="_images/oberholtzer-armilla-page-8-thumbnail.png" alt="Page 8 of Invisible Cities (ii): Armilla,
by Joséphine Wolf Oberholtzer."/>
</a><a data-lightbox="group-gallery" href="_images/oberholtzer-armilla-page-9.png" title="Page 9 of Invisible Cities (ii): Armilla,
by Joséphine Wolf Oberholtzer." data-title="Page 9 of Invisible Cities (ii): Armilla,
by Joséphine Wolf Oberholtzer." class="table-cell thumbnail">
<img src="_images/oberholtzer-armilla-page-9-thumbnail.png" alt="Page 9 of Invisible Cities (ii): Armilla,
by Joséphine Wolf Oberholtzer."/>
</a></div>
</section>
<hr class="docutils" />
<section id="refrain-2014">
<h2>Refrain (2014)<a class="headerlink" href="#refrain-2014" title="Link to this heading"></a></h2>
<ul class="simple">
<li><p>For carillon.</p></li>
<li><p>Composed by <a class="reference external" href="https://soundcloud.com/jefftrevino">Jeffrey Treviño</a>.</p></li>
<li><p>Written for Tiffany Ng.</p></li>
<li><p>Source available from <a class="reference external" href="https://github.com/jefftrevino/refrain/">https://github.com/jefftrevino/refrain/</a>.</p></li>
</ul>
<p>
<iframe width="100%" height="166" scrolling="no" frameborder="no" src="https://w.soundcloud.com/player/?url=https%3A//api.soundcloud.com/tracks/176190951&color=ff5500g&show_comments=false"></iframe>
</p><div class="table-row docutils container">
<a data-lightbox="group-gallery" href="_images/trevino-refrain-page-1.png" title="Page 1 of Refrain,
by Jeffrey Treviño." data-title="Page 1 of Refrain,
by Jeffrey Treviño." class="table-cell thumbnail">
<img src="_images/trevino-refrain-page-1-thumbnail.png" alt="Page 1 of Refrain,
by Jeffrey Treviño."/>
</a><a data-lightbox="group-gallery" href="_images/trevino-refrain-page-2.png" title="Page 2 of Refrain,
by Jeffrey Treviño." data-title="Page 2 of Refrain,
by Jeffrey Treviño." class="table-cell thumbnail">
<img src="_images/trevino-refrain-page-2-thumbnail.png" alt="Page 2 of Refrain,
by Jeffrey Treviño."/>
</a></div>
</section>
<hr class="docutils" />
<section id="huitzil-2014">
<h2>Huitzil (2014)<a class="headerlink" href="#huitzil-2014" title="Link to this heading"></a></h2>
<ul class="simple">
<li><p>For cello.</p></li>
<li><p>Composed by <a class="reference external" href="http://www.trevorbaca.com">Trevor Bača</a>.</p></li>
<li><p>Written for Alan Toda-Ambaras.</p></li>
<li><p>Source available from <a class="reference external" href="https://github.com/trevorbaca/huitzil/">https://github.com/trevorbaca/huitzil/</a>.</p></li>
</ul>
<p>
<iframe width="100%" height="166" scrolling="no" frameborder="no" src="https://w.soundcloud.com/player/?url=https%3A//api.soundcloud.com/tracks/243890076&color=ff5500g&show_comments=false"></iframe>
</p><div class="table-row docutils container">
<a data-lightbox="group-gallery" href="_images/baca-huitzil-page-12.png" title="Page 12 of Huitzil,
by Trevor Bača." data-title="Page 12 of Huitzil,
by Trevor Bača." class="table-cell thumbnail">
<img src="_images/baca-huitzil-page-12-thumbnail.png" alt="Page 12 of Huitzil,
by Trevor Bača."/>
</a><a data-lightbox="group-gallery" href="_images/baca-huitzil-page-13.png" title="Page 13 of Huitzil,
by Trevor Bača." data-title="Page 13 of Huitzil,
by Trevor Bača." class="table-cell thumbnail">
<img src="_images/baca-huitzil-page-13-thumbnail.png" alt="Page 13 of Huitzil,
by Trevor Bača."/>
</a></div>
</section>
<hr class="docutils" />
<section id="invisible-cities-i-zaira-2014">
<h2>Invisible Cities (i): Zaira (2014)<a class="headerlink" href="#invisible-cities-i-zaira-2014" title="Link to this heading"></a></h2>
<ul class="simple">
<li><p>For chamber orchestra.</p></li>
<li><p>Composed by <a class="reference external" href="http://josephine-wolf-oberholtzer.com">Joséphine Wolf Oberholtzer</a>.</p></li>
<li><p>Written for Ensemble Mosaik.</p></li>
<li><p>Source available from <a class="reference external" href="https://github.com/josephine-wolf-oberholtzer/zaira/">https://github.com/josephine-wolf-oberholtzer/zaira/</a>.</p></li>
</ul>
<p>
<iframe width="100%" height="166" scrolling="no" frameborder="no" src="https://w.soundcloud.com/player/?url=https%3A//api.soundcloud.com/tracks/172956857&color=ff5500g&show_comments=false"></iframe>
</p><div class="table-row docutils container">
<a data-lightbox="group-gallery" href="_images/oberholtzer-zaira-page-16.png" title="Page 16 of Invisible Cities (i): Zaira,
by Joséphine Wolf Oberholtzer." data-title="Page 16 of Invisible Cities (i): Zaira,
by Joséphine Wolf Oberholtzer." class="table-cell thumbnail">
<img src="_images/oberholtzer-zaira-page-16-thumbnail.png" alt="Page 16 of Invisible Cities (i): Zaira,
by Joséphine Wolf Oberholtzer."/>
</a><a data-lightbox="group-gallery" href="_images/oberholtzer-zaira-page-17.png" title="Page 17 of Invisible Cities (i): Zaira,
by Joséphine Wolf Oberholtzer." data-title="Page 17 of Invisible Cities (i): Zaira,
by Joséphine Wolf Oberholtzer." class="table-cell thumbnail">
<img src="_images/oberholtzer-zaira-page-17-thumbnail.png" alt="Page 17 of Invisible Cities (i): Zaira,
by Joséphine Wolf Oberholtzer."/>
</a></div>
</section>
<hr class="docutils" />
<section id="krummzeit-2014">
<h2>Krummzeit (2014)<a class="headerlink" href="#krummzeit-2014" title="Link to this heading"></a></h2>
<ul class="simple">
<li><p>For seven players.</p></li>
<li><p>Composed by <a class="reference external" href="http://www.trevorbaca.com">Trevor Bača</a>.</p></li>
<li><p>Written for Ensemble Mosaik.</p></li>
<li><p>Source available from <a class="reference external" href="https://github.com/trevorbaca/krummzeit/">https://github.com/trevorbaca/krummzeit/</a>.</p></li>
</ul>
<p>
<iframe width="100%" height="166" scrolling="no" frameborder="no" src="https://w.soundcloud.com/player/?url=https%3A//api.soundcloud.com/tracks/230976447&color=ff5500g&show_comments=false"></iframe>
</p><div class="table-row docutils container">
<a data-lightbox="group-gallery" href="_images/baca-krummzeit-page-80.png" title="Page 80 of Krummzeit,
by Trevor Bača." data-title="Page 80 of Krummzeit,
by Trevor Bača." class="table-cell thumbnail">
<img src="_images/baca-krummzeit-page-80-thumbnail.png" alt="Page 80 of Krummzeit,
by Trevor Bača."/>
</a><a data-lightbox="group-gallery" href="_images/baca-krummzeit-page-81.png" title="Page 81 of Krummzeit,
by Trevor Bača." data-title="Page 81 of Krummzeit,
by Trevor Bača." class="table-cell thumbnail">
<img src="_images/baca-krummzeit-page-81-thumbnail.png" alt="Page 81 of Krummzeit,
by Trevor Bača."/>
</a></div>
</section>
<hr class="docutils" />
<section id="plague-water-2014">
<h2>Plague Water (2014)<a class="headerlink" href="#plague-water-2014" title="Link to this heading"></a></h2>
<ul class="simple">
<li><p>For baritone saxophone, electric guitar, piano and percussion.</p></li>
<li><p>Composed by <a class="reference external" href="http://josephine-wolf-oberholtzer.com">Joséphine Wolf Oberholtzer</a>.</p></li>
<li><p>Written for Ensemble Nikel.</p></li>
<li><p>Source available from <a class="reference external" href="https://github.com/josephine-wolf-oberholtzer/plague_water/">https://github.com/josephine-wolf-oberholtzer/plague_water/</a>.</p></li>
</ul>
<p>
<iframe width="100%" height="166" scrolling="no" frameborder="no" src="https://w.soundcloud.com/player/?url=https%3A//api.soundcloud.com/tracks/145543310&color=ff5500g&show_comments=false"></iframe>
</p><div class="table-row docutils container">
<a data-lightbox="group-gallery" href="_images/oberholtzer-plague-water-page-12.png" title="Page 12 of Plague Water,
by Joséphine Wolf Oberholtzer." data-title="Page 12 of Plague Water,
by Joséphine Wolf Oberholtzer." class="table-cell thumbnail">
<img src="_images/oberholtzer-plague-water-page-12-thumbnail.png" alt="Page 12 of Plague Water,
by Joséphine Wolf Oberholtzer."/>
</a><a data-lightbox="group-gallery" href="_images/oberholtzer-plague-water-page-13.png" title="Page 13 of Plague Water,
by Joséphine Wolf Oberholtzer." data-title="Page 13 of Plague Water,
by Joséphine Wolf Oberholtzer." class="table-cell thumbnail">
<img src="_images/oberholtzer-plague-water-page-13-thumbnail.png" alt="Page 13 of Plague Water,
by Joséphine Wolf Oberholtzer."/>
</a></div>
</section>
<hr class="docutils" />
<section id="the-world-all-around-2012-13">
<h2>The World All Around (2012-13)<a class="headerlink" href="#the-world-all-around-2012-13" title="Link to this heading"></a></h2>
<ul class="simple">
<li><p>For Eb clarinet, harp, and prepared piano.</p></li>
<li><p>Composed by <a class="reference external" href="https://soundcloud.com/jefftrevino">Jeffrey Treviño</a>.</p></li>
<li><p>Written for Wild Rumpus.</p></li>
<li><p>Source available from <a class="reference external" href="https://github.com/jefftrevino/theWorldAllAround/">https://github.com/jefftrevino/theWorldAllAround/</a>.</p></li>
</ul>
<p>
<iframe width="100%" height="166" scrolling="no" frameborder="no" src="https://w.soundcloud.com/player/?url=https%3A//api.soundcloud.com/tracks/176197340&color=ff5500g&show_comments=false"></iframe>
</p><div class="table-row docutils container">
<a data-lightbox="group-gallery" href="_images/trevino-world-all-around-page-1.png" title="Page 1 of The World All Around,
by Jeffrey Treviño." data-title="Page 1 of The World All Around,
by Jeffrey Treviño." class="table-cell thumbnail">
<img src="_images/trevino-world-all-around-page-1-thumbnail.png" alt="Page 1 of The World All Around,
by Jeffrey Treviño."/>
</a><a data-lightbox="group-gallery" href="_images/trevino-world-all-around-page-2.png" title="Page 2 of The World All Around,
by Jeffrey Treviño." data-title="Page 2 of The World All Around,
by Jeffrey Treviño." class="table-cell thumbnail">
<img src="_images/trevino-world-all-around-page-2-thumbnail.png" alt="Page 2 of The World All Around,
by Jeffrey Treviño."/>
</a></div>
</section>
<hr class="docutils" />
<section id="traiettorie-inargentate-2013">
<h2>Traiettorie inargentate (2013)<a class="headerlink" href="#traiettorie-inargentate-2013" title="Link to this heading"></a></h2>
<ul class="simple">
<li><p>For cello.</p></li>
<li><p>Composed by <a class="reference external" href="http://www.trevorbaca.com">Trevor Bača</a>.</p></li>
<li><p>Written for Séverine Ballon.</p></li>
</ul>
<p>
<iframe width="100%" height="166" scrolling="no" frameborder="no" src="https://w.soundcloud.com/player/?url=https%3A//api.soundcloud.com/tracks/230973560&color=ff5500g&show_comments=false"></iframe>
</p><div class="table-row docutils container">
<a data-lightbox="group-gallery" href="_images/baca-traiettorie-page-6.png" title="Page 6 of Traiettorie inargentate,
by Trevor Bača." data-title="Page 6 of Traiettorie inargentate,
by Trevor Bača." class="table-cell thumbnail">
<img src="_images/baca-traiettorie-page-6-thumbnail.png" alt="Page 6 of Traiettorie inargentate,
by Trevor Bača."/>
</a><a data-lightbox="group-gallery" href="_images/baca-traiettorie-page-7.png" title="Page 7 of Traiettorie inargentate,
by Trevor Bača." data-title="Page 7 of Traiettorie inargentate,
by Trevor Bača." class="table-cell thumbnail">
<img src="_images/baca-traiettorie-page-7-thumbnail.png" alt="Page 7 of Traiettorie inargentate,
by Trevor Bača."/>
</a></div>
</section>
<hr class="docutils" />
<section id="cartography-2013">
<h2>Cartography (2013)<a class="headerlink" href="#cartography-2013" title="Link to this heading"></a></h2>
<ul class="simple">
<li><p>For bass flute, malletkat, oboe and trumpet.</p></li>
<li><p>Composed by <a class="reference external" href="http://quesebifurcan.github.io/music">Fredrik Wallberg</a>.</p></li>
<li><p>Written for Ensemble Chronophonie.</p></li>
</ul>
<div class="table-row docutils container">
<a data-lightbox="group-gallery" href="_images/wallberg-cartography-bass-flute.png" title="Bass flute part for Cartography,
by Fredrik Wallberg." data-title="Bass flute part for Cartography,
by Fredrik Wallberg." class="table-cell thumbnail">
<img src="_images/wallberg-cartography-bass-flute-thumbnail.png" alt="Bass flute part for Cartography,
by Fredrik Wallberg."/>
</a></div>
</section>
<hr class="docutils" />
<section id="aurora-2011">
<h2>Aurora (2011)<a class="headerlink" href="#aurora-2011" title="Link to this heading"></a></h2>
<ul class="simple">
<li><p>For string orchestra.</p></li>
<li><p>Composed by <a class="reference external" href="http://josephine-wolf-oberholtzer.com">Joséphine Wolf Oberholtzer</a>.</p></li>
<li><p>Written for Ensemble Kaleidoskop.</p></li>
<li><p>Source available from <a class="reference external" href="https://github.com/josephine-wolf-oberholtzer/aurora/">https://github.com/josephine-wolf-oberholtzer/aurora/</a>.</p></li>
</ul>
<div class="table-row docutils container">
<a data-lightbox="group-gallery" href="_images/oberholtzer-aurora-page-6.png" title="Page 6 of Aurora,
by Joséphine Wolf Oberholtzer." data-title="Page 6 of Aurora,
by Joséphine Wolf Oberholtzer." class="table-cell thumbnail">
<img src="_images/oberholtzer-aurora-page-6-thumbnail.png" alt="Page 6 of Aurora,
by Joséphine Wolf Oberholtzer."/>
</a><a data-lightbox="group-gallery" href="_images/oberholtzer-aurora-page-7.png" title="Page 7 of Aurora,
by Joséphine Wolf Oberholtzer." data-title="Page 7 of Aurora,
by Joséphine Wolf Oberholtzer." class="table-cell thumbnail">
<img src="_images/oberholtzer-aurora-page-7-thumbnail.png" alt="Page 7 of Aurora,
by Joséphine Wolf Oberholtzer."/>
</a></div>
</section>
<hr class="docutils" />
<section id="l-archipel-du-corps-2011">
<h2>L’archipel du corps (2011)<a class="headerlink" href="#l-archipel-du-corps-2011" title="Link to this heading"></a></h2>
<ul class="simple">
<li><p>For flute, guitar, accordion and percussion.</p></li>
<li><p>Composed by <a class="reference external" href="http://www.trevorbaca.com">Trevor Bača</a>.</p></li>
<li><p>Written for Carin Levine, Jürgen Ruck, Stefan Hussong and Marta Klimasara.</p></li>
</ul>
<p>
<iframe width="100%" height="166" scrolling="no" frameborder="no" src="https://w.soundcloud.com/player/?url=https%3A//api.soundcloud.com/tracks/230779736&color=ff5500g&show_comments=false"></iframe>
</p><div class="table-row docutils container">
<a data-lightbox="group-gallery" href="_images/baca-archipel-page-9.png" title="Page 9 of L'archipel du corps,
by Trevor Bača." data-title="Page 9 of L'archipel du corps,
by Trevor Bača." class="table-cell thumbnail">
<img src="_images/baca-archipel-page-9-thumbnail.png" alt="Page 9 of L'archipel du corps,
by Trevor Bača."/>
</a><a data-lightbox="group-gallery" href="_images/baca-archipel-page-10.png" title="Page 10 of L'archipel du corps,
by Trevor Bača." data-title="Page 10 of L'archipel du corps,
by Trevor Bača." class="table-cell thumbnail">
<img src="_images/baca-archipel-page-10-thumbnail.png" alt="Page 10 of L'archipel du corps,
by Trevor Bača."/>
</a></div>
</section>
</section>
</div>
</div>
<footer>
<hr/>
<div class="rst-footer-buttons" role="navigation" aria-label="footer navigation">
<a href="gallery-2010.html" class="btn btn-neutral float-right" title="2010-00" accesskey="n" rel="next">Next <span class="fa fa-arrow-circle-right"></span></a>
<a href="gallery-2020.html" class="btn btn-neutral float-left" title="2016-present" accesskey="p" rel="prev"><span class="fa fa-arrow-circle-left"></span> Previous</a>
</div>
<hr/>
<div role="contentinfo">
<p>
© Copyright 2008-2025, Trevor Bača & Joséphine Oberholtzer.
<span class="lastupdated">
Last updated on Mar 16, 2025.
</span>
</p>
</div>
</footer>
</div>
</div>
</section>
</div>
<script>
jQuery(function () {
SphinxRtdTheme.Navigation.enable(false);
});
</script>
</body>
</html>