Skip to content

Commit

Permalink
Merge pull request #23 from jgadsden/jgadsden-patch-1
Browse files Browse the repository at this point in the history
Bug fix for issue #21
  • Loading branch information
DLLarson authored Oct 6, 2019
2 parents 47888d4 + 83b6d70 commit e9249ef
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
Binary file modified examples/tin_whistle_range_test.pdf
Binary file not shown.
Binary file modified examples/tin_whistle_test.pdf
Binary file not shown.
3 changes: 3 additions & 0 deletions tin_whistle_tablature.qml
Original file line number Diff line number Diff line change
Expand Up @@ -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
}
Expand Down

0 comments on commit e9249ef

Please sign in to comment.