]> git.donarmstrong.com Git - lilypond.git/blobdiff - scripts/musicxml2ly.py
Merge branch 'master' into dev/jmandereau
[lilypond.git] / scripts / musicxml2ly.py
index e594aa7d47bbd6dbfdaacff8b7047c9bef0c0fe9..f808a8325b5a67655ac0cd3ffce223258a332150 100644 (file)
@@ -1386,6 +1386,7 @@ class LilyPondVoiceBuilder:
                 else:
                     duration_factor = Rational (diff.numerator ())
             else:
+                # for skips of a whole or more, simply use s1*factor
                 duration_log = 0
                 duration_factor = diff
             skip.duration.duration_log = duration_log