-
Notifications
You must be signed in to change notification settings - Fork 0
/
es?page=7.html
949 lines (752 loc) · 57.1 KB
/
es?page=7.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
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
<!DOCTYPE html>
<html lang="es" dir="ltr" prefix="content: http://purl.org/rss/1.0/modules/content/ dc: http://purl.org/dc/terms/ foaf: http://xmlns.com/foaf/0.1/ og: http://ogp.me/ns# rdfs: http://www.w3.org/2000/01/rdf-schema# schema: http://schema.org/ sioc: http://rdfs.org/sioc/ns# sioct: http://rdfs.org/sioc/types# skos: http://www.w3.org/2004/02/skos/core# xsd: http://www.w3.org/2001/XMLSchema# ">
<head>
<meta charset="utf-8" />
<meta name="Generator" content="Drupal 8 (https://www.drupal.org)" />
<meta name="MobileOptimized" content="width" />
<meta name="HandheldFriendly" content="true" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="shortcut icon" href="https://trompamusic.eu/sites/default/files/fav.png" type="image/png" />
<link rel="alternate" type="application/rss+xml" title="" href="es/rss.xml" />
<title>Inicio | TROMPA</title>
<link rel="stylesheet" media="all" href="https://trompamusic.eu/core/assets/vendor/normalize-css/normalize.css?qc36vr" />
<link rel="stylesheet" media="all" href="https://trompamusic.eu/core/misc/normalize-fixes.css?qc36vr" />
<link rel="stylesheet" media="all" href="libraries/superfish/css/superfish.css%3Fqc36vr.css" />
<link rel="stylesheet" media="all" href="https://trompamusic.eu/core/themes/stable/css/system/components/ajax-progress.module.css?qc36vr" />
<link rel="stylesheet" media="all" href="https://trompamusic.eu/core/themes/stable/css/system/components/align.module.css?qc36vr" />
<link rel="stylesheet" media="all" href="https://trompamusic.eu/core/themes/stable/css/system/components/autocomplete-loading.module.css?qc36vr" />
<link rel="stylesheet" media="all" href="https://trompamusic.eu/core/themes/stable/css/system/components/fieldgroup.module.css?qc36vr" />
<link rel="stylesheet" media="all" href="https://trompamusic.eu/core/themes/stable/css/system/components/container-inline.module.css?qc36vr" />
<link rel="stylesheet" media="all" href="https://trompamusic.eu/core/themes/stable/css/system/components/clearfix.module.css?qc36vr" />
<link rel="stylesheet" media="all" href="https://trompamusic.eu/core/themes/stable/css/system/components/details.module.css?qc36vr" />
<link rel="stylesheet" media="all" href="https://trompamusic.eu/core/themes/stable/css/system/components/hidden.module.css?qc36vr" />
<link rel="stylesheet" media="all" href="https://trompamusic.eu/core/themes/stable/css/system/components/item-list.module.css?qc36vr" />
<link rel="stylesheet" media="all" href="https://trompamusic.eu/core/themes/stable/css/system/components/js.module.css?qc36vr" />
<link rel="stylesheet" media="all" href="https://trompamusic.eu/core/themes/stable/css/system/components/nowrap.module.css?qc36vr" />
<link rel="stylesheet" media="all" href="https://trompamusic.eu/core/themes/stable/css/system/components/position-container.module.css?qc36vr" />
<link rel="stylesheet" media="all" href="https://trompamusic.eu/core/themes/stable/css/system/components/progress.module.css?qc36vr" />
<link rel="stylesheet" media="all" href="https://trompamusic.eu/core/themes/stable/css/system/components/reset-appearance.module.css?qc36vr" />
<link rel="stylesheet" media="all" href="https://trompamusic.eu/core/themes/stable/css/system/components/resize.module.css?qc36vr" />
<link rel="stylesheet" media="all" href="https://trompamusic.eu/core/themes/stable/css/system/components/sticky-header.module.css?qc36vr" />
<link rel="stylesheet" media="all" href="https://trompamusic.eu/core/themes/stable/css/system/components/system-status-counter.css?qc36vr" />
<link rel="stylesheet" media="all" href="https://trompamusic.eu/core/themes/stable/css/system/components/system-status-report-counters.css?qc36vr" />
<link rel="stylesheet" media="all" href="https://trompamusic.eu/core/themes/stable/css/system/components/system-status-report-general-info.css?qc36vr" />
<link rel="stylesheet" media="all" href="https://trompamusic.eu/core/themes/stable/css/system/components/tabledrag.module.css?qc36vr" />
<link rel="stylesheet" media="all" href="https://trompamusic.eu/core/themes/stable/css/system/components/tablesort.module.css?qc36vr" />
<link rel="stylesheet" media="all" href="https://trompamusic.eu/core/themes/stable/css/system/components/tree-child.module.css?qc36vr" />
<link rel="stylesheet" media="all" href="https://trompamusic.eu/core/themes/stable/css/views/views.module.css?qc36vr" />
<link rel="stylesheet" media="all" href="sites/all/libraries/flexslider/flexslider.css%3Fqc36vr.css" />
<link rel="stylesheet" media="all" href="https://trompamusic.eu/core/themes/stable/css/core/dropbutton/dropbutton.css?qc36vr" />
<link rel="stylesheet" media="all" href="modules/contrib/flexslider/assets/css/flexslider_img.css%3Fqc36vr.css" />
<link rel="stylesheet" media="all" href="themes/contrib/startupgrowth_lite/css/base/layout.css%3Fqc36vr.css" />
<link rel="stylesheet" media="all" href="themes/contrib/startupgrowth_lite/css/base/typography.css%3Fqc36vr.css" />
<link rel="stylesheet" media="all" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css" />
<link rel="stylesheet" media="all" href="themes/contrib/startupgrowth_lite/css/base/elements.css%3Fqc36vr.css" />
<link rel="stylesheet" media="all" href="themes/contrib/startupgrowth_lite/css/base/local-base.css%3Fqc36vr.css" />
<link rel="stylesheet" media="all" href="https://trompamusic.eu/core/themes/classy/css/components/action-links.css?qc36vr" />
<link rel="stylesheet" media="all" href="https://trompamusic.eu/core/themes/classy/css/components/breadcrumb.css?qc36vr" />
<link rel="stylesheet" media="all" href="https://trompamusic.eu/core/themes/classy/css/components/button.css?qc36vr" />
<link rel="stylesheet" media="all" href="https://trompamusic.eu/core/themes/classy/css/components/collapse-processed.css?qc36vr" />
<link rel="stylesheet" media="all" href="https://trompamusic.eu/core/themes/classy/css/components/container-inline.css?qc36vr" />
<link rel="stylesheet" media="all" href="https://trompamusic.eu/core/themes/classy/css/components/details.css?qc36vr" />
<link rel="stylesheet" media="all" href="https://trompamusic.eu/core/themes/classy/css/components/exposed-filters.css?qc36vr" />
<link rel="stylesheet" media="all" href="https://trompamusic.eu/core/themes/classy/css/components/field.css?qc36vr" />
<link rel="stylesheet" media="all" href="https://trompamusic.eu/core/themes/classy/css/components/form.css?qc36vr" />
<link rel="stylesheet" media="all" href="https://trompamusic.eu/core/themes/classy/css/components/icons.css?qc36vr" />
<link rel="stylesheet" media="all" href="https://trompamusic.eu/core/themes/classy/css/components/inline-form.css?qc36vr" />
<link rel="stylesheet" media="all" href="https://trompamusic.eu/core/themes/classy/css/components/item-list.css?qc36vr" />
<link rel="stylesheet" media="all" href="https://trompamusic.eu/core/themes/classy/css/components/link.css?qc36vr" />
<link rel="stylesheet" media="all" href="https://trompamusic.eu/core/themes/classy/css/components/links.css?qc36vr" />
<link rel="stylesheet" media="all" href="https://trompamusic.eu/core/themes/classy/css/components/menu.css?qc36vr" />
<link rel="stylesheet" media="all" href="https://trompamusic.eu/core/themes/classy/css/components/more-link.css?qc36vr" />
<link rel="stylesheet" media="all" href="https://trompamusic.eu/core/themes/classy/css/components/pager.css?qc36vr" />
<link rel="stylesheet" media="all" href="https://trompamusic.eu/core/themes/classy/css/components/tabledrag.css?qc36vr" />
<link rel="stylesheet" media="all" href="https://trompamusic.eu/core/themes/classy/css/components/tableselect.css?qc36vr" />
<link rel="stylesheet" media="all" href="https://trompamusic.eu/core/themes/classy/css/components/tablesort.css?qc36vr" />
<link rel="stylesheet" media="all" href="https://trompamusic.eu/core/themes/classy/css/components/tabs.css?qc36vr" />
<link rel="stylesheet" media="all" href="https://trompamusic.eu/core/themes/classy/css/components/textarea.css?qc36vr" />
<link rel="stylesheet" media="all" href="https://trompamusic.eu/core/themes/classy/css/components/ui-dialog.css?qc36vr" />
<link rel="stylesheet" media="all" href="https://trompamusic.eu/core/themes/classy/css/components/messages.css?qc36vr" />
<link rel="stylesheet" media="all" href="https://trompamusic.eu/core/themes/classy/css/components/node.css?qc36vr" />
<link rel="stylesheet" media="all" href="https://trompamusic.eu/core/themes/classy/css/components/dropbutton.css?qc36vr" />
<link rel="stylesheet" media="all" href="themes/contrib/startupgrowth_lite/css/components/accordion.css%3Fqc36vr.css" />
<link rel="stylesheet" media="all" href="themes/contrib/startupgrowth_lite/css/components/block.css%3Fqc36vr.css" />
<link rel="stylesheet" media="all" href="themes/contrib/startupgrowth_lite/css/components/breadcrumb.css%3Fqc36vr.css" />
<link rel="stylesheet" media="all" href="themes/contrib/startupgrowth_lite/css/components/buttons.css%3Fqc36vr.css" />
<link rel="stylesheet" media="all" href="themes/contrib/startupgrowth_lite/css/components/call-to-action.css%3Fqc36vr.css" />
<link rel="stylesheet" media="all" href="themes/contrib/startupgrowth_lite/css/components/contact-info.css%3Fqc36vr.css" />
<link rel="stylesheet" media="all" href="themes/contrib/startupgrowth_lite/css/components/more-links.css%3Fqc36vr.css" />
<link rel="stylesheet" media="all" href="themes/contrib/startupgrowth_lite/css/components/comments.css%3Fqc36vr.css" />
<link rel="stylesheet" media="all" href="themes/contrib/startupgrowth_lite/css/components/forms.css%3Fqc36vr.css" />
<link rel="stylesheet" media="all" href="themes/contrib/startupgrowth_lite/css/components/field-taxonomy-term.css%3Fqc36vr.css" />
<link rel="stylesheet" media="all" href="themes/contrib/startupgrowth_lite/css/components/icons-list.css%3Fqc36vr.css" />
<link rel="stylesheet" media="all" href="themes/contrib/startupgrowth_lite/css/components/item-list.css%3Fqc36vr.css" />
<link rel="stylesheet" media="all" href="themes/contrib/startupgrowth_lite/css/components/image-overlay.css%3Fqc36vr.css" />
<link rel="stylesheet" media="all" href="themes/contrib/startupgrowth_lite/css/components/node.css%3Fqc36vr.css" />
<link rel="stylesheet" media="all" href="themes/contrib/startupgrowth_lite/css/components/node-testimonial.css%3Fqc36vr.css" />
<link rel="stylesheet" media="all" href="themes/contrib/startupgrowth_lite/css/components/node-links.css%3Fqc36vr.css" />
<link rel="stylesheet" media="all" href="themes/contrib/startupgrowth_lite/css/components/node-images.css%3Fqc36vr.css" />
<link rel="stylesheet" media="all" href="themes/contrib/startupgrowth_lite/css/components/search.css%3Fqc36vr.css" />
<link rel="stylesheet" media="all" href="themes/contrib/startupgrowth_lite/css/components/site-branding.css%3Fqc36vr.css" />
<link rel="stylesheet" media="all" href="themes/contrib/startupgrowth_lite/css/components/tables.css%3Fqc36vr.css" />
<link rel="stylesheet" media="all" href="themes/contrib/startupgrowth_lite/css/components/tabs.css%3Fqc36vr.css" />
<link rel="stylesheet" media="all" href="themes/contrib/startupgrowth_lite/css/components/team-members.css%3Fqc36vr.css" />
<link rel="stylesheet" media="all" href="themes/contrib/startupgrowth_lite/css/components/pills.css%3Fqc36vr.css" />
<link rel="stylesheet" media="all" href="themes/contrib/startupgrowth_lite/css/components/pager.css%3Fqc36vr.css" />
<link rel="stylesheet" media="all" href="themes/contrib/startupgrowth_lite/css/components/menu.css%3Fqc36vr.css" />
<link rel="stylesheet" media="all" href="themes/contrib/startupgrowth_lite/css/components/views.css%3Fqc36vr.css" />
<link rel="stylesheet" media="all" href="themes/contrib/startupgrowth_lite/css/components/view-promoted-items.css%3Fqc36vr.css" />
<link rel="stylesheet" media="all" href="themes/contrib/startupgrowth_lite/css/components/flexslider.css%3Fqc36vr.css" />
<link rel="stylesheet" media="all" href="themes/contrib/startupgrowth_lite/css/components/messages.css%3Fqc36vr.css" />
<link rel="stylesheet" media="all" href="themes/contrib/startupgrowth_lite/css/components/to-top.css%3Fqc36vr.css" />
<link rel="stylesheet" media="all" href="themes/contrib/startupgrowth_lite/css/components/fixed-header.css%3Fqc36vr.css" />
<link rel="stylesheet" media="all" href="themes/contrib/startupgrowth_lite/css/components/local-components.css%3Fqc36vr.css" />
<link rel="stylesheet" media="all" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.6.3/css/font-awesome.min.css" />
<link rel="stylesheet" media="all" href="https://fonts.googleapis.com/css?family=Roboto+Slab:400,300,700&subset=latin-ext,latin,greek" />
<link rel="stylesheet" media="all" href="https://fonts.googleapis.com/css?family=Roboto:400,400italic,700,300,700italic&subset=latin-ext,latin,greek" />
<link rel="stylesheet" media="all" href="https://fonts.googleapis.com/css?family=Source+Code+Pro&subset=latin,latin-ext" />
<link rel="stylesheet" media="all" href="https://fonts.googleapis.com/css?family=PT+Serif:400,700,400italic,700italic&subset=latin,latin-ext" />
<link rel="stylesheet" media="all" href="themes/contrib/startupgrowth_lite/css/theme/color-gray-orange.css%3Fqc36vr.css" />
<link rel="stylesheet" media="all" href="themes/contrib/startupgrowth_lite/css/theme/local-theme.css%3Fqc36vr.css" />
<!--[if lte IE 8]>
<script src="/core/assets/vendor/html5shiv/html5shiv.min.js?v=3.7.3"></script>
<![endif]-->
</head>
<body class="layout-one-sidebar layout-sidebar-second wide form-style-1 hff-10 pff-05 sff-05 slff-10 fixed-header-enabled path-frontpage">
<a href="es%3Fpage=7.html#main-content" class="visually-hidden focusable skip-link">
Pasar al contenido principal
</a>
<div class="dialog-off-canvas-main-canvas" data-off-canvas-main-canvas>
<div id="page-container" class="page-container">
<div id="header-container" class="header-container white-region">
<header id="header" role="banner" class="clearfix header fixed-width two-columns">
<div class="container">
<div id="header-inside" class="clearfix header-inside">
<div class="row">
<div class="col-md-4">
<div class="header-area">
<div id="header-inside-first" class="clearfix header-inside-first">
<div class="region region-header-first">
<div id="block-startupgrowth-lite-branding" class="clearfix site-branding block block-system block-system-branding-block">
<div class="logo-and-site-name-wrapper clearfix">
<div class="logo">
<a href="es.html" title="Inicio" rel="home" class="site-branding__logo">
<img src="sites/default/files/top-bar-logo_0_0.png" alt="Inicio" />
</a>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="col-md-8">
<div class="header-area">
<div id="header-inside-third" class="clearfix header-inside-third">
<div id="search-area" class="clearfix search-area">
<div class="region region-search-area">
<div class="search-block-form block block-search container-inline" data-drupal-selector="search-block-form" id="block-searchform" role="search">
<form action="https://trompamusic.eu/es/search/node" method="get" id="search-block-form" accept-charset="UTF-8">
<div class="js-form-item form-item js-form-type-search form-type-search js-form-item-keys form-item-keys form-no-label">
<label for="edit-keys" class="visually-hidden">Buscar</label>
<input title="Escriba lo que quiere buscar." placeholder="Search..." data-drupal-selector="edit-keys" type="search" id="edit-keys" name="keys" value="" size="15" maxlength="128" class="form-search" />
</div>
<div data-drupal-selector="edit-actions" class="form-actions js-form-wrapper form-wrapper" id="edit-actions"><input class="search-form__submit button js-form-submit form-submit" data-drupal-selector="edit-submit" type="submit" id="edit-submit" value="Buscar" />
</div>
</form>
</div>
</div>
</div>
<div id="main-navigation" class="clearfix main-navigation with-search-bar ">
<nav role="navigation">
<div class="region region-navigation">
<div id="block-mainnavigation-2" class="block block-core block-superfishmain">
<div class="content">
<ul id="superfish-main" class="menu sf-menu sf-main sf-horizontal sf-style-none">
<li id="main-menu-link-content418a3919-5203-4ef0-8b47-aecb184f90ab" class="sf-depth-1 menuparent"><a href="es/node/10.html" class="sf-depth-1 menuparent">About TROMPA</a><ul><li id="main-menu-link-content3d9fb446-be6b-4529-9ea0-0ff37a447fe1" class="sf-depth-2 sf-no-children"><a href="es/node/11.html" class="sf-depth-2">About</a></li><li id="main-menu-link-contenta2452c03-612c-42c3-b85b-1699234ddc32" class="sf-depth-2 sf-no-children"><a href="es/node/17.html" class="sf-depth-2">Partners</a></li><li id="main-menu-link-content5190ab8a-5cf2-49a1-879e-418022f6ffb3" class="sf-depth-2 sf-no-children"><a href="es/node/69.html" class="sf-depth-2">Supporters</a></li><li id="main-menu-link-content9984161e-cc51-4e56-9876-f94f68e4ddde" class="sf-depth-2 sf-no-children"><a href="es/node/12.html" class="sf-depth-2">Advisers</a></li></ul></li><li id="main-menu-link-contentac9cf80f-623d-45f3-bc9c-84f404289d5a" class="sf-depth-1 sf-no-children"><a href="es/news.html" class="sf-depth-1">News</a></li><li id="main-menu-link-content48405c91-623b-4eb2-86d6-1b5721c768a3" class="sf-depth-1 menuparent"><a href="es/node/19.html" class="sf-depth-1 menuparent">Use cases</a><ul><li id="main-menu-link-content6019e1cf-931b-4ff2-95c5-38a5ea4f5371" class="sf-depth-2 sf-no-children"><a href="es/music-scholars.html" class="sf-depth-2">Music scholars</a></li><li id="main-menu-link-contentbf2f6ad3-69ee-4bd2-9522-dc6333dcab8f" class="sf-depth-2 sf-no-children"><a href="es/taxonomy/term/15.html" title="Choir Singers" class="sf-depth-2">Choir Singers</a></li><li id="main-menu-link-content672b5377-03b1-4524-b454-58c4c6e890ee" class="sf-depth-2 sf-no-children"><a href="es/content-owners.html" class="sf-depth-2">Content owners</a></li><li id="main-menu-link-content04031ec3-03b6-4b55-89b0-decfe9ce9e28" class="sf-depth-2 sf-no-children"><a href="es/instrumental-players.html" class="sf-depth-2">Instrumental players</a></li><li id="main-menu-link-content170453c2-9746-434a-9284-7e79b6baca58" class="sf-depth-2 sf-no-children"><a href="es/music-enthusiasts.html" class="sf-depth-2">Music enthusiasts</a></li></ul></li><li id="main-menu-link-content169ef468-b856-4258-9f86-86204d720379" class="sf-depth-1 menuparent"><a href="es/node/27.html" class="sf-depth-1 menuparent">Research</a><ul><li id="main-menu-link-content8732c141-dd2b-45f7-8732-0eca6bc5c9db" class="sf-depth-2 menuparent"><a href="es/node/65.html" class="sf-depth-2 menuparent">Themes</a><ul><li id="main-menu-link-contenta3416527-fd4a-4c97-83e7-19227f27ece4" class="sf-depth-3 sf-no-children"><a href="es/node/28.html" class="sf-depth-3">Scanned score analysis</a></li><li id="main-menu-link-content5754fdca-61cb-4416-9e4a-6276e483208a" class="sf-depth-3 sf-no-children"><a href="es/node/31.html" class="sf-depth-3">Crowd annotation of cultural heritage collections</a></li><li id="main-menu-link-contenta965b9c5-2bcc-486b-8d2a-7beb2b365ecd" class="sf-depth-3 sf-no-children"><a href="es/node/61.html" class="sf-depth-3">Automatic performance and piece assessment</a></li><li id="main-menu-link-contentd4e7200c-e55d-4b1a-8258-fa34ba514c61" class="sf-depth-3 sf-no-children"><a href="es/node/63.html" class="sf-depth-3">Multimodal cross-linking</a></li><li id="main-menu-link-contentfa74eb4f-1f8a-4987-8fc9-44b4a8967b69" class="sf-depth-3 sf-no-children"><a href="es/node/62.html" class="sf-depth-3">Singing voice synthesis for score sonification</a></li><li id="main-menu-link-content9b489d13-2186-4738-8813-fa72a9e87892" class="sf-depth-3 sf-no-children"><a href="es/node/59.html" class="sf-depth-3">Symbolic music description</a></li><li id="main-menu-link-contentacc8162f-a271-41fd-b592-92cb3a73dca8" class="sf-depth-3 sf-no-children"><a href="es/node/60.html" class="sf-depth-3">Multimodal music description</a></li></ul></li><li id="main-menu-link-contentfa05eda3-5a13-482b-90a1-f9197d001668" class="sf-depth-2 menuparent"><a href="es/node/66.html" class="sf-depth-2 menuparent">Results</a><ul><li id="main-menu-link-content8682b8da-1f78-4db1-8e5b-06d270c5ec38" class="sf-depth-3 sf-no-children"><a href="es/node/67.html" class="sf-depth-3">Deliverables</a></li><li id="main-menu-link-content7d300042-9345-4185-b409-c48ebbe8c684" class="sf-depth-3 sf-no-children"><a href="es/node/71.html" class="sf-depth-3">Publications</a></li></ul></li></ul></li><li id="main-menu-link-content01b7ea5f-03d3-4895-bb4e-a9338aedf64c" class="sf-depth-1 menuparent"><a href="es/node/57.html" class="sf-depth-1 menuparent">Get involved</a><ul><li id="main-menu-link-content2ea12226-e573-4035-8446-db014bae64e5" class="sf-depth-3 sf-no-children"><a href="es/node/92.html" title="Conference on Requirements, Use Cases, and User Studies in Digital Music Libraries and Archives" class="sf-depth-3">Rucus2019</a></li></ul></li>
</ul>
</div>
</div>
</div>
</nav>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</header>
</div>
<div id="banner" class="clearfix banner">
<div class="container-fluid">
<div id="banner-inside" class="clearfix banner-inside">
<div class="banner-area">
<div class="row">
<div class="col-md-12">
<div class="region region-banner">
<div class="views-element-container block block-views block-views-blockflexslider-slideshow--block-1" id="block-views-block-flexslider-slideshow-block-1">
<div class="content">
<div><div class="view view-flexslider-slideshow- view-id-flexslider_slideshow_ view-display-id-block_1 js-view-dom-id-d311586a3fb1fc6bd8a134f5cdf80867ddedf43c32d1ac5a686a2734e876de80">
<div class="view-content">
<div>
<div id="flexslider-1" class="flexslider optionset-default">
<ul class="slides">
<li>
<div class="views-field views-field-field-mt-slideshow-image"><div class="field-content"> <a href="node/104.html"><img src="sites/default/files/styles/flexslider_full/public/2020-01/BEC2AA69-8EB2-44C4-A915-0A3D9ED9679C_1_105_c.jpeg%3Fitok=zcNmqk5D" width="1920" height="640" alt="participants looking at development backlog" typeof="foaf:Image" class="image-style-flexslider-full" />
</a>
</div></div>
<div class="flex-caption"><a href="node/104.html" hreflang="en"> Key software components published after 2-day technical meetup</a></div>
</li>
<li>
<div class="views-field views-field-field-mt-slideshow-image"><div class="field-content"> <a href="get-involved.html"><img src="sites/default/files/styles/flexslider_full/public/2018-07/Slide-join_0.jpg%3Fitok=gdk-v_lR" width="1920" height="640" alt="Slide-join" typeof="foaf:Image" class="image-style-flexslider-full" />
</a>
</div></div>
<div class="flex-caption"><a href="get-involved.html" hreflang="en">Get involved</a></div>
</li>
<li>
<div class="views-field views-field-field-mt-slideshow-image"><div class="field-content"> <a href="node/56.html"><img src="sites/default/files/styles/flexslider_full/public/2018-07/Slide-owners.jpg%3Fitok=LW_zZBXx" width="1920" height="640" alt="Slide-owners" typeof="foaf:Image" class="image-style-flexslider-full" />
</a>
</div></div>
<div class="flex-caption"><a href="node/56.html" hreflang="en">Content owners</a></div>
</li>
<li>
<div class="views-field views-field-field-mt-slideshow-image"><div class="field-content"> <a href="node/54.html"><img src="sites/default/files/styles/flexslider_full/public/2018-07/Slide-players.jpg%3Fitok=D5FIMlU4" width="1920" height="640" alt="Slider-players" typeof="foaf:Image" class="image-style-flexslider-full" />
</a>
</div></div>
<div class="flex-caption"><a href="node/54.html" hreflang="en">Instrumental players</a></div>
</li>
<li>
<div class="views-field views-field-field-mt-slideshow-image"><div class="field-content"> <a href="node/53.html"><img src="sites/default/files/styles/flexslider_full/public/2018-07/Slide-scholars.jpg%3Fitok=apD3R6C8" width="1920" height="640" alt="Slide-scholar" typeof="foaf:Image" class="image-style-flexslider-full" />
</a>
</div></div>
<div class="flex-caption"><a href="node/53.html" hreflang="en">Music scholars</a></div>
</li>
<li>
<div class="views-field views-field-field-mt-slideshow-image"><div class="field-content"> <a href="node/52.html"><img src="sites/default/files/styles/flexslider_full/public/2018-07/Slide-enthusiasts.jpg%3Fitok=OuJQAVdi" width="1920" height="640" alt="Slide-enthusiasts" typeof="foaf:Image" class="image-style-flexslider-full" />
</a>
</div></div>
<div class="flex-caption"><a href="node/52.html" hreflang="en">Music enthusiasts</a></div>
</li>
</ul>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<div id="page-start" class="clearfix"></div>
<div id="page" class="clearfix page">
<div class="system-messages">
<div class="container">
<div class="row">
<div class="col-md-12">
<div class="region region-system-messages">
<div data-drupal-messages-fallback class="hidden"></div>
</div>
</div>
</div>
</div>
</div>
<div id="content-top" class="clearfix content-top white-region">
<div class="container">
<div id="content-top-inside" class="clearfix content-top-inside"
>
<div class="row">
<div class="col-md-12">
<div class="content-top-area">
<div class="region region-content-top">
<div id="block-frontpagebenefits" class="block block-block-content block-block-contentb8fdf92a-5552-487b-a70a-cfc0ba7880d0">
<div class="content">
<div class="clearfix text-formatted field field--name-body field--type-text-with-summary field--label-hidden field__item"><h2 class="title">TROMPA</h2>
<div class="content">
<div class="row view-promoted-items view view-mt-benefits">
<div class="view-content">Welcome to the TROMPA website! TROMPA (<u>T</u>owards <u>R</u>icher <u>O</u>nline <u>M</u>usic <u>P</u>ublic-domain <u>A</u>rchives) is an international research project, sponsored by the European Union. In the project, we are investigating how we can make public-domain digital music resources more accessible...with a little bit of help from state-of-the-art technology, and you!</div>
<div class="view-content"> </div>
<div class="view-content">Read more about our work through the menu items above, and <a href="node/57.html">get involved!</a></div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<div id="content-top-highlighted" class="clearfix content-top-highlighted light-colored-region">
<div class="container">
<div id="content-top-highlighted-inside" class="clearfix content-top-highlighted-inside"
>
<div class="row">
<div class="col-md-12">
<div class="content-top-highlighted-area">
<div class="region region-content-top-highlighted">
<div id="block-frontpagepresentation2" class="block block-block-content block-block-content5f42d2c9-f636-42dd-8856-c7d59b60d440">
<div class="content">
<div class="clearfix text-formatted field field--name-body field--type-text-with-summary field--label-hidden field__item"><div style="text-align:center;">
<hr /><div class="row">
<div class="col-md-4"><img alt="TIDE" data-entity-type="file" data-entity-uuid="7c545010-ffb9-4ce7-a93f-a0c4c86f866f" src="sites/default/files/inline-images/TIDE.png" /></div>
<div class="col-md-4"><img alt="MTG" data-entity-type="file" data-entity-uuid="8523b640-a2d3-41a7-a8f6-f05fd75ab2aa" src="sites/default/files/inline-images/MTG_logo.png" /></div>
<div class="col-md-2"><img alt="TU Delft" data-entity-type="file" data-entity-uuid="f941772d-67a9-4c0e-ab74-6af9f56e59a8" src="sites/default/files/inline-images/TU_Delft_logo_RGB.png" /></div>
<div class="col-md-2"><img alt="MDW" data-entity-type="file" data-entity-uuid="0457ef34-cf63-4144-a28a-e4e64a42a151" src="sites/default/files/inline-images/MDW.png" /></div>
</div>
<div class="row">
<div class="col-md-2"><img alt="Goldsmiths University of London" data-entity-type="file" data-entity-uuid="3506bef8-26ce-46ad-b8a2-2c8f1364b3e1" src="sites/default/files/inline-images/Goldsmiths_Black_trans (3).png" /></div>
<div class="col-md-2"><img alt="Peachnote" src="sites/default/files/inline-images/2e06b821-9d93-4b47-89af-1f3581a193f2.png" /></div>
<div class="col-md-2"><img alt="Muziekweb" src="sites/default/files/inline-images/89b0c7b9-e846-4b8a-8f2d-5972403ea6f0.png" /></div>
<div class="col-md-2"><img alt="Concertgebouworkest" data-entity-type="file" data-entity-uuid="5ba758f2-979b-4283-af4f-7defed0fd2e4" src="sites/default/files/inline-images/CO.jpg" /></div>
<div class="col-md-2"><img alt="Videodock" data-entity-type="file" data-entity-uuid="445f2b5c-fd91-4812-b80c-729aa804b029" src="sites/default/files/inline-images/Logo with slogan.png" /></div>
<div class="col-md-2"><img alt="Voctro" data-entity-type="file" data-entity-uuid="82f00ebc-3dff-4b1c-8d7e-1a838c73a641" src="sites/default/files/inline-images/Voctro.png" /></div>
</div>
<hr /></div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<div id="main-content" class="clearfix main-content white-region">
<div class="container">
<div class="row">
<section class="col-md-8">
<div id="main" class="clearfix main main-area"
>
<div class="region region-content">
<div id="block-startupgrowth-lite-content" class="block block-system block-system-main-block">
<div class="content">
<div class="views-element-container"><div class="view view-frontpage view-id-frontpage view-display-id-page_1 js-view-dom-id-3118b9ac689e3ea8529a52abf3e50035650c435e2dc5ef56b0aa9325009db5dd">
<div class="view-content">
<div class="views-row">
<article data-history-node-id="113" role="article" about="/es/node/113" typeof="schema:Article" class="node node--type-article node--promoted node--view-mode-teaser clearfix">
<div class="node--content-container">
<div class="node--submitted-info
">
<div class="submitted-date">
<i class="fa fa-calendar hidden-lg hidden-md hidden-sm"></i>
<div class="month">Mayo</div>
<div class="day">28</div>
<div class="year">2020</div>
</div>
<div class="comments-count">
<i class="fa fa-comment"></i>
<div class="comment-counter">0</div>
</div>
</div>
<div class="node--content clearfix">
<header>
<h2 class="node__title">
<a href="es/node/113.html" rel="bookmark"><span property="schema:name" class="field field--name-title field--type-string field--label-hidden">BUENA ACOGIDA DEL PILOTO PARA CORALES Y NUEVAS PROPUESTAS DE MEJORA </span>
</a>
</h2>
<span property="schema:name" content="BUENA ACOGIDA DEL PILOTO PARA CORALES Y NUEVAS PROPUESTAS DE MEJORA " class="rdf-meta hidden"></span>
<span property="schema:interactionCount" content="UserComments:0" class="rdf-meta hidden"></span>
<div class="node__meta">
<article typeof="schema:Person" about="/user/103" class="profile">
</article>
<span class="submitted-info">
By <span rel="schema:author" class="field field--name-uid field--type-entity-reference field--label-hidden"><span lang="" about="/es/user/103" typeof="schema:Person" property="schema:name" datatype="">Maria Pilar</span></span>
</span>
<span property="schema:dateCreated" content="2020-05-28T19:06:42+00:00" class="rdf-meta hidden"></span>
</div>
</header>
<div class="node--main-content">
<div property="schema:text" class="clearfix text-formatted field field--name-body field--type-text-with-summary field--label-hidden field__item"><ul><li dir="ltr">
<p dir="ltr"><strong>El piloto del proyecto europeo <a href="index.html">TROMPA</a> (Towards Richer Music Public-Domain Archives) dirigido a la práctica coral ha tenido una buena acogida por parte de las personas que lo han testeado, según las valoraciones posteriores tras una serie de pruebas realizadas.</strong></p>
</li>
<li dir="ltr">
<p dir="ltr"><strong>Las personas que han testeado el piloto han aportado ideas y propuestas de mejora de varias funcionalidades de la aplicación que se incorporarán próximamente.</strong></p></div>
<div class="field field--name-field-tags field--type-entity-reference field--label-above field--entity-reference-target-type-taxonomy-term clearfix">
<h3 class="field__label">Etiquetas</h3>
<ul class='links field__items'>
<li><a href="news.html" property="schema:about" hreflang="en">News</a></li>
<li><a href="taxonomy/term/54.html" property="schema:about" hreflang="en">coros</a></li>
<li><a href="taxonomy/term/56.html" property="schema:about" hreflang="en">corales</a></li>
<li><a href="taxonomy/term/61.html" property="schema:about" hreflang="en">piloto TROMPA</a></li>
<li><a href="taxonomy/term/53.html" property="schema:about" hreflang="en">cantantes</a></li>
<li><a href="taxonomy/term/62.html" property="schema:about" hreflang="en">ensayos</a></li>
<li><a href="taxonomy/term/63.html" property="schema:about" hreflang="en">coro</a></li>
<li><a href="taxonomy/term/64.html" property="schema:about" hreflang="en">coral</a></li>
<li><a href="taxonomy/term/67.html" property="schema:about" hreflang="en">Cantantes de coro</a></li>
<li><a href="es/taxonomy/term/15.html" property="schema:about" hreflang="es">Cantantes de coros</a></li>
<li><a href="taxonomy/term/69.html" property="schema:about" hreflang="en">choir-singers</a></li>
<li><a href="taxonomy/term/71.html" property="schema:about" hreflang="en">Choir singers introduction</a></li>
</ul>
</div> <div class="node__links">
<ul class="links inline"><li class="node-readmore"><a href="es/node/113.html" rel="tag" title="BUENA ACOGIDA DEL PILOTO PARA CORALES Y NUEVAS PROPUESTAS DE MEJORA " hreflang="es">Lee más<span class="visually-hidden"> sobre BUENA ACOGIDA DEL PILOTO PARA CORALES Y NUEVAS PROPUESTAS DE MEJORA </span></a></li><li class="comment-forbidden"><a href="es/user/login%3Fdestination=%252Fes%252Fnode%252F113%23comment-form.html">Inicie sesión</a> para enviar comentarios</li></ul> </div>
</div>
</div>
</div>
</article>
</div>
</div>
<nav class="pager" role="navigation" aria-labelledby="pagination-heading">
<h4 id="pagination-heading" class="visually-hidden">Paginación</h4>
<ul class="pager__items js-pager__items">
<li class="pager__item pager__item--first">
<a href="es%3Fpage=0.html" title="Ir a la primera página">
<span class="visually-hidden">Primera página</span>
<span aria-hidden="true">« Primero</span>
</a>
</li>
<li class="pager__item pager__item--previous">
<a href="es%3Fpage=6.html" title="Ir a la página anterior" rel="prev">
<span class="visually-hidden">Página anterior</span>
<span aria-hidden="true">‹ Anterior</span>
</a>
</li>
<li class="pager__item pager__item--ellipsis" role="presentation">…</li>
<li class="pager__item">
<a href="es%3Fpage=2.html" title="Go to page 3">
<span class="visually-hidden">
Página
</span>3</a>
</li>
<li class="pager__item">
<a href="es%3Fpage=3.html" title="Go to page 4">
<span class="visually-hidden">
Página
</span>4</a>
</li>
<li class="pager__item">
<a href="es%3Fpage=4.html" title="Go to page 5">
<span class="visually-hidden">
Página
</span>5</a>
</li>
<li class="pager__item">
<a href="es%3Fpage=5.html" title="Go to page 6">
<span class="visually-hidden">
Página
</span>6</a>
</li>
<li class="pager__item">
<a href="es%3Fpage=6.html" title="Go to page 7">
<span class="visually-hidden">
Página
</span>7</a>
</li>
<li class="pager__item is-active">
<a href="es%3Fpage=7.html" title="Página actual">
<span class="visually-hidden">
Página actual
</span>8</a>
</li>
<li class="pager__item">
<a href="es%3Fpage=8.html" title="Go to page 9">
<span class="visually-hidden">
Página
</span>9</a>
</li>
<li class="pager__item">
<a href="es%3Fpage=9.html" title="Go to page 10">
<span class="visually-hidden">
Página
</span>10</a>
</li>
<li class="pager__item">
<a href="es%3Fpage=10.html" title="Go to page 11">
<span class="visually-hidden">
Página
</span>11</a>
</li>
<li class="pager__item pager__item--next">
<a href="es%3Fpage=8.html" title="Ir a la página siguiente" rel="next">
<span class="visually-hidden">Siguiente página</span>
<span aria-hidden="true">Siguiente ></span>
</a>
</li>
<li class="pager__item pager__item--last">
<a href="es%3Fpage=10.html" title="Ir a la última página">
<span class="visually-hidden">Última página</span>
<span aria-hidden="true">Último »</span>
</a>
</li>
</ul>
</nav>
<div class="feed-icons">
<a href="es/rss.xml" class="feed-icon">
Suscribirse a
</a>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<aside class="col-md-4 fix-sidebar-second">
<section id="sidebar-second" class="sidebar sidebar-second clearfix"
>
<div class="region region-sidebar-second">
<div id="block-dropdownlanguage" class="block block-dropdown-language block-dropdown-languagelanguage-interface">
<div class="content">
<div class="dropbutton-wrapper"><div class="dropbutton-widget"><ul class="dropdown-language-item dropbutton"><li class="es"><span class="language-link active-language" hreflang="es"><img class="language-icon" src="modules/languageicons/flags/es.png" width="16" height="12" alt="Español" title="Español" typeof="foaf:Image" />
Español
</span></li><li class="en"><a href="index.html%3Fpage=7.html" class="language-link" hreflang="en"><img class="language-icon" src="modules/languageicons/flags/en.png" width="16" height="12" alt="English" title="English" typeof="foaf:Image" />
English
</a></li><li class="ca"><a href="ca%3Fpage=7.html" class="language-link" hreflang="ca"><img class="language-icon" src="modules/languageicons/flags/ca.png" width="16" height="12" alt="Catalan" title="Catalan" typeof="foaf:Image" />
Catalan
</a></li><li class="nl"><a href="nl.html" class="language-link" hreflang="nl"><img class="language-icon" src="modules/languageicons/flags/nl.png" width="16" height="12" alt="Dutch" title="Dutch" typeof="foaf:Image" />
Dutch
</a></li><li class="de"><a href="de.html" class="language-link" hreflang="de"><img class="language-icon" src="modules/languageicons/flags/de.png" width="16" height="12" alt="Deutsch" title="Deutsch" typeof="foaf:Image" />
Deutsch
</a></li><li class="fr"><a href="fr.html" class="language-link" hreflang="fr"><img class="language-icon" src="modules/languageicons/flags/fr.png" width="16" height="12" alt="French" title="French" typeof="foaf:Image" />
French
</a></li></ul></div></div>
</div>
</div>
<div class="search-block-form block block-search container-inline" data-drupal-selector="search-block-form-2" id="block-startupgrowth-lite-search" role="search">
<form action="https://trompamusic.eu/es/search/node" method="get" id="search-block-form--2" accept-charset="UTF-8">
<div class="js-form-item form-item js-form-type-search form-type-search js-form-item-keys form-item-keys form-no-label">
<label for="edit-keys--2" class="visually-hidden">Buscar</label>
<input title="Escriba lo que quiere buscar." placeholder="Search..." data-drupal-selector="edit-keys" type="search" id="edit-keys--2" name="keys" value="" size="15" maxlength="128" class="form-search" />
</div>
<div data-drupal-selector="edit-actions" class="form-actions js-form-wrapper form-wrapper" id="edit-actions--2"><input class="search-form__submit button js-form-submit form-submit" data-drupal-selector="edit-submit" type="submit" id="edit-submit--2" value="Buscar" />
</div>
</form>
</div>
<nav role="navigation" aria-labelledby="block-mainnavigation-menu" id="block-mainnavigation" class="block block-menu navigation menu--main">
<h2 id="block-mainnavigation-menu">Main navigation</h2>
<ul class="clearfix menu">
<li class="menu-item menu-item--collapsed">
<a href="es/node/10.html" data-drupal-link-system-path="node/10">About TROMPA</a>
</li>
<li class="menu-item">
<a href="es/news.html" data-drupal-link-system-path="taxonomy/term/10">News</a>
</li>
<li class="menu-item menu-item--collapsed">
<a href="es/node/19.html" data-drupal-link-system-path="node/19">Use cases</a>
</li>
<li class="menu-item menu-item--collapsed">
<a href="es/node/27.html" data-drupal-link-system-path="node/27">Research</a>
</li>
<li class="menu-item menu-item--collapsed">
<a href="es/node/57.html" data-drupal-link-system-path="node/57">Get involved</a>
</li>
</ul>
</nav>
<div id="block-sidebarblock" class="block block-block-content block-block-contente5c2a28e-9910-472e-a00e-a9a4aab0b562">
<h2 class="title">Get involved</h2>
<div class="content">
<div class="clearfix text-formatted field field--name-body field--type-text-with-summary field--label-hidden field__item"><p>Get involved!</p>
<p><a class="button" href="mailto:[email protected]">Get in touch</a></p>
</div>
</div>
</div>
</div>
</section>
</aside>
</div>
</div>
</div>
<div id="highlighted" class="clearfix highlighted light-colored-region">
<div class="container">
<div id="highlighted-inside" class="clearfix highlighted-inside"
>
<div class="row">
<div class="col-md-12">
<div class="highlighted-area">
<div class="region region-highlighted">
<div id="block-frontpagepresentation" class="block block-block-content block-block-content8634ea15-6705-4a65-9946-6414bc2e1fce">
<div class="content">
<div class="clearfix text-formatted field field--name-body field--type-text-with-summary field--label-hidden field__item"><div style="text-align:center;">
<h2>Use Cases</h2>
</div>
<div class="row">
<div class="col-sm-6">
<div class="row">
<div class="col-sm-3"><img alt="music scholars" data-entity-type="file" data-entity-uuid="d3872673-322c-42b0-8958-7d7278f4d287" src="sites/default/files/inline-images/MUSIC SCHOLARS.png" class="align-left" /></div>
<div class="col-sm-9">
<h4>Music Scholars</h4>
<p>We will support and innovate musicological research processes by offering richer digitisation pipelines, increased-efficiency annotation of music material, and user-friendly ways to automatically search and analyse musical data and link related resources across modalities and collections.</p>
<p><a href="music-scholars.html">More »</a></p>
</div>
</div>
</div>
<div class="col-sm-6">
<div class="row">
<div class="col-sm-3"><img alt="Instrumental players" data-entity-type="file" data-entity-uuid="b9cad549-f476-4c5c-94a8-77ec4341a676" src="sites/default/files/inline-images/Artboard 2.png" class="align-left" /></div>
<div class="col-sm-9">
<h4>Instrumental Players</h4>
<p>We will offer ways for instrumentalists to explore archives of scores and corresponding performances in multimodal ways beyond directed text search, learn about various performance interpretations, estimate how challenging a new repertoire piece will be to learn, and inform and improve individual performance strategies based on existing corpora of available recordings.</p>
<p><a href="instrumental-players.html">More »</a></p>
</div>
</div>
</div>
</div>
<div class="row">
<div class="col-sm-6">
<div class="row">
<div class="col-sm-3"><img alt="Contetn owners" data-entity-type="file" data-entity-uuid="240f4069-a748-4e9e-a565-d5360aa42c1f" src="sites/default/files/inline-images/CONTENT OWNERS.png" class="align-left" /></div>
<div class="col-sm-9">
<h4>Content Owners</h4>
<p>Content owners, such as orchestras, are an important intermediate user category for digital music resources, and play an important role in developing commercial exploitation possibilities and growing new audiences for these resources. Both from a technological and business modeling perspective, we will investigate digitisation, annotation and sharing infrastructure for privately-governed archive material from orchestras, relating to public-domain musical score information.</p>
<p><a href="content-owners.html">More »</a></p>
</div>
</div>
</div>
<div class="col-sm-6">
<div class="row">
<div class="col-sm-3"><img alt="Music enthusiasts" data-entity-type="file" data-entity-uuid="0e98c1a1-4376-4b3a-aa81-b4d2b96c88ae" src="sites/default/files/inline-images/MUSIC ENTHUSIASTS.png" class="align-left" /></div>
<div class="col-sm-9">
<h4>Music Enthusiasts</h4>
<p>We will propose novel and playful interaction mechanisms for musical cultural heritage content aimed at people without formal musical knowledge, but with interest in learning more about music. The audience considered for requirements and validation will be recruited at cultural and science festivals.</p>
<p><a href="music-enthusiasts.html">More »</a></p>
</div>
</div>
</div>
</div>
<div class="row">
<div class="col-sm-6">
<div class="row">
<div class="col-sm-3"><img alt="Choir" data-entity-type="file" data-entity-uuid="d50c0e7e-7bf3-4da7-8c1d-12e99bf7f702" src="sites/default/files/inline-images/CHOIR.png" class="align-left" /></div>
<div class="col-sm-9">
<h4>Choir Singers</h4>
<p>We will leverage knowledge of existing performance interpretations and repertoire to offer novel interactive feedback mechanisms surrounding rehearsals. We will employ (multi-lingual) singing voice synthesis mechanisms to automatically generate study and feedback solutions for amateur vocal performance (e.g. virtual choirs with flexible toggling of parts).</p>
<p><a href="choir-singers.html">More »</a></p>
</div>
</div>
</div>
<div class="col-sm-6">
<div class="row">
<div class="col-sm-3"> </div>
<div class="col-sm-9"> </div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<div id="footer-top" class="clearfix footer-top one-region light-gray-region">
<div class="container">
<div id="footer-top-inside" class="clearfix footer-top-inside"
>
<div class="row">
<div class="col-md-12">
<div id="footer-top-first" class="clearfix footer-top-first">
<div class="footer-top-area">
<div class="region region-footer-top-first">
<div id="block-socialbookmarks" class="block block-block-content block-block-contentf8c84584-d266-4c46-9ba0-1bd4529d7f9a">
<div class="content">
<div class="clearfix text-formatted field field--name-body field--type-text-with-summary field--label-hidden field__item"><ul class="icons-list text-right" style="display:none;"><li class="text">Follow us on social media</li>
<li class="twitter"><a href="http://twitter.com/trompamusic"><i class="fa fa-twitter"><span class="sr-only">twitter</span></i></a></li>
<li class="linkedin"><a href="https://www.linkedin.com/groups/12126785"><i class="fa fa-linkedin"><span class="sr-only">linkedin</span></i></a></li>
</ul><p class="linkedin"> </p>
<table><tbody><tr><td style="width: 400px; border: 0px;"><img src="https://ec.europa.eu/research/participants/docs/h2020-funding-guide/imgs/eu-flag.jpg" /></td>
<td style="width: 1404px; border: 0px;">This project has received funding from the European Union's Horizon 2020 research and innovation programme<i> </i><em>H2020-EU.3.6.3.1. - Study European heritage, memory, identity, integration and cultural interaction and translation, including its representations in cultural and scientific collections, archives and museums, to better inform and understand the present by richer interpretations of the past</em> under grant agreement No 770376.</td>
</tr></tbody></table></div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<footer id="footer" class="clearfix footer colored-region">
<div class="container">
<div class="row">
<div class="col-sm-6">
<div class="footer-area"
>
<div class="region region-footer-first">
<div id="block-about" class="block block-block-content block-block-content3416b442-4529-4214-b820-a22ec45687bc">
<h2 class="title">About</h2>
<div class="content">
<div class="clearfix text-formatted field field--name-body field--type-text-with-summary field--label-hidden field__item"><p><em>Trompa. Towards Richer Online Music Public-domain archives</em></p>
<div class="more-link"> </div>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="col-sm-6">
<div class="footer-area"
>
<div class="region region-footer-fourth">
<nav role="navigation" aria-labelledby="block-startupgrowth-lite-account-menu-menu" id="block-startupgrowth-lite-account-menu" class="block block-menu navigation menu--account">
<h2 id="block-startupgrowth-lite-account-menu-menu">Menú de cuenta de usuario</h2>
<ul class="clearfix menu">
<li class="menu-item">
<a href="es/user/login.html" data-drupal-link-system-path="user/login">Iniciar sesión</a>
</li>
</ul>
</nav>
</div>
</div>
</div>
</div>
</div>
</footer>
<div id="subfooter" class="clearfix subfooter colored-region">
<div class="container">
<div id="subfooter-inside" class="clearfix subfooter-inside">
<div class="row">
<div class="col-md-12 text-center">
<div class="subfooter-area second">
<div class="region region-footer">
<div id="block-credits" class="block block-block-content block-block-content02684eec-0eaf-4abf-971f-c570e812b963">
<div class="content">
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<div id="toTop" class="to-top"><i class="fa fa-angle-up"></i></div>
</div>
</div>
<script type="application/json" data-drupal-selector="drupal-settings-json">{"path":{"baseUrl":"\/","scriptPath":null,"pathPrefix":"es\/","currentPath":"node","currentPathIsAdmin":false,"isFront":true,"currentLanguage":"es","currentQuery":{"page":"7"}},"pluralDelimiter":"\u0003","startupgrowth_lite":{"ParallaxAndVideoBg":{"ParallaxAndVideoBgOpacity":0.8},"VideoBackgroundInit":{"PathToVideo_mp4":"http:\/\/trompamusic.eu\/themes\/contrib\/startupgrowth_lite\/videos\/background-video.mp4","PathToVideo_webm":"http:\/\/trompamusic.eu\/themes\/contrib\/startupgrowth_lite\/videos\/background-video.webm","pathToVideo_jpg":"http:\/\/trompamusic.eu\/themes\/contrib\/startupgrowth_lite\/videos\/background-video.jpg"}},"ajaxTrustedUrl":{"\/es\/search\/node":true},"flexslider":{"optionsets":{"default":{"animation":"fade","animationSpeed":600,"direction":"horizontal","slideshow":true,"easing":"swing","smoothHeight":false,"reverse":false,"slideshowSpeed":7000,"animationLoop":true,"randomize":true,"startAt":0,"itemWidth":1470,"itemMargin":0,"minItems":0,"maxItems":0,"move":0,"directionNav":true,"controlNav":true,"thumbCaptions":false,"thumbCaptionsBoth":false,"keyboard":true,"multipleKeyboard":false,"mousewheel":false,"touch":true,"prevText":"Previous","nextText":"Next","namespace":"flex-","selector":".slides \u003E li","sync":"","asNavFor":"","initDelay":0,"useCSS":true,"video":false,"pausePlay":false,"pauseText":"Pause","playText":"Play","pauseOnAction":true,"pauseOnHover":false,"controlsContainer":".flex-control-nav-container","manualControls":""}},"instances":{"flexslider-1":"default"}},"superfish":{"superfish-main":{"id":"superfish-main","sf":{"animation":{"opacity":"show","height":"show"},"speed":"fast","autoArrows":false,"dropShadows":false},"plugins":{"smallscreen":{"mode":"window_width","expandText":"Desplegar","collapseText":"Plegar","title":"Main navigation"},"supposition":true,"supersubs":true}}},"user":{"uid":0,"permissionsHash":"d302b7f35e39eeefa6f403b7f47804963501f9b9e14855ef532b80e4a82c13e7"}}</script>
<script src="https://trompamusic.eu/core/assets/vendor/domready/ready.min.js?v=1.0.8"></script>
<script src="https://trompamusic.eu/core/assets/vendor/jquery/jquery.min.js?v=3.2.1"></script>
<script src="https://trompamusic.eu/core/assets/vendor/jquery/jquery-extend-3.4.0.js?v=3.2.1"></script>
<script src="https://trompamusic.eu/core/assets/vendor/jquery-once/jquery.once.min.js?v=2.2.0"></script>
<script src="https://trompamusic.eu/core/misc/drupalSettingsLoader.js?v=8.7.2"></script>
<script src="sites/default/files/languages/es_g7DzwNWFB187coxluLcXOJeRdlRO7WvXgLqIciury_s.js%3Fqc36vr"></script>
<script src="https://trompamusic.eu/core/misc/drupal.js?v=8.7.2"></script>
<script src="https://trompamusic.eu/core/misc/drupal.init.js?v=8.7.2"></script>
<script src="sites/all/libraries/flexslider/jquery.flexslider-min.js%3Fqc36vr"></script>
<script src="modules/contrib/flexslider/assets/js/flexslider.load.js%3Fqc36vr"></script>
<script src="libraries/superfish/superfish.js%3Fqc36vr"></script>
<script src="libraries/superfish/jquery.hoverIntent.minified.js%3Fqc36vr"></script>
<script src="libraries/superfish/sfsmallscreen.js%3Fqc36vr"></script>
<script src="libraries/superfish/supposition.js%3Fqc36vr"></script>
<script src="libraries/superfish/supersubs.js%3Fqc36vr"></script>
<script src="modules/contrib/superfish/js/superfish.js%3Fv=2.0"></script>
<script src="themes/contrib/startupgrowth_lite/js/custom/to-top.js%3Fv=8.7.2"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js"></script>
<script src="themes/contrib/startupgrowth_lite/js/custom/fixed-header.js%3Fv=8.7.2"></script>
<script src="modules/dropdown_language/js/dropdown_language_selector.js%3Fv=8.7.2"></script>
<script src="https://trompamusic.eu/core/misc/dropbutton/dropbutton.js?v=8.7.2"></script>
</body>
</html>