Skip to content
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

Closed
guandi156 opened this issue Nov 8, 2022 · 3 comments
Closed

lower part with half note #164

guandi156 opened this issue Nov 8, 2022 · 3 comments

Comments

@guandi156
Copy link

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?

33333

This shows only quarter notes. How can I make the lower part become half notes?
Thank you!

2222

@dfober
Copy link
Member

dfober commented Nov 8, 2022

There is a workaround: don't draw the notehead e.g.:

{
[
	\meter<"4/4"> 
	\stemsUp \beam(c1/8 e g c2)
	% workaround : using notehead style
	\stemsUp \beam(\noteFormat<style="none">(c1/8) e g c2)
]
, [
	\staff<1> 
	\stemsDown c/2
	\stemsDown c/2
]
}

but it is not the ideal solution. In fact that should be automatic. I'll look into it.

@guandi156
Copy link
Author

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)
@dfober
Copy link
Member

dfober commented Jul 1, 2023

fixed. There is now an automatic detection of this kind of issue that is solved by hiding the note head.

@dfober dfober closed this as completed Jul 1, 2023
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
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants