In the "Typography and program architecture" section of the manual,
there is an example of a tweak using:

\once \property Voice. DynamicLineSpanner  \override #'padding = #4.0
     
However, something is broken because the forte symbol does not get
forced down as it used to with previous versions of lily.

Here's an example of the code which demonstrates the problem.  

------  start of example lily code  ---------
% Bug report example showing a problem with padding.

#(set-staff-size 20)

\version "2.1.12"

\paper {
  indent = 0.0\mm
  raggedright = ##t 
} %paper


\score { \notes \relative c'' {

  \stemUp

    a4_\f f,8 s8 s2 \break

    \once\property Voice. DynamicLineSpanner  \override #'padding = #14.0 
    a'4_\f f,8 s8 s2

  } %notes 

  \paper {}

} %score

------  end of example lily code  ---------

I have attached a PNG file showing the output. 

                                       Nick

==============------- www.SongBirdofSwing.com -------==================
Nick Busigin                                             [EMAIL PROTECTED]
            Visit Our Indie Jazz CD Construction Project!

==============------- www.SongBirdofSwing.com -------==================


<<padding-bug.png>>

_______________________________________________
Bug-lilypond mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/bug-lilypond

Reply via email to