bug-lilypond
[Top][All Lists]
Advanced

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

incorrect padding


From: Werner LEMBERG
Subject: incorrect padding
Date: Sun, 18 Aug 2002 09:10:49 +0200 (CEST)

[CVS 2002-08-16 00:18]

The code below shows a recent error with padding: The values are
twice as big as they should.


     Werner

======================================================================

\score {
  \context Voice \notes \relative c'' {
    \property Staff.SustainPedalLineSpanner \set #'padding = #0
    c2\sustainDown c2\sustainUp |
    \property Staff.SustainPedalLineSpanner \set #'padding = #1
    c2\sustainDown c2\sustainUp |
    \property Staff.SustainPedalLineSpanner \set #'padding = #2
    c2\sustainDown c2\sustainUp |
    \property Staff.SustainPedalLineSpanner \set #'padding = #3
    c2\sustainDown c2\sustainUp |
    \property Staff.SustainPedalLineSpanner \set #'padding = #4
    c2\sustainDown c2\sustainUp |
    \property Staff.SustainPedalLineSpanner \set #'padding = #5
    c2\sustainDown c2\sustainUp |
  }
  \paper {
    linewidth = -1
  }
}

PNG image


reply via email to

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