<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
    <title>The Brass Crest ~ Reviews</title>
    <link rel="alternate" type="text/html" href="http://www.brasscrest.com/review/" />
    <link rel="self" type="application/atom+xml" href="http://www.brasscrest.com/review/atom.xml" />
    <id>tag:www.brasscrest.com,2009-07-25:/review//3</id>
    <updated>2010-12-15T20:12:10Z</updated>
    <subtitle>This is the Reviews section of The Brass Crest.</subtitle>
    <generator uri="http://www.sixapart.com/movabletype/">Movable Type Pro 4.23-en</generator>

<entry>
    <title>Music of Thanksgiving and Hope</title>
    <link rel="alternate" type="text/html" href="http://www.brasscrest.com/review/000597.php" />
    <id>tag:www.brasscrest.com,2010:/review//3.597</id>

    <published>2010-12-15T16:26:50Z</published>
    <updated>2010-12-15T20:12:10Z</updated>

    <summary>New York Staff Band (Bandmaster Ronald Waiksnoris)</summary>
    <author>
        <name>Webmaster</name>
        
    </author>
    
        <category term="New York Staff Band" scheme="http://www.sixapart.com/ns/types#category" />
    
        <category term="Reviews" scheme="http://www.sixapart.com/ns/types#category" />
    
    
    <content type="html" xml:lang="en" xml:base="http://www.brasscrest.com/review/">
        <![CDATA[<?php
/* Update the database if the user has voted */
if (isset($_POST['submit'])) {
    $f_rating = $_POST['rating'] - 1;
    $col = sprintf('n%1u', $f_rating);
    $update = "update review_votes set $col = $col + 1 where id = 597";
    @mysql_query($update);
    $ip = $_SERVER['REMOTE_ADDR'];
    $insert = "insert into review_ip values (597, '$ip')";
    @mysql_query($insert);
}
?>
<div id="revtop" class="review">
<h2>Music of Thanksgiving and Hope</h2>
<h3>New York Staff Band</h3>
<div class="reviewimage">
<img src="<?php print $myPath; ?>image/nysb_hope.jpg" border="0" width="200" height="175" alt="New York Staff Band: Music of Thanksgiving and Hope" />
</div>  <!-- reviewimage -->
<div class="reviewheader">
<p>
Full Title: <strong>Music of Thanksgiving and Hope</strong><br />
Released: <strong>2010</strong><br />
Label: <strong>Triumphonic</strong><br />
</p>
<p>
<strong>BrassCrest Rating:</strong><br />
<img src="<?php print $myPath; ?>image/star900.gif" border="0" width="100" height="10" alt="" />&nbsp;&nbsp;<span class="gray">9.0</span>
</p>
<p>
<strong>Visitor Rating:</strong><br />
<?php
$q1 = 'select n0, n1, n2, n3, n4, n5, n6, n7, n8, n9, n0+n1+n2+n3+n4+n5+n6+n7+n8+n9 as total from review_votes where id = 597';
$r1 = mysql_query($q1);
if ($r1 && mysql_num_rows($r1) > 0) {
    $o1 = mysql_fetch_object($r1);
    if ($o1->total <> 0) {
       $avg = (($o1->n0)   +
               ($o1->n1 * 2)    +
               ($o1->n2 * 3)    +
               ($o1->n3 * 4)    +
               ($o1->n4 * 5)    +
               ($o1->n5 * 6)    +
               ($o1->n6 * 7)    +
               ($o1->n7 * 8)    +
               ($o1->n8 * 9)    +
               ($o1->n9 * 10))  / $o1->total;
        $avg = round($avg, 2);
        if       ($avg <= 0.5) {
            $stars = '050';
        } elseif ($avg <= 1.0) {
            $stars = '100';
        } elseif ($avg <= 1.5) {
            $stars = '150';
        } elseif ($avg <= 2.0) {
            $stars = '200';
        } elseif ($avg <= 2.5) {
            $stars = '250';
        } elseif ($avg <= 3.0) {
            $stars = '300';
        } elseif ($avg <= 3.5) {
            $stars = '350';
        } elseif ($avg <= 4.0) {
            $stars = '400';
        } elseif ($avg <= 4.5) {
            $stars = '450';
        } elseif ($avg <= 5.0) {
            $stars = '500';
        } elseif ($avg <= 5.5) {
            $stars = '550';
        } elseif ($avg <= 6.0) {
            $stars = '600';
        } elseif ($avg <= 6.5) {
            $stars = '650';
        } elseif ($avg <= 7.0) {
            $stars = '700';
        } elseif ($avg <= 7.5) {
            $stars = '750';
        } elseif ($avg <= 8.0) {
            $stars = '800';
        } elseif ($avg <= 8.5) {
            $stars = '850';
        } elseif ($avg <= 9.0) {
            $stars = '900';
        } elseif ($avg <= 9.5) {
            $stars = '950';
        } else {
            $stars = '000';
        }

    } else {
        $avg = 0;
    }
} else {
    $avg = 0;
}
if ($avg == 0) {
    print 'This recording has no visitor ratings<br />';
} else {
    $f = "<img src=\"$myPath/image/star%s.gif\" border=\"0\" width=\"100\" height=\"10\" alt=\"\" />&nbsp;&nbsp;<span class=\"gray\">rating %.2f, total votes %u</span><br />";
    printf($f, $stars, $avg, $o1->total);
}
?>
</p>
<p>
<strong>Buy This Recording:</strong><br />
<a href="http://www.nysb.org/store/playlists/MusicTH.html" target="_blank">New York Staff Band</a>
</p>
</div>  <!-- reviewheader -->
<div class="footer" style="clear:both">
<p>
<a href="#comments">Post a comment about this recording and read what others had to say</a>
</p>
</div>
<?php
if (isset($_SERVER['REMOTE_ADDR'])) {
    $ip = $_SERVER['REMOTE_ADDR'];
    $q2 = "select 'x' from review_ip where id = 597 and ip = '$ip'";
    $r2 = mysql_query($q2);
    if (!$r2 || mysql_num_rows($r2) == 0) {
        ?>
        <div>
        <form id="voteform" method="post" action="<?php print $myPath; ?>review/000597.php">
        <p>
        Register your opinion of this recording:&nbsp;&nbsp;
        <select name="rating" id="rating" size="1">
        <option value="10">10 The best!</option>
        <option value="9">  9 Great</option>
        <option value="8">  8 Really good</option>
        <option value="7">  7 Good</option>
        <option value="6">  6 Better than average</option>
        <option value="5">  5 Average</option>
        <option value="4">  4 Not so good</option>
        <option value="3">  3 Poor</option>
        <option value="2">  2 Really poor</option>
        <option value="1">  1 The worst!</option>
        </select>
        <input type="submit" name="submit" id="submit" value="Rate Recording" />
        </p>
        </form>
        </div>
        <?php
    }
}
?>
<h3 id="tracks">Tracks</h3>
<div class="center">
<table class="reviewtracks">
<colgroup>
    <col width="10%" />
    <col width="80%" />
    <col width="10%" />
</colgroup>
<tr valign="top" class="t1">
    <td class="rgt">1</td>
    <td><strong>Symphony of Thanksgiving</strong> <em>(Dean Goffin)</em></td>
    <td class="rgt">9:33</td>
</tr>
<tr valign="top" class="t2">
    <td class="rgt">2</td>
    <td><strong>Hope Variations</strong> <em>(Brian Bowen)</em></td>
    <td class="rgt">8:43</td>
</tr>
<tr valign="top" class="t1">
    <td class="rgt">3</td>
    <td><strong>Hope</strong> <em>(Dorothy Gates)</em></td>
    <td class="rgt">13:37</td>
</tr>
<tr valign="top" class="t2">
    <td class="rgt">4</td>
    <td><strong>A Pastoral Symphony</strong> <em>(Robert Redhead)</em></td>
    <td class="rgt">13:29</td>
</tr>
<tr valign="top" class="t1">
    <td class="rgt">5</td>
    <td><strong>Music of Thanksgiving</strong> <em>(Kenneth Downie)</em></td>
    <td class="rgt">14:10</td>
</tr>
<tr valign="top" class="t2">
    <td class="rgt">6</td>
    <td><strong>Turris Fortissima</strong> <em>(Steven Ponsford)</em></td>
    <td class="rgt">9:11</td>
</tr>
</table>
</div>  <!-- tracks -->
<h3 id="overview">Overview&nbsp;&nbsp;<span class="gray">BrassCrest Overall Rating: 9.0</span></h3>
<p class="reviewexplain"><a href="<?php print $myPath; ?>review/explain.html" target="_blank">Explain Ratings</a></p>
<div class="pn">
<p>
For this release, Bandmaster Ronald Waiksnoris has chosen to highlight representative items from the concert repertoire. Each of the six items on the track list is a major work &ndash; in a typical concert program, even the most ambitious band would probably only present one work of this scale. A typical Salvation Army brass band recording might contain one or two such pieces.
</p>
<p>
Grouped into the twin themes of thanksgiving and hope, the items chosen span a wide range of both time and style, from the classically-structured <em>Symphony of Thanksgiving</em> to the more rhapsodic and contemporary <em>Turris Fortissima</em>. Four of the pieces are widely regarded as among the masterworks of their respected composers, while the two more recent offerings are likely to be seen in the same light with the passage of some time.
</p>
<p>
This is a fine recording for the brass band enthusiast. It may, perhaps, have less appeal to the casual listener, as items of the scale presented here require a listening commitment somewhat greater in terms of time and critical listening. The extremely high level of artistry in the compositions, coupled with a fine performance and good presentation, make this an attractive investment for anyone interested in the possibilities and potential of the brass band.
</p>
</div>
<h3 id="performance">Performance&nbsp;&nbsp;<span class="gray">BrassCrest Performance Rating: 9.0</span></h3>
<p class="reviewexplain"><a href="<?php print $myPath; ?>review/explain.html" target="_blank">Explain Ratings</a></p>
<div class="pn">
<p>
Each of the six items on the recording is very demanding on the performers. Despite what must have been two extremely long and grueling days of recording, there are no obvious moments where the performance of the band drops in quality. The balance is generally excellent, although in some passages the middle of the band, particularly the horn section (which consists of only three players), sometimes seems to have difficultly matching the weight of the other sections. Solo and feature passages are uniformly flawless. Dynamic range is outstanding, with <em>pianissimo</em> and <em>fortissimo</em> equal in tone quality.
</p>
</div>
<h3 id="programming">Programming&nbsp;&nbsp;<span class="gray">BrassCrest Programming Rating: 9.0</span></h3>
<p class="reviewexplain"><a href="<?php print $myPath; ?>review/explain.html" target="_blank">Explain Ratings</a></p>
<div class="pn">
<p>
The recording is deliberately structured to include only six major works. Despite the length of the items, they are all well-written, with various styles and contrasting elements within each individual piece. Four of the items, <em>Symphony of Thanksgiving</em>, <em>Hope Variations</em>, <em>A Pastoral Symphony</em> and <em>Music of Thanksgiving</em>, are well-known major works in the Salvation Army brass band literature. <em>Turris Fortissima</em>, premiered by the Enfield Citadel Band during its tour of the United States in 2007, has become a favorite on concert programs throughout the banding world.
</p>
<p>
The Music Editor for the publications section of the USA Eastern Territory Music Department, and a member of the Staff Band, Dorothy Gates has become a respected composer and arranger. The item included on this recording, <em>Hope</em>, was premiered at the Staff Band&rsquo;s Anniversary Concert in 2008, and represents Gates&rsquo; finest expression to date in an extended form. This piece is a significant work of emotional and intellectual depth.
</p>
</div>
<h3 id="presentation">Presentation&nbsp;&nbsp;<span class="gray">BrassCrest Presentation Rating: 9.0</span></h3>
<p class="reviewexplain"><a href="<?php print $myPath; ?>review/explain.html" target="_blank">Explain Ratings</a></p>
<div class="pn">
<p>
In a nod to the increasing cost, and diminishing importance of the physical packaging of recordings in recent times, the disc is not packaged in a traditional hard jewel case, but rather in a folder-style cover. However, the accompanying booklet, with in-depth notes by Dr. Ronald Holz, is informative and well-organized. The engineering is unremarkable, which is perhaps the best compliment to an recording engineer &ndash; the band sounds as if it were in live performance without any engineering at all.
</p>
</div>
</div>  <!-- review -->]]>
        
    </content>
