diff --git a/examples/tin_whistle_range_test.pdf b/examples/tin_whistle_range_test.pdf index e101f2d..91a3c7c 100644 Binary files a/examples/tin_whistle_range_test.pdf and b/examples/tin_whistle_range_test.pdf differ diff --git a/examples/tin_whistle_test.pdf b/examples/tin_whistle_test.pdf index 2e2e19b..ac27071 100644 Binary files a/examples/tin_whistle_test.pdf and b/examples/tin_whistle_test.pdf differ diff --git a/tin_whistle_tablature.qml b/tin_whistle_tablature.qml index 2167168..ea33776 100644 --- a/tin_whistle_tablature.qml +++ b/tin_whistle_tablature.qml @@ -183,6 +183,9 @@ MuseScore { } console.log("Staff " + staff + " whistle type: " + instrument) + // staff is for tin whistle, so init repeated note check + lastPitch = 0 + if (curScore.hasLyrics) { tabOffsetY += 2.8 // try not to clash with any lyrics }