bug-lilypond
[Top][All Lists]
Advanced

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

Strange spacing


From: Thomas Scharkowski
Subject: Strange spacing
Date: Mon, 23 Jan 2012 10:54:50 +0100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:8.0) Gecko/20111124 Thunderbird/8.0

The example below produces a quite strange spacing in measure 2, the second note should be placed nearer to the first note.
When I remove bar on the spacing is o.k.

Thomas


\version "2.15.26"
upper = \relative c'' {
   \voiceOne
   \repeat unfold 8 {c32 c c c} |
   c4 c2 c4
}

lower = \relative c'' {
   \voiceTwo
   s1
   a2  a
}

\score
{
   <<
     \upper
     \\
     \lower
   >>
}



reply via email to

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