</entry>

<entry>
    <title>Going Solo</title>
    <link rel="alternate" type="text/html" href="http://www.brasscrest.com/review/000365.php" />
    <id>tag:www.brasscrest.com,2005:/review//3.365</id>

    <published>2005-02-14T16:19:00Z</published>
    <updated>2010-12-15T20:05:28Z</updated>

    <summary>Carl Saunders with the Household Troops Band</summary>
    <author>
        <name>Webmaster</name>
        
    </author>
    
        <category term="Carl Saunders" scheme="http://www.sixapart.com/ns/types#category" />
    
        <category term="Household Troops Band" scheme="http://www.sixapart.com/ns/types#category" />
    
        <category term="Reviews" scheme="http://www.sixapart.com/ns/types#category" />
    
    
    <content type="html" xml:lang="en" xml:base="http://www.brasscrest.com/review/">
        <![CDATA[<?php
if (isset($_POST['submit'])) {
    $f_rating = $_POST['rating'] - 1;
    $col = sprintf('n%1u', $f_rating);
    $update = "update review_votes set $col = $col + 1 where id = 365";
    @mysql_query($update);
    $ip = $_SERVER['REMOTE_ADDR'];
    $insert = "insert into review_ip values (365, '$ip')";
    @mysql_query($insert);
}
?>
<div id="revtop" class="review">
<h2>Going Solo</h2>

<h3>Carl Saunders with the Household Troops Band</h3>
<div class="c fl" style="padding-right:10px">
<img src="<?php print $myPath; ?>image/saunders_goingsolo.jpg" border="0" width="200" height="200" alt="Carl Saunders with the Household Troops Band: Going Solo" />
</div>
<div>
<p>
<strong>Full Title:</strong> Going Solo<br />
<strong>Released:</strong> 2004<br />
<strong>Label:</strong> SP&amp;S
</p>
<p>
<strong>BrassCrest Rating:</strong><br />
<img src="<?php print $myPath; ?>image/star850.gif" border="0" width="100" height="10" alt="" />&nbsp;&nbsp;<span class="gray">8.375</span>
</p>
<p>
<strong>Visitor Rating:</strong><br />
<?php
$q1 = 'select n0, n1, n2, n3, n4, n5, n6, n7, n8, n9, n0+n1+n2+n3+n4+n5+n6+n7+n8+n9 as total from review_votes where id = 365';
$r1 = mysql_query($q1);
if ($r1 && mysql_num_rows($r1) > 0) {
    $o1 = mysql_fetch_object($r1);
    if ($o1->total <> 0) {
       $avg = (($o1->n0)   +
               ($o1->n1 * 2)    +
               ($o1->n2 * 3)    +
               ($o1->n3 * 4)    +
               ($o1->n4 * 5)    +
               ($o1->n5 * 6)    +
               ($o1->n6 * 7)    +
               ($o1->n7 * 8)    +
               ($o1->n8 * 9)    +
               ($o1->n9 * 10))  / $o1->total;
        $avg = round($avg, 2);
        if       ($avg <= 0.5) {
            $stars = '050';
        } elseif ($avg <= 1.0) {
            $stars = '100';
        } elseif ($avg <= 1.5) {
            $stars = '150';
        } elseif ($avg <= 2.0) {
            $stars = '200';
        } elseif ($avg <= 2.5) {
            $stars = '250';
        } elseif ($avg <= 3.0) {
            $stars = '300';
        } elseif ($avg <= 3.5) {
            $stars = '350';
        } elseif ($avg <= 4.0) {
            $stars = '400';
        } elseif ($avg <= 4.5) {
            $stars = '450';
        } elseif ($avg <= 5.0) {
            $stars = '500';
        } elseif ($avg <= 5.5) {
            $stars = '550';
        } elseif ($avg <= 6.0) {
            $stars = '600';
        } elseif ($avg <= 6.5) {
            $stars = '650';
        } elseif ($avg <= 7.0) {
            $stars = '700';
        } elseif ($avg <= 7.5) {
            $stars = '750';
        } elseif ($avg <= 8.0) {
            $stars = '800';
        } elseif ($avg <= 8.5) {
            $stars = '850';
        } elseif ($avg <= 9.0) {
            $stars = '900';
        } elseif ($avg <= 9.5) {
            $stars = '950';
        } else {
            $stars = '000';
        }

    } else {
        $avg = 0;
    }
} else {
    $avg = 0;
}
if ($avg == 0) {
    print 'This recording has no visitor ratings<br />';
} else {
    $f = "<img src=\"$myPath/image/star%s.gif\" border=\"0\" width=\"100\" height=\"10\" alt=\"\" />&nbsp;&nbsp;<span class=\"gray\">rating %.2f, total votes %u</span><br />";
    printf($f, $stars, $avg, $o1->total);
}
?>
</p>
<p>
<strong>Buy This Recording:</strong><br />
<a href="http://www.worldofbrass.com/acatalog/21322.html" target="_blank">World of Brass</a>
</p>
</div>

<div class="footer" style="clear:both">
<p>
<a href="#comments">Post a comment about this recording and read what others had to say</a>
</p>
</div>
<?php
if (isset($_SERVER['REMOTE_ADDR'])) {
    $ip = $_SERVER['REMOTE_ADDR'];
    $q2 = "select 'x' from review_ip where id = 365 and ip = '$ip'";
    $r2 = mysql_query($q2);
    if (!$r2 || mysql_num_rows($r2) == 0) {
        ?>
        <div>
        <form id="voteform" method="post" action="<?php print $myPath; ?>review/000365.php">
        <p>
        Register your opinion of this recording:&nbsp;&nbsp;
        <select name="rating" id="rating" size="1">
        <option value="10">10 The best!</option>
        <option value="9">  9 Great</option>
        <option value="8">  8 Really good</option>
        <option value="7">  7 Good</option>
        <option value="6">  6 Better than average</option>
        <option value="5">  5 Average</option>
        <option value="4">  4 Not so good</option>
        <option value="3">  3 Poor</option>
        <option value="2">  2 Really poor</option>
        <option value="1">  1 The worst!</option>
        </select>
        <input type="submit" name="submit" id="submit" value="Rate Recording" />
        </p>
        </form>
        </div>
        <?php
    }
}
?>

<h3 id="tracks">Tracks</h3>
<div class="center">
<table class="tracks" style="width=90%;text-align:left">
<colgroup>
    <col width="10%" />
    <col width="80%" />
    <col width="10%" />
</colgroup>
<tr valign="top" class="t1">
    <td class="rgt">1</td>
    <td><strong>The Amazing Mr. Leidz&eacute;n</strong> <em>(Peter Graham)</em></td>
    <td class="rgt">6:15</td>
</tr>
<tr valign="top" class="t2">
    <td class="rgt">2</td>
    <td><strong>Rhapsody for Cornet and Band</strong> <em>(Ray Bowes)</em></td>
    <td class="rgt">8:17</td>
</tr>
<tr valign="top" class="t1">
    <td class="rgt">3</td>
    <td><strong>Questions</strong> <em>(Terry Camsey)</em></td>
    <td class="rgt">3:23</td>
</tr>
<tr valign="top" class="t2">
    <td class="rgt">4</td>
    <td><strong>Wonderful Day</strong> <em>(Terry Camsey)</em></td>
    <td class="rgt">4:53</td>
</tr>
<tr valign="top" class="t1">
    <td class="rgt">5</td>
    <td><strong>Caprice for Cornet</strong> <em>(William Himes)</em></td>
    <td class="rgt">11:01</td>
</tr>
<tr valign="top" class="t2">
    <td class="rgt">6</td>
    <td><strong>Britannia</strong> <em>(Kenneth Smith)</em></td>
    <td class="rgt">4:31</td>
</tr>
<tr valign="top" class="t1">
    <td class="rgt">7</td>
    <td><strong>The Flower Duet</strong> <em>(Leo Delibes, arr. Norman Bearcroft)</em><br />with David Daws</td>
    <td class="rgt">6:20</td>
</tr>
<tr valign="top" class="t2">
    <td class="rgt">8</td>
    <td><strong>Heavenly Light</strong> <em>(Ivor Bosanko)</em></td>
    <td class="rgt">8:21</td>
</tr>
<tr valign="top" class="t1">
    <td class="rgt">9</td>
    <td><strong>Jubilate</strong> <em>(Arthur Gullidge)</em></td>
    <td class="rgt">8:13</td>
</tr>
<tr valign="top" class="t2">
    <td class="rgt">10</td>
    <td><strong>Knowing You</strong> <em>(Trevor Davis)</em></td>
    <td class="rgt">5:40</td>
</tr>
<tr valign="top" class="t1">
    <td class="rgt">11</td>
    <td><strong>Longings</strong> <em>(Terry Camsey)</em></td>
    <td class="rgt">6:21</td>
</tr>
<tr valign="top" class="t2">
    <td class="rgt">12</td>
    <td><strong>My Song of Songs</strong> <em>(John C. Hallett, arr. Joseph Turrin)</em></td>
    <td class="rgt">5:05</td>
</tr>
</table>
</div>

<h3 id="overview">Overview&nbsp;&nbsp;<span class="gray">BrassCrest Overall Rating: 8.375</span></h3>
<p class="center sm"><a href="<?php print $myPath; ?>review/explain.html" target="_blank">Explain Ratings</a></p>
<div class="pn">
<p>
A fine recording by a fine player, with much to recommend it. The solos are well-chosen and well-performed, and the inclusion of a duet with David Daws only heightens the quality further. The programming of band-only items on a solo recording is somewhat confusing, however. In all, well worth the cost, particularly for the performances of rarely heard and unpublished works such as <em>Heavenly Light</em>.
</p>
</div>

<h3 id="performance">Performance&nbsp;&nbsp;<span class="gray">BrassCrest Performance Rating: 8.85</span></h3>
<p class="center sm"><a href="<?php print $myPath; ?>review/explain.html" target="_blank">Explain Ratings</a></p>
<div class="pn">
<p>
Smooth, controlled execution is the hallmark of Carl Saunder&rsquo;s performance. He shows a remarkable facility in several different styles, with a graceful, fluid line in almost all passages. The opening section of the Ray Bowes <em>Rhapsody</em> is beautifully done and shows Saunder&rsquo;s lyric tone to great advantage. Tone is generally consistent, although some harshness is occasionally evident at the extreme upper and lower ends of the range. Intonation is excellent throughout. Complex rhythms and tonguing passages are well-done, with no noticeable effort when playing through the difficult passages.
</p>
<p>
The accompaniment, provided by the Household Troops Band, is uniformly excellent, with good balance and sensitivity toward the soloist. Saunders has been associated with the band for many years, and the soloist and the bandmaster are obviously &ldquo;in tune&rdquo; with each other. <em>The Flower Duet</em>, performed with David Daws, is well-played by both soloists, a good performance all round.
</p>
<p>
The recording contains two items played only by the band (see the Programming section below for more). These items were not taken into consideration in the Performance rating.
</p>
</div>

<h3 id="programming">Programming&nbsp;&nbsp;<span class="gray">BrassCrest Programming Rating: 7.50</span></h3>
<p class="center sm"><a href="<?php print $myPath; ?>review/explain.html" target="_blank">Explain Ratings</a></p>
<div class="pn">
<p>
The cornet solos on the recording are well-chosen, with several unpublished and rarely-heard items included. However, the inclusion of two band-only items is a bit confusing, particularly for a recording entitled <em>Going Solo</em>. As the CD contains nearly 80 minutes of music, it seems unlikely that it was necessary to &ldquo;pad&rdquo; the selections to increase the length - the two items in question are about 10 minutes long. It would have been much more interesting to have included one or two more solo items, or perhaps a cornet feature using the cornet section from the band.
</p>
</div>

<h3 id="presentation">Presentation&nbsp;&nbsp;<span class="gray">BrassCrest Presentation Rating: 8.50</span></h3>
<p class="center sm"><a href="<?php print $myPath; ?>review/explain.html" target="_blank">Explain Ratings</a></p>
<div class="pn">
<p>
The presentation and production quality is good, with very good technical recording values. The engineers and producers are skilled in brass band recording, and this experience shows. One or two of the items are marred slightly by audible breaths, apparently from the soloist. The liner notes were written by Saunders himself, and give a view into his reasons for selecting the solos on the recording. The notes are generally accurate and well-written.
</p>
</div>
</div>  <!-- End "review" -->
]]>
        
    </content>
