lilypond-devel
[Top][All Lists]
Advanced

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

bug with Tie's x-gap property


From: Werner LEMBERG
Subject: bug with Tie's x-gap property
Date: Mon, 23 Dec 2002 23:57:45 +0100 (CET)

[This is lilypond 1.6.5]

The example below shows a bug with Tie's x-gap property.  IMHO, the
x-gap value must influence spacing of ties, this is, the larger x-gap
is, the more horizontal space must a tie have.


    Werner

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

\include "deutsch.ly"

\score {
  \context Staff \notes \relative c' {
    [d'16 b d es] ~ [es g, b c] ~ [c as c cis] ~ [cis a cis] r |
    [g16 des' g, des'] [es des g, es'] ~ [es des g, es'] [a, es' f] r |
  }

  \paper {
    \translator {
      \ScoreContext
      Tie \override #'x-gap = #0.3
    }
  }
}

PNG image


reply via email to

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