From: Dirk Koopman Date: Sat, 24 Sep 2016 17:37:53 +0000 (+0100) Subject: add a bit of white space X-Git-Url: http://dxcluster.org/gitweb/gitweb.cgi?a=commitdiff_plain;h=a953b7ad8554acff29c17d97be1e0b683a6ea04c;p=music.git add a bit of white space --- diff --git a/mscore-halve b/mscore-halve index 88ae780..7272a76 100755 --- a/mscore-halve +++ b/mscore-halve @@ -110,7 +110,9 @@ sub process foreach my $staff ($doc->findnodes('/museScore/Score/Staff')) { my ($sigN, $sigD); # current time sig values (may be needed later) my $syllabic = 0; # track syllabic mode (whether we are in the middle of a word in lyrics). + display($staff) if $dbg; + foreach my $measure ($staff->findnodes('./Measure')) { my $lens; @@ -122,6 +124,7 @@ sub process $lens = "$t/$b"; $l->setValue($lens); } + # process nodes foreach my $node ($measure->findnodes('./*')) { if ($node->nodeType == XML_ELEMENT_NODE) {