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

Dotted note in Tuplet #126

Open
arshiacont opened this issue May 26, 2021 · 1 comment
Open

Dotted note in Tuplet #126

arshiacont opened this issue May 26, 2021 · 1 comment

Comments

@arshiacont
Copy link

arshiacont commented May 26, 2021

The second note in this excerpt (courtesy of Beethoven!) is marked as dotted but not come out as such when rendered. Am I doing anything wrong?

{[ \stemsUp \tuplet<"">(d/12 d2/12. c/24)
 \stemsDown \tuplet<"", dispNote="/8">( c/12 b1/12 a/12)
 \stemsUp  \beamsOff a/4 \beamBegin:1 g/8  g/8 \beamEnd:1  
 ]
  }
@dfober
Copy link
Member

dfober commented Jul 10, 2021

actually, writing d2/12. is equivalent to d2/8, that's why the dot is no present.
You have to force the note appearance using \displayDuration i.e.

\tuplet<"">(d/12 \displayDuration<1, 8, 1>(d2/12.) c/24)

I know that's not very convenient in such an obvious case. The problem is not simple to solve and contextual information is missing to fix it. I leave this issue opened and see what I can do.

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