-
Notifications
You must be signed in to change notification settings - Fork 36
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
lower part with half note #164
Comments
There is a workaround: don't draw the notehead e.g.:
but it is not the ideal solution. In fact that should be automatic. I'll look into it. |
It works with \noteFormat<style="none"> Thank you very much! |
dfober
added a commit
that referenced
this issue
Jul 1, 2023
…erent durations and one is a half or whole note) on multi voices staves (issue #164)
fixed. There is now an automatic detection of this kind of issue that is solved by hiding the note head. |
arshiacont
added a commit
to Antescofo/guidolib
that referenced
this issue
Jul 19, 2023
…o-develop * commit '53a78372b547a6aa329571073cd05820d73bbaec': set font alignment (may result in incorrect placement of dots) remove obsolete and non-maintained examples add resetCurrentNotesTP + accidentals collisions (in progress) fix crash bug due to the new checkHiddenNotes method : change the shared vector management automatic handling of conflicted notes (covering each other with different durations and one is a half or whole note) on multi voices staves (issue grame-cncm#164) moved to regression tests change log update fix issue grame-cncm#169 : not a perfect solution, a more logical one would be to reorder events creation in case of chords but it breaks the spacing rename tp to timepos add a new inhibitNextReset2Key method adapt due to removal of fStartTime in ARNote : doAutoEndBar and doAutoGlissando concerned remove ugly fStartTime in ARNote : dates of notes in chords are now consistent add getMeasureAccidentals method (for debug purpose) fix accidentals printing update install-qt-action to v3 update install-qt-action to v3 moved to regression tests fix missing dot in tuplet (issue grame-cncm#170) improve ARBase printing add std::string operator # Conflicts: # src/engine/graphic/GRSingleNote.h # src/engine/graphic/GRStaff.h
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hello, The lower part is a half note, but coincides with the upper part. This shows only quarter notes. How can I make the lower part become half notes?
This shows only quarter notes. How can I make the lower part become half notes?
Thank you!
The text was updated successfully, but these errors were encountered: