lilypond-auto
[Top][All Lists]
Advanced

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

Re: [Lilypond-auto] Issue 14 in lilypond: TieColumn should use skyline s


From: lilypond
Subject: Re: [Lilypond-auto] Issue 14 in lilypond: TieColumn should use skyline spacing to for defining rods.
Date: Sat, 19 Jan 2013 08:13:38 +0000


Comment #12 on issue 14 by address@hidden: TieColumn should use skyline spacing to for defining rods.
http://code.google.com/p/lilypond/issues/detail?id=14

And here's the code corresponding to the previous image.

\version "2.17.10"

\header { texidoc = "
  A tie must have a minimum length.  The example below
  shows that lilypond fails to handle that sometimes.
" }

\paper {
  ragged-right = ##t
}

\relative c' {
  d4 ~ d
  <d a' b d> ~ <d a' b d>
  \override Tie.minimum-length = #2
  d ~ d
  <d a' b d> ~ <d a' b d>
  \override Tie.minimum-length = #4
  d ~ d
  <d a' b d> ~ <d a' b d>
  \override Tie.minimum-length = #6
  d ~ d
  <d a' b d> ~ <d a' b d>
  \override Tie.minimum-length = #8
  d ~ d
  <d a' b d> ~ <d a' b d>
}





reply via email to

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