bug-lilypond
[Top][All Lists]
Advanced

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

DynamicLineSpanner Bug


From: Nick Busigin
Subject: DynamicLineSpanner Bug
Date: Mon, 19 Jan 2004 15:45:07 -0500 (EST)

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                                             address@hidden
            Visit Our Indie Jazz CD Construction Project!

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


PNG image


reply via email to

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