lilypond-devel
[Top][All Lists]
Advanced

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

Re: serious spacing problems with triplets


From: Werner LEMBERG
Subject: Re: serious spacing problems with triplets
Date: Sun, 29 Jul 2007 07:51:19 +0200 (CEST)

> > While many on this list praise the new spacing stuff, I'm
> > currently experiencing severe problems with it.  The example below
> > shows that accidentals collide with stems.  This must NEVER EVER
> > happen!
> 
> Thanks, this is fixed in git.

Much better, thanks!  However, it still fails sometimes.


    Werner


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


foo = \relative c'' {
  g'8[ c, g' c, g' c, g' c,] |
  g'8[ c, g' c, g' c, g' c,] |
  g'8[ c, g' c, g' c, g' c,] |
  g'8[ c, g' c, g' c, g' c,] |
  g'8[ c, g' c, g' c, g' c,] |
}

bar = \relative c' {
  <c e a c>4 <es as ces es>2 <c e a c>4 ~ |
  <c e a c>4 <es as ces es>2 <c e a c>4 ~ |
  <c e a c>4 <es as ces es>2 <c e a c>4 ~ |
  <c e a c>4 <es as ces es>2 <c e a c>4 ~ |
  <c e a c>4 <es as ces es>2 <c e a c>4 |
}

\new PianoStaff {
  <<
    \new Voice \foo
    \new Voice \bar
  >>
}

PNG image


reply via email to

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