bug-lilypond
[Top][All Lists]
Advanced

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

tuplets and accidentals collision


From: Gilberto Agostinho
Subject: tuplets and accidentals collision
Date: Wed, 6 Jul 2016 04:07:55 -0700 (MST)

Hello all,

I am noticing quite a lot of collisions between accidentals and tuplet
brackets+numbers in the composition I am currently engraving. It seems that
for some reason LilyPond is ignoring accidentals when deciding the position
of the tuplet brackets.

Example:

\version "2.19.37"

\markup{"This looks good:"}
{
  \tuplet 5/4 { d'4 <fis'' b'' c'''>16 }     
}

\markup{"This doesn't:"}
{
  \accidentalStyle dodecaphonic  
  \tuplet 5/4 { d'4 <fis'' b'' c'''>16 }   
}

\markup{"Even with the default accidentalStyle there are potential
problems,"}
\markup{"in this case the c''' has been exchanged for a cis''':"}
{
  \tuplet 5/4 { d'4 <fis'' b'' cis'''>16 }
}

Producing:

<http://lilypond.1069038.n5.nabble.com/file/n192293/02.png> 

Is this a known bug? The only similar bug I found in the tracker is  this
one here <https://sourceforge.net/p/testlilyissues/issues/3766/>  , but it
seems to be a bit different than what I am reporting here.

Cheers,
Gilberto



--
View this message in context: 
http://lilypond.1069038.n5.nabble.com/tuplets-and-accidentals-collision-tp192293.html
Sent from the Bugs mailing list archive at Nabble.com.



reply via email to

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