Skip to content
Snippets Groups Projects
Commit f0b25261 authored by Reinhold Kainhofer's avatar Reinhold Kainhofer
Browse files

Write out a warning that neumic notation is not supported by MusicXML

parent ec121c71
No related branches found
No related tags found
No related merge requests found
...@@ -582,6 +582,9 @@ sub notehead { ...@@ -582,6 +582,9 @@ sub notehead {
sub duration { sub duration {
my ($duration, $dots) = @_; my ($duration, $dots) = @_;
if ($duration.$dots eq "7.") {
print_error ("Neumic notation is not supported by MusicXML!");
}
if ($duration.$dots ne "") { if ($duration.$dots ne "") {
my %du=("1",4*$divisions,"2",2*$divisions,"4",$divisions, my %du=("1",4*$divisions,"2",2*$divisions,"4",$divisions,
......
Test Composer
Test case for neumic durations
1.1.1: S neumic durations
plain&easy: %G-2@c$ '4C7.D
Test Library
00000000
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment