lilypond-devel
[Top][All Lists]
Advanced

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

Fwd: Rest-dot spacing


From: Dan Eble
Subject: Fwd: Rest-dot spacing
Date: Wed, 3 Dec 2014 23:05:02 -0500

I think the PNG attachment was dropped from this mail to the bug list.  
Hopefully it comes through here.
— 
Dan

> Begin forwarded message:
> 
> From: Dan Eble <address@hidden>
> Subject: Rest-dot spacing
> Date: November 30, 2014 at 21:01:47 EST
> To: bug-lilypond bug <address@hidden>
> 
> Is it expected that these two ways of changing the appearance of a rest yield 
> different spacing between the rest and the dot?
> 
> \version "2.19.15"
> 
> classicalQuarter = #(lambda (grob)
>   (if (= (ly:grob-property grob 'duration-log 999) 2)
>       (ly:grob-set-property! grob 'style 'classical))
>   (ly:rest::print grob))
> 
> <<
>   \new Staff {
>     \override Rest #'style = #'classical r4.
>   }
> >>
> 
> <<
>   \new Staff {
>     \override Rest #'stencil = \classicalQuarter r4.
>   }
> >>
> 



reply via email to

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