bug-lilypond
[Top][All Lists]
Advanced

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

Re: Dot and note collision (in \markup)


From: Gilles
Subject: Re: Dot and note collision (in \markup)
Date: Sun, 19 Mar 2006 18:47:00 +0100
User-agent: Mutt/1.5.11

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




reply via email to

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