</entry>

<entry>
    <title>Pastoral Brass</title>
    <link rel="alternate" type="text/html" href="http://www.brasscrest.com/review/000364.php" />
    <id>tag:www.brasscrest.com,2004:/review//3.364</id>

    <published>2004-12-26T13:44:00Z</published>
    <updated>2010-12-15T20:04:56Z</updated>

    <summary>Kettering Citadel Band (Bandmaster Richard Phillips)</summary>
    <author>
        <name>Webmaster</name>
        
    </author>
    
        <category term="Kettering Citadel Band" scheme="http://www.sixapart.com/ns/types#category" />
    
        <category term="Reviews" scheme="http://www.sixapart.com/ns/types#category" />
    
    
    <content type="html" xml:lang="en" xml:base="http://www.brasscrest.com/review/">
        <![CDATA[<?php
if (isset($_POST['submit'])) {
    $f_rating = $_POST['rating'] - 1;
    $col = sprintf('n%1u', $f_rating);
    $update = "update review_votes set $col = $col + 1 where id = 364";
    @mysql_query($update);
    $ip = $_SERVER['REMOTE_ADDR'];
    $insert = "insert into review_ip values (364, '$ip')";
    @mysql_query($insert);
}
?>
<div id="revtop" class="review">
<h2>Pastoral Brass</h2>

<h3>Kettering Citadel Band (Bandmaster Richard Phillips)</h3>
<div class="c fl" style="padding-right:10px">
<img src="<?php print $myPath; ?>image/kcb_pastoralbrass.jpg" border="0" width="200" height="200" alt="Kettering Citadel Band (Bandmaster Richard Phillips): Pastoral Brass" />
</div>
<div>
<p>
<strong>Full Title:</strong> Pastoral Brass<br />
<strong>Released:</strong> 2004<br />
<strong>Label:</strong> SP&amp;S
</p>
<p>
<strong>BrassCrest Rating:</strong><br />
<img src="<?php print $myPath; ?>image/star900.gif" border="0" width="100" height="10" alt="" />&nbsp;&nbsp;<span class="gray">8.65</span>
</p>
<p>
<strong>Visitor Rating:</strong><br />
<?php
$q1 = 'select n0, n1, n2, n3, n4, n5, n6, n7, n8, n9, n0+n1+n2+n3+n4+n5+n6+n7+n8+n9 as total from review_votes where id = 364';
$r1 = mysql_query($q1);
if ($r1 && mysql_num_rows($r1) > 0) {
    $o1 = mysql_fetch_object($r1);
    if ($o1->total <> 0) {
       $avg = (($o1->n0)   +
               ($o1->n1 * 2)    +
               ($o1->n2 * 3)    +
               ($o1->n3 * 4)    +
               ($o1->n4 * 5)    +
               ($o1->n5 * 6)    +
               ($o1->n6 * 7)    +
               ($o1->n7 * 8)    +
               ($o1->n8 * 9)    +
               ($o1->n9 * 10))  / $o1->total;
        $avg = round($avg, 2);
        if       ($avg <= 0.5) {
            $stars = '050';
        } elseif ($avg <= 1.0) {
            $stars = '100';
        } elseif ($avg <= 1.5) {
            $stars = '150';
        } elseif ($avg <= 2.0) {
            $stars = '200';
        } elseif ($avg <= 2.5) {
            $stars = '250';
        } elseif ($avg <= 3.0) {
            $stars = '300';
        } elseif ($avg <= 3.5) {
            $stars = '350';
        } elseif ($avg <= 4.0) {
            $stars = '400';
        } elseif ($avg <= 4.5) {
            $stars = '450';
        } elseif ($avg <= 5.0) {
            $stars = '500';
        } elseif ($avg <= 5.5) {
            $stars = '550';
        } elseif ($avg <= 6.0) {
            $stars = '600';
        } elseif ($avg <= 6.5) {
            $stars = '650';
        } elseif ($avg <= 7.0) {
            $stars = '700';
        } elseif ($avg <= 7.5) {
            $stars = '750';
        } elseif ($avg <= 8.0) {
            $stars = '800';
        } elseif ($avg <= 8.5) {
            $stars = '850';
        } elseif ($avg <= 9.0) {
            $stars = '900';
        } elseif ($avg <= 9.5) {
            $stars = '950';
        } else {
            $stars = '000';
        }

    } else {
        $avg = 0;
    }
} else {
    $avg = 0;
}
if ($avg == 0) {
    print 'This recording has no visitor ratings<br />';
} else {
    $f = "<img src=\"$myPath/image/star%s.gif\" border=\"0\" width=\"100\" height=\"10\" alt=\"\" />&nbsp;&nbsp;<span class=\"gray\">rating %.2f, total votes %u</span><br />";
    printf($f, $stars, $avg, $o1->total);
}
?>
</p>
<p>
<strong>Buy This Recording:</strong><br />
<a href="http://www.worldofbrass.com/acatalog/21313.html" target="_blank">World of Brass</a>
</p>
</div>

<div class="footer" style="clear:both">
<p>
<a href="#comments">Post a comment about this recording and read what others had to say</a>
</p>
</div>
<?php
if (isset($_SERVER['REMOTE_ADDR'])) {
    $ip = $_SERVER['REMOTE_ADDR'];
    $q2 = "select 'x' from review_ip where id = 364 and ip = '$ip'";
    $r2 = mysql_query($q2);
    if (!$r2 || mysql_num_rows($r2) == 0) {
        ?>
        <div>
        <form id="voteform" method="post" action="<?php print $myPath; ?>review/000364.php">
        <p>
        Register your opinion of this recording:&nbsp;&nbsp;
        <select name="rating" id="rating" size="1">
        <option value="10">10 The best!</option>
        <option value="9">  9 Great</option>
        <option value="8">  8 Really good</option>
        <option value="7">  7 Good</option>
        <option value="6">  6 Better than average</option>
        <option value="5">  5 Average</option>
        <option value="4">  4 Not so good</option>
        <option value="3">  3 Poor</option>
        <option value="2">  2 Really poor</option>
        <option value="1">  1 The worst!</option>
        </select>
        <input type="submit" name="submit" id="submit" value="Rate Recording" />
        </p>
        </form>
        </div>
        <?php
    }
}
?>

<h3 id="tracks">Tracks</h3>
<div class="center">
<table class="tracks" style="width=90%;text-align:left">
<colgroup>
    <col width="10%" />
    <col width="80%" />
    <col width="10%" />
</colgroup>
<tr valign="top" class="t1">
    <td class="rgt">1</td>
    <td><strong>Intrada on &ldquo;Regent Square&rdquo;</strong> <em>(Kenneth Downie)</em></td>
    <td class="rgt">1:57</td>
</tr>
<tr valign="top" class="t2">
    <td class="rgt">2</td>
    <td><strong>Ransomed</strong> <em>(George Marshall)</em><br />Gary Rose, euphonium soloist</td>
    <td class="rgt">6:34</td>
</tr>
<tr valign="top" class="t1">
    <td class="rgt">3</td>
    <td><strong>Wonderful Healer</strong> <em>(Dean Goffin)</em></td>
    <td class="rgt">5:55</td>
</tr>
<tr valign="top" class="t2">
    <td class="rgt">4</td>
    <td><strong>Concertino for Horn</strong> <em>(Carl Maria von Weber, arr. Michael Kenyon)</em><br />Jonathan Miller, horn soloist</td>
    <td class="rgt">6:16</td>
</tr>
<tr valign="top" class="t1">
    <td class="rgt">5</td>
    <td><strong>Mountain Camp</strong> <em>(Donald Osgood)</em></td>
    <td class="rgt">2:36</td>
</tr>
<tr valign="top" class="t2">
    <td class="rgt">6</td>
    <td><strong>Blazing Bones</strong> <em>(Ray Steadman-Allen)</em></td>
    <td class="rgt">7:14</td>
</tr>
<tr valign="top" class="t1">
    <td class="rgt">7</td>
    <td><strong>Fantasia for Piano and Band on &ldquo;Christ Is the Answer&rdquo;</strong> <em>(Ray Steadman-Allen)</em><br />Rob Clark, piano soloist</td>
    <td class="rgt">11:53</td>
</tr>
<tr valign="top" class="t2">
    <td class="rgt">8</td>
    <td><strong>Radetzky March</strong> <em>(Johann Strauss, arr. Richard Phillips)</em></td>
    <td class="rgt">2:55</td>
</tr>
<tr valign="top" class="t1">
    <td class="rgt">9</td>
    <td><strong>A Pastoral Symphony &ndash; Movement I</strong> <em>(Robert Redhead)</em></td>
    <td class="rgt">4:41</td>
</tr>
<tr valign="top" class="t2">
    <td class="rgt">10</td>
    <td><strong>A Pastoral Symphony &ndash; Movement II</strong> <em>(Robert Redhead)</em></td>
    <td class="rgt">2:31</td>
</tr>
<tr valign="top" class="t1">
    <td class="rgt">11</td>
    <td><strong>A Pastoral Symphony &ndash; Movement III</strong> <em>(Robert Redhead)</em></td>
    <td class="rgt">1:39</td>
</tr>
<tr valign="top" class="t2">
    <td class="rgt">12</td>
    <td><strong>A Pastoral Symphony &ndash; Movement IV</strong> <em>(Robert Redhead)</em></td>
    <td class="rgt">4:38</td>
</tr>
<tr valign="top" class="t1">
    <td class="rgt">13</td>
    <td><strong>Crimond</strong> <em>(Peter Graham)</em></td>
    <td class="rgt">4:52</td>
</tr>
</table>
</div>

<h3 id="overview">Overview&nbsp;&nbsp;<span class="gray">BrassCrest Overall Rating: 8.65</span></h3>
<p class="center sm"><a href="<?php print $myPath; ?>review/explain.html" target="_blank">Explain Ratings</a></p>
<div class="pn">
<p>
The first offering by the Kettering Citadel Band under the direction of its new bandmaster, <strong>Richard Phillips</strong>, this recording is an enjoyable experience comparable to listening to a well-crafted concert program. The production under review is a strong effort and further recordings from the band will be anticipated with some eagerness.
</p>
</div>

<h3 id="performance">Performance&nbsp;&nbsp;<span class="gray">BrassCrest Performance Rating: 8.50</span></h3>
<p class="center sm"><a href="<?php print $myPath; ?>review/explain.html" target="_blank">Explain Ratings</a></p>
<div class="pn">
<p>
In general, the band plays in a controlled and conservative manner, with good dynamic range and tempi. Balance overall is very good, although the bass end is sometimes understated a bit. The soloists are uniformly excellent, especially euphonium soloist Gary Rose, who seems to apply his phrasing and shaping skills as a top-notch vocalist to his instrumental playing.
</p>
<p>
The band is obviously well-trained and tolerant of varying styles, doing especially well in some of the more traditionally scored passages. The sound of the band is very good, with some room for improvement, particularly in terms of genuine excitement, some of which comes through in the <em>Radetzky March</em>, but is somewhat lacking in other spots. Dramatic intensity is a strong point, shown quite well in the third and fourth movements of <em>A Pastoral Symphony</em>. No doubt, the band&rsquo;s playing, although already of a high standard, will reach a pinnacle with more familiarity with Bandmaster Phillips.
</p>
</div>

<h3 id="programming">Programming&nbsp;&nbsp;<span class="gray">BrassCrest Programming Rating: 9.00</span></h3>
<p class="center sm"><a href="<?php print $myPath; ?>review/explain.html" target="_blank">Explain Ratings</a></p>
<div class="pn">
<p>
The selection of items for the recording is well-balanced, with an emphasis toward older works, some of which are lesser-known but no less enjoyable. Listening to the recording is similar to sitting through a well-planned concert program, an admirable achievement for a general recording. It is a bit short, at 64:03 playing time, but this is a minor flaw and does not detract from the overall effect.  The &ldquo;title&rdquo; work, <em>A Pastoral Symphony</em>, is a true Salvation Army classic that is often overlooked. <em>Wonderful Healer</em>, one of Dean Goffin&rsquo;s later works, is comparable in spirit and craftsmanship to his masterpiece <em>The Light of the World</em> (Goffin himself described <em>Wonderful Healer</em> as a &ldquo;companion&rdquo; piece to the earlier work).  While Rob Clark gives an excellent performance of <em>Christ Is the Answer</em>, it would have been refreshing to have something new for piano and band &ndash; perhaps from the pen of the Kettering Citadel bandmaster.
</p>
</div>

<h3 id="presentation">Presentation&nbsp;&nbsp;<span class="gray">BrassCrest Presentation Rating: 8.50</span></h3>
<p class="center sm"><a href="<?php print $myPath; ?>review/explain.html" target="_blank">Explain Ratings</a></p>
<div class="pn">
<p>
The technical quality of the recording is excellent, as has come to be expected from any Brian Hillson producton. Liner notes, written by the bandmaster, are informative without being verbose. Cover art and layout are serviceable and unremarkable.
</p>
</div>
</div>  <!-- End "review" -->
]]>
        
    </content>
