When I add padding to have a crescendo hairpin symbol drop down a bit
I get a strange result - see attached PNG file.

Here's an example of what I'm trying to do:

%--------- lily code example start ----------

#(set-global-staff-size 19)

\paper  {
  indent = 0.0\mm
  raggedright = ##t
  papersize = "letter"
}

\version "2.1.13"

\score {
  \notes \relative c' {
    c b a      
    \property Voice.DynamicLineSpanner \set #'padding = #2
    b  \< 
    \times 2/3 {g-> a-> b->} c d\!

  } % notes
} %score

%--------- lily code example end ----------

Is this a bug or am I doing something wrong?

                                 Nick

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

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

<<DynamicLineSpanner-padding-bug.png>>

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

Reply via email to