bug-lilypond
[Top][All Lists]
Advanced

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

Re: notes too close to barline and collisions between accidentals and pr


From: Frédéric Chiasson
Subject: Re: notes too close to barline and collisions between accidentals and preceding notes
Date: Wed, 17 Jan 2007 09:05:07 -0500

Hi!

Here is a code that make some layout problems. With the sixteenth notes, the
first beat chord's f is too close to the barline.

\version "2.11.11"

x = { <c f g>4 }
doubles = { c16 c c c c c c c c c c c c c c c }

\new Score
{
<<
\new Staff { \relative c' { \doubles | \doubles | \doubles }}
\new Staff { \relative c''{\x \x \x \x | \x \x \x \x | \x \x \x \x}}

}

Frédéric


reply via email to

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