</entry>

<entry>
    <title>The Rising of the Son</title>
    <link rel="alternate" type="text/html" href="http://www.brasscrest.com/review/000363.php" />
    <id>tag:www.brasscrest.com,2009:/review//3.363</id>

    <published>2003-06-30T16:00:00Z</published>
    <updated>2010-12-15T20:04:28Z</updated>

    <summary>Amsterdam Staff Band (Bandmaster Howard J. Evans)</summary>
    <author>
        <name>Webmaster</name>
        
    </author>
    
        <category term="Amsterdam Staff Band" scheme="http://www.sixapart.com/ns/types#category" />
    
        <category term="Reviews" scheme="http://www.sixapart.com/ns/types#category" />
    
    
    <content type="html" xml:lang="en" xml:base="http://www.brasscrest.com/review/">
        <![CDATA[<?php
if (isset($_POST['submit'])) {
    $f_rating = $_POST['rating'] - 1;
    $col = sprintf('n%1u', $f_rating);
    $update = "update review_votes set $col = $col + 1 where id = 363";
    @mysql_query($update);
    $ip = $_SERVER['REMOTE_ADDR'];
    $insert = "insert into review_ip values (363, '$ip')";
    @mysql_query($insert);
}
?>
<div id="revtop" class="review">
<h2>The Rising of the Son</h2>

<h3>Amsterdam Staff Band (Bandmaster Howard J. Evans)</h3>
<div class="c fl" style="padding-right:10px">
<img src="<?php print $myPath; ?>image/asb_risingofthesun.jpg" border="0" width="200" height="200" alt="Amsterdam Staff Band (Bandmaster Howard J. Evans): The Rising of the Son" />
</div>
<div>
<p>
<strong>Full Title:</strong> The Rising of the Son<br />
<strong>Released:</strong> 2002<br />
<strong>Label:</strong> SP&amp;S
</p>
<p>
<strong>BrassCrest Rating:</strong><br />
<img src="<?php print $myPath; ?>image/star850.gif" border="0" width="100" height="10" alt="" />&nbsp;&nbsp;<span class="gray">8.45</span>
</p>
<p>
<strong>Visitor Rating:</strong><br />
<?php
$q1 = 'select n0, n1, n2, n3, n4, n5, n6, n7, n8, n9, n0+n1+n2+n3+n4+n5+n6+n7+n8+n9 as total from review_votes where id = 363';
$r1 = mysql_query($q1);
if ($r1 && mysql_num_rows($r1) > 0) {
    $o1 = mysql_fetch_object($r1);
    if ($o1->total <> 0) {
       $avg = (($o1->n0)   +
               ($o1->n1 * 2)    +
               ($o1->n2 * 3)    +
               ($o1->n3 * 4)    +
               ($o1->n4 * 5)    +
               ($o1->n5 * 6)    +
               ($o1->n6 * 7)    +
               ($o1->n7 * 8)    +
               ($o1->n8 * 9)    +
               ($o1->n9 * 10))  / $o1->total;
        $avg = round($avg, 2);
        if       ($avg <= 0.5) {
            $stars = '050';
        } elseif ($avg <= 1.0) {
            $stars = '100';
        } elseif ($avg <= 1.5) {
            $stars = '150';
        } elseif ($avg <= 2.0) {
            $stars = '200';
        } elseif ($avg <= 2.5) {
            $stars = '250';
        } elseif ($avg <= 3.0) {
            $stars = '300';
        } elseif ($avg <= 3.5) {
            $stars = '350';
        } elseif ($avg <= 4.0) {
            $stars = '400';
        } elseif ($avg <= 4.5) {
            $stars = '450';
        } elseif ($avg <= 5.0) {
            $stars = '500';
        } elseif ($avg <= 5.5) {
            $stars = '550';
        } elseif ($avg <= 6.0) {
            $stars = '600';
        } elseif ($avg <= 6.5) {
            $stars = '650';
        } elseif ($avg <= 7.0) {
            $stars = '700';
        } elseif ($avg <= 7.5) {
            $stars = '750';
        } elseif ($avg <= 8.0) {
            $stars = '800';
        } elseif ($avg <= 8.5) {
            $stars = '850';
        } elseif ($avg <= 9.0) {
            $stars = '900';
        } elseif ($avg <= 9.5) {
            $stars = '950';
        } else {
            $stars = '000';
        }

    } else {
        $avg = 0;
    }
} else {
    $avg = 0;
}
if ($avg == 0) {
    print 'This recording has no visitor ratings<br />';
} else {
    $f = "<img src=\"$myPath/image/star%s.gif\" border=\"0\" width=\"100\" height=\"10\" alt=\"\" />&nbsp;&nbsp;<span class=\"gray\">rating %.2f, total votes %u</span><br />";
    printf($f, $stars, $avg, $o1->total);
}
?>
</p>
<p>
<strong>Buy This Recording:</strong><br />
<a href="http://www.amsterdamstaffband.org/" target="_blank">Amsterdam Staff Band</a><br />
<a href="http://www.worldofbrass.com/" target="_blank">World of Brass</a>
</p>
</div>

<div class="footer" style="clear:both">
<p>
<a href="#comments">Post a comment about this recording and read what others had to say</a>
</p>
</div>
<?php
if (isset($_SERVER['REMOTE_ADDR'])) {
    $ip = $_SERVER['REMOTE_ADDR'];
    $q2 = "select 'x' from review_ip where id = 363 and ip = '$ip'";
    $r2 = mysql_query($q2);
    if (!$r2 || mysql_num_rows($r2) == 0) {
        ?>
        <div>
        <form id="voteform" method="post" action="<?php print $myPath; ?>review/000363.php">
        <p>
        Register your opinion of this recording:&nbsp;&nbsp;
        <select name="rating" id="rating" size="1">
        <option value="10">10 The best!</option>
        <option value="9">  9 Great</option>
        <option value="8">  8 Really good</option>
        <option value="7">  7 Good</option>
        <option value="6">  6 Better than average</option>
        <option value="5">  5 Average</option>
        <option value="4">  4 Not so good</option>
        <option value="3">  3 Poor</option>
        <option value="2">  2 Really poor</option>
        <option value="1">  1 The worst!</option>
        </select>
        <input type="submit" name="submit" id="submit" value="Rate Recording" />
        </p>
        </form>
        </div>
        <?php
    }
}
?>

<h3 id="tracks">Tracks</h3>
<div class="center">
<table class="tracks" style="width:90%;text-align:left">
<colgroup>
    <col width="10%" />
    <col width="80%" />
    <col width="10%" />
</colgroup>
<tr valign="top" class="t1">
    <td class="rgt">1</td>
    <td style="text-align:left"><strong>Amsterdam Festival March</strong> <em>(Norman Bearcroft)</em></td>
    <td class="rgt">3:36</td>
</tr>
<tr valign="top" class="t2">
    <td class="rgt">2</td>
    <td style="text-align:left"><strong>All the Time in the World</strong> <em>(Ron Harris, arr. Johan Dokter)</em</td>
    <td class="rgt">3:49</td>
</tr>
<tr valign="top" class="t1">
    <td class="rgt">3</td>
    <td style="text-align:left"><strong>I Will Follow Him</strong> <em>(Stole/Roma/Plante, arr. Goff Richards)</em></td>
    <td class="rgt">3:28</td>
</tr>
<tr valign="top" class="t2">
    <td class="rgt">4</td>
    <td style="text-align:left"><strong>Covenant</strong> <em>(Bruce Broughton)</em></td>
    <td class="rgt">6:29</td>
</tr>
<tr valign="top" class="t1">
    <td class="rgt">5</td>
    <td style="text-align:left"><strong>Celebrate</strong> <em>(Andrew Mackereth)</em></td>
    <td class="rgt">2:49</td>
</tr>
<tr valign="top" class="t2">
    <td class="rgt">6</td>
    <td style="text-align:left"><strong>The Blue Bird</strong> <em>(C. V. Stanford, arr. Howard Evans)</em></td>
    <td class="rgt">3:59</td>
</tr>
<tr valign="top" class="t1">
    <td class="rgt">7</td>
    <td style="text-align:left"><strong>Finale from &ldquo;New World&rdquo; Symphony</strong> <em>(Anton Dvorak, arr. Ray Steadman-Allen)</em></td>
    <td class="rgt">7:10</td>
</tr>
<tr valign="top" class="t2">
    <td class="rgt">8</td>
    <td style="text-align:left"><strong>Love at Home</strong> <em>(Olaf Ritman)</em></td>
    <td class="rgt">2:18</td>
</tr>
<tr valign="top" class="t1">
    <td class="rgt">9</td>
    <td style="text-align:left"><strong>I Surrender All</strong> <em>(David Chaulk, arr. Andrew Mackereth)</em><br />Menno van der Woude, fl&uuml;gelhorn soloist</td>
    <td class="rgt">4:42</td>
</tr>
<tr valign="top" class="t2">
    <td class="rgt">10</td>
    <td style="text-align:left"><strong>New Frontier</strong> <em>(William Himes)</em></td>
    <td class="rgt">6:48</td>
</tr>
<tr valign="top" class="t1">
    <td class="rgt">11</td>
    <td style="text-align:left"><strong>Chassidic Dance</strong> <em>(Howard Evans)</em></td>
    <td class="rgt">3:49</td>
</tr>
<tr valign="top" class="t2">
    <td class="rgt">12</td>
    <td style="text-align:left"><strong>Jesu, Joy of Man&rsquo;s Desiring</strong> <em>(J. S. Bach, trans. Erik Leidz&eacute;n)</em></td>
    <td class="rgt">3:43</td>
</tr>
<tr valign="top" class="t1">
    <td class="rgt">13</td>
    <td style="text-align:left"><strong>The Rising of the Son</strong> <em>(Howard Evans)</em></td>
    <td class="rgt">11:44</td>
</tr>
<tr valign="top" class="t2">
    <td class="rgt">14</td>
    <td style="text-align:left"><strong>The Salvation Army March</strong> <em>(John Philip Sousa, arr. Ray Steadman-Allen)</em></td>
    <td class="rgt">2:29</td>
</tr>
</table>
</div>

<h3 id="overview">Overview&nbsp;&nbsp;<span class="gray">BrassCrest Overall Rating: 8.45</span></h3>
<p class="center sm"><a href="<?php print $myPath; ?>review/explain.html" target="_blank">Explain Ratings</a></p>
<div class="pn">
<p>
Recorded for the ASB&rsquo;s visit to the West Coast of the United States (December 2002 and January 2003), <em>The Rising of the Son</em> has an American flavor, with works by American composers Bruce Broughton, William Himes and John Philip Sousa, as well as an arrangement by Erik Leidz&eacute;n, who lived the US for the majority of his adult life. The recording also offers three pieces by the Staff Bandmaster, Howard J. Evans, including the title selection, which is a new, major work. Overall, a fine recording including music in widely varied styles, with several previously unrecorded items.
</p>
</div>

<h3 id="performance">Performance&nbsp;&nbsp;<span class="gray">BrassCrest Performance Rating: 8.50</span></h3>
<p class="center sm"><a href="<?php print $myPath; ?>review/explain.html" target="_blank">Explain Ratings</a></p>
<div class="pn">
<p>
The band plays well in a number of different styles, both traditional and contemporary. The trombone section seems particularly strong, although the bass trombone is occasionally a bit too bold. The band shows precise timing when needed, particularly in the opening section of <em>Covenant</em>, which features an increasingly complex rhythmic motif bounded by silences. Dynamics are also a strength of the band, with many of the softer passages played with extreme delicacy. The balance of the ensemble is generally very good. The bright instruments have an occasional tendency to overwhelm the mellow instruments (a common problem in brass band instrumentation), particularly in the lower end, where the exceptional strength of the trombone section is sometimes too much for the euphoniums and basses to overcome. The percussion section is solid and rhythmic, although perhaps a bit too restrained in some of the up-tempo contemporary items.
</p>
<p>
Stylistically, the band is very versatile, particularly in the contemporary items. Many brass bands are not capable of performing items that contain improvisational passages, but the ASB handles this admirably, especially in the jazz-style arrangement <em>Love at Home</em>. The band sounds more &ldquo;comfortable&rdquo; playing the contemporary arrangements, but there is nothing to fault in their performance of the more traditional pieces.
</p>
<p>
The recording focuses on the ensemble rather than the individual, with only one piece billed as a solo. The solo passages in the various items reveal that the band has top performers in the solo chairs, again with great strength in the contemporary idiom.
</p>
</div>

<h3 id="programming">Programming&nbsp;&nbsp;<span class="gray">BrassCrest Programming Rating: 8.00</span></h3>
<p class="center sm"><a href="<?php print $myPath; ?>review/explain.html" target="_blank">Explain Ratings</a></p>
<div class="pn">
<p>
<em>The Rising of the Son</em> is a enjoyable recording, with a wide range of styles and eras included.  Total running time of the recording is just over one hour, with the longest selection under 12 minutes in length.  The recording is framed with two traditional marches, both of which are not well-known: <em>Amsterdam Festival March</em>, written for the ASB in 1992 but never recorded or published, and <em>The Salvation Army March</em>, written by America&rsquo;s &ldquo;March King&rdquo;, John Philip Sousa.  Unfortunately, this march is not one of Sousa&rsquo;s best efforts, and even expert arrangement by Ray Steadman-Allen does not improve it enough to stand up to the other items on the recording.
</p>
<p>
There are four major tracks (over five minutes in total length) on the recording.  One is the classical transcription of the <em>Finale</em> from Dvorak&rsquo;s &ldquo;New World&rdquo; symphony.  The others are all in a &ldquo;contemporary classical&rdquo; idiom, including the title selection, which is a new work from the pen of Staff Bandmaster Howard Evans.  Bruce Broughton&rsquo;s <em>Covenant</em> is a masterful setting of an American folk tune.  <em>New Frontier</em> is one of William Himes&rsquo; early masterworks, written nearly thirty years ago and showing the sense of melody and balanced harmony that marks his compositions.
</p>
<p>
There are four compositions by members of the band, three from Bandmaster Evans and the delightful jazz arrangment <em>Love at Home</em> by Olaf Ritman.  The use of items from members of the ensemble can sometimes be a gamble, as there may be pressure to include items of lesser quality because of the association with the composer.  Happily, this is not the case on this recording, as all four items are of good quality.
</p>
<p>
Perhaps the most intriguing choice of items on the recording is the inclusion of the trombone feature <em>I Will Follow Him</em>.  This song was originally recorded by Little Peggy March in 1963 as a secular love song.  It was used with religious connotations (without any change in lyric) in the popular 1992 motion picture <em>Sister Act</em>.  At first, this choice of music might seem inappropriate on a Salvation Army recording.  However, it can be considered as a modern example of the old Army practice of borrowing a popular tune and making it fit the Salvation message.  Many of the songs which are now a standard part of the Army songbook have tunes that were originally secular popular songs. </p>
</div>

<h3 id="presentation">Presentation&nbsp;&nbsp;<span class="gray">BrassCrest Presentation Rating: 9.00</span></h3>
<p class="center sm"><a href="<?php print $myPath; ?>review/explain.html" target="_blank">Explain Ratings</a></p>
<div class="pn">
<p>
The recording is well-packaged and recorded.  Liner notes are informative without being verbose.  In addition to a group picture of the whole ensemble, there are individual photos along the bottom of each page in the liner.  This is somewhat novel, and seems quite effective.  The photos seem to be in the same order as the printed roster in the liner.  We purchased our copy of the recording from the <a href="http://www.worldofbrass.com/" target="_blank">World of Brass</a> site.  Service was very good - less than ten days to receive the recording after placing the order (and we are in the United States, so this was a transatlantic transaction).
</p>
</div>
</div>  <!-- End "review" -->
]]>
        
    </content>
</entry>

</feed>

