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 <d...@faithful.be>
> Subject: Rest-dot spacing
> Date: November 30, 2014 at 21:01:47 EST
> To: bug-lilypond bug <bug-lilyp...@gnu.org>
> 
> 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.
>   }
> >>
> 

_______________________________________________
lilypond-devel mailing list
lilypond-devel@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-devel

Reply via email to