Hi.

[This bug report wasn't acknowledged; so I thought that it might
have gone unnoticed.]

> The dot collides with the whole note.
> 

> \version "2.6.0"
> 
> \score {
>   \relative c'' {
>     \time 2/2
>     a1 |
>     \time 3/2
>     \mark \markup { \small { "[" \note #"2" #1.0 "=" \note #"1." #1.0 "]" } }
>     a4 g f a g2 |
>   }
> }
> 

As a workaround to obtain something visually more adequate, one
has to write:

  \mark \markup { \small { "[" \note #"2" #1.0 "=" \note #"1" #1.0 \hspace 
#-1.0 "." "]" } }
                                                         ^^^^      
^^^^^^^^^^^^^^^^^

Best regards,
Gilles


_______________________________________________
bug-lilypond mailing list
bug-lilypond@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-lilypond

Reply via email to