lilypond-user
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

A Beam and a Slur in a Bracketed Tuplet


From: Marc Shepherd
Subject: A Beam and a Slur in a Bracketed Tuplet
Date: Mon, 19 Oct 2020 17:43:46 -0400

In the example shown below, notice that the slur is incorrectly pointing upward, and "crashing" into the tuplet bracket. It only happens with both the slur and the beam present. With slur only or beam only, it engraves correctly.

Is this a known issue? Should I be coding it differently? The code used is shown below:

\version "2.21.7"

\new Staff \relative c'' { \time 3/4
    d4. d8 \tupletUp \tuplet 3/2 { d([ e]) c } | b2 b8.([ a16]) | g2.
  }
\addlyrics {
  \lyricmode { Here is some text to pon -- der. }
}


Capture.PNG
--
Marc Shepherd

reply via email to

[Prev in Thread] Current Thread [Next in Thread]