bug-lilypond
[Top][All Lists]
Advanced

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

horizontal spacing: note too close to barline when time signature change


From: Janek Warchoł
Subject: horizontal spacing: note too close to barline when time signature changes after line break
Date: Mon, 7 Mar 2011 08:48:50 +0100

Hi,

In the example below the last note is too close to the barline, the
problem disappears if there is no time signature change.

{
 \repeat unfold 8 { a' a' a' a' } \break
 \repeat unfold 5 { \time 5/4 c' c' c' c' c' }
}

Also, below is another, more real-life example with the same problem

\paper { system-count = #2 }
\relative c'' {
    \key f \major
    g4  f bes c8 f
    \time 2/4
    d4 c8 f
    \time 5/4
    d4 bes c g f
    \time 4/4
    g f bes c8 f
    \time 2/4 d4 c8 f
    \time 5/4
    d4 bes c g f
    \time 4/4
    f4 g d f8 g
    \time 2/4
    c4 g8 a
    \time 5/4
    f4 f'f d c8 bes f4
    \time 4/4
    f4 g d f8 g
    \time 2/4 es4 bes'8 c
    \time 5/4
    as4 as' f es8 des as4
  }

cheers,
Janek



reply via email to

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