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

staccato and tenuto #151

Closed
Jaimyy opened this issue Apr 14, 2022 · 3 comments
Closed

staccato and tenuto #151

Jaimyy opened this issue Apr 14, 2022 · 3 comments

Comments

@Jaimyy
Copy link

Jaimyy commented Apr 14, 2022

I cannot use both staccato and tenuto on more than one note at the same time.

{[ \clef<"g2"> \key<0>

g2/8 _/8
\stacc(\ten(g2/8)) _/8
\stacc(\marcato(g2/8)) _/8
\stacc(\accent(g2/8)) _/8
\stacc(\mord(g2/8)) _/8\bar

{e2/8, g2/8} _/8
\stacc(\ten({e2/8, g2/8})) _/8
\stacc(\marcato({e2/8, g2/8})) _/8
\stacc(\accent({e2/8, g2/8})) _/8
\stacc(\mord({e2/8, g2/8})) _/8\bar]}

grafik

@zhwei8090
Copy link

Indeed multiple tags are not supported

@dfober
Copy link
Member

dfober commented Apr 22, 2022

It should! I've started to look at the problem but it's not trivial. It' s going to take a little patience...

@dfober
Copy link
Member

dfober commented May 19, 2022

fixed (on dev branch)

@dfober dfober closed this as completed May 19, 2022
arshiacont added a commit to Antescofo/guidolib that referenced this issue Aug 23, 2022
…o-develop

* commit '04269a6eb30522996611687d8da7247b1785ee32': (30 commits)
  add gmn scripts
  change log
  resolve multi voices note collisions (issue grame-cncm#158)
  new \auto tag parameter: resolveMultiVoiceCollisions
  version num moved to 1.76
  remove useless declaration
  change log update
  in progress (comments only)
  update guido font: new inverted turn with a bar glyph
  add support for inverted turn with a bar
  update package and fonts
  js tests
  add test target
  compiles tools with qt6 + add bravura font viewer to cmake
  change for VS 16 2019 and Qt 6
  update version to 1.7.5
  moved to regression tests
  change in commented parts
  new issue
  fix issue grame-cncm#151 (multiple articulations on chords)
  ...
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

3 participants