lilypond-user
[Top][All Lists]
Advanced

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

Tuplet bracket / articulation collision


From: David Stephen Grant
Subject: Tuplet bracket / articulation collision
Date: Mon, 28 Apr 2014 16:14:40 +0200

Hello list,
Please see code snippet: In the second system the slur seems to be pushing the tuplet bracket down, causing it to collide with the wedge. I'm looking for a way to nudge the articulation slightly to the left, but can't work out how to do this. Help or other suggestions much appreciated!
Best, David

\version "2.18.2"

\relative c {
  \clef bass
  r8. c=16
  \tuplet 3/2 { c,16^^ g' bes } d8~ d4~ d8-. r8 |
}

\relative c {
  \clef bass
  r8. c=16(
  \tuplet 3/2 { c,16^^ g' bes } d8~ d4~ d8-.) r8 |
}

reply via email to

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