2 resultados para String solutions

em Lume - Repositório Digital da Universidade Federal do Rio Grande do Sul


Relevância:

20.00% 20.00%

Publicador:

Resumo:

This study of Villa-Lobos’s Bachianas Brasileiras No. 9 aims at gaining insight into the decision-making processes of translating a score into a musical performance. Chapter I presents a discussion of selected issues related to interpretative analysis. Chapter II is an overview of the approaches to recording comparison deemed relevant to the present study. Chapter III is a comparative study of the vocal and string versions of Bachianas Brasileiras No. 9, while Chapter IV offers a structural analysis of the work. Chapter V compares four recordings: the composer’s own with the Orchestre National de La Radiodiffusion Française—EMI 7243 5 66964 2 6; Odaline de la Martinez and the BBC Singers, LNT 102; Michael Tilson Thomas and the New World Symphony —RCA 09026-68538-2; and my own CD, Construção, Orquestra de Câmara Theatro São Pedro- Limited Edition (live recording made on December 11, 1995 in Bayreuth, Germany). This comparison utilizes data obtained with the software Tempo. The tabulation of these results is shown in graphs that compare how matters of tempo flexibility affect each performance. This multi-faceted study shows that although painstaking analysis can lead to insightful solutions, the fleeting nature of musical performance requires an open mind and imagination to deal with the often contradictory directives of the score.

Relevância:

20.00% 20.00%

Publicador:

Resumo:

XML has become an important medium for data exchange, and is frequently used as an interface to - i.e. a view of - a relational database. Although lots of work have been done on querying relational databases through XML views, the problem of updating relational databases through XML views has not received much attention. In this work, we give the rst steps towards solving this problem. Using query trees to capture the notions of selection, projection, nesting, grouping, and heterogeneous sets found throughout most XML query languages, we show how XML views expressed using query trees can be mapped to a set of corresponding relational views. Thus, we transform the problem of updating relational databases through XML views into a classical problem of updating relational databases through relational views. We then show how updates on the XML view are mapped to updates on the corresponding relational views. Existing work on updating relational views can then be leveraged to determine whether or not the relational views are updatable with respect to the relational updates, and if so, to translate the updates to the underlying relational database. Since query trees are a formal characterization of view de nition queries, they are not well suited for end-users. We then investigate how a subset of XQuery can be used as a top level language, and show how query trees can be used as an intermediate representation of view de nitions expressed in this subset.