bug-lilypond
[Top][All Lists]
Advanced

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

Rest-dot spacing


From: Dan Eble
Subject: Rest-dot spacing
Date: Sun, 30 Nov 2014 21:01:47 -0500

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]