Skip to content

Commit

Permalink
Fixed: Clef generator had leftovers in it
Browse files Browse the repository at this point in the history
  • Loading branch information
ahankinson committed Oct 15, 2015
1 parent cd77f2c commit ccc1434
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/ExportGenerators.mss
Expand Up @@ -469,8 +469,6 @@ function GenerateClef (bobj) {
clefinfo = ConvertClef(bobj.StyleId);
clef_el = libmei.Clef();

libmei.AddChild(l, clef_el);

libmei.AddAttribute(clef_el, 'shape', clefinfo[0]);
libmei.AddAttribute(clef_el, 'line', clefinfo[1]);
libmei.AddAttribute(clef_el, 'dis', clefinfo[2]);
Expand Down

0 comments on commit ccc1434

Please sign in to comment.