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

Wrong displayed duration when using \displayNote and \tuplet together #139

Open
tilgwullfi opened this issue Jan 27, 2022 · 0 comments
Open

Comments

@tilgwullfi
Copy link

Minimal example:

{[\clef<"g2-8"> \key<0> \meter<"4/4", autoBarlines="off", autoMeasuresNum="system"> 
	\stemsUp
	\beamBegin:1
	\tuplet<"3",dispNote="/8">(
		\displayDuration<1,1,0>(a-1/12)
  		c1/12
		e/12
	)
	\beamEnd:1
]}

Another variant:

{[\clef<"g2-8"> \key<0> \meter<"4/4", autoBarlines="off", autoMeasuresNum="system"> 
	\stemsUp
	\beamBegin:1
	\displayDuration<1,1,0>(
		\tuplet<"3",dispNote="/8">(
			a-1/12
  			c1/12
			e/12
		)
	)
	\beamEnd:1
]}

Or:

{[\clef<"g2-8"> \key<0> \meter<"4/4", autoBarlines="off", autoMeasuresNum="system"> 
	\stemsUp
	\beamBegin:1
	\tuplet<"3">(
		\displayDuration<1,1,0>(a-1/12)
		c1/12
		e/12
	)
	\beamEnd:1
]}

All those lead to the same result:
image

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

1 participant