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 tremolo rendered duration in prior presence of Grace #108

Closed
arshiacont opened this issue Jan 21, 2020 · 1 comment
Closed

Wrong tremolo rendered duration in prior presence of Grace #108

arshiacont opened this issue Jan 21, 2020 · 1 comment

Comments

@arshiacont
Copy link

Take the following snippet:

{[ 
     \clef<"g2"> \key<2> \meter<"2/4"> \stemsUp 
   \grace( c#3/8) \stemsDown
   b2/8 a/8 a/4
  \bar 
     \trem<style="//">( {f#/2, d3/2  })
 \bar 
    \trem<style="//">( {f#2/2, d3/2  })
 ]
 }

which results to
image

Now just remove the \grace( c#3/8) from the code, and you'll get correct duration for the Tremolos:

image

This will happen even if the grace note is way behind Tremolos... .

@dfober
Copy link
Member

dfober commented Feb 21, 2020

fixed ! (and pushed :-)

@dfober dfober closed this as completed Feb 21, 2020
arshiacont added a commit to Antescofo/guidolib that referenced this issue Feb 22, 2022
….6.6

* commit 'f0e9ac3c4319c7c6344d12882fee55b07aacacbb':
  fix incorrect tremolo on chord preceded by a grace note (issue grame-cncm#108)
  new example
  open prefix for new files
  commented debug code
  adjust bowing bounding box
  issues management
  fix publish target
  improve publish target
  new issue
  new regression test
  add publications to web site
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