bug-lilypond
[Top][All Lists]
Advanced

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

clef collides with rest


From: Jay Anderson
Subject: clef collides with rest
Date: Thu, 5 Oct 2006 20:41:38 -0700

The bass clef in the following example collides with the rest in the
following example. It looks worse in context than it does here, but
normally lilypond does a good job of spacing the clef changes. Is
there any tweak I can do to fix this or are there deeper problems?
Thanks for the help.

-----
\version "2.9.21"

\score
{
 <<
   \new PianoStaff
   <<
     \new Staff="RH" { \times 2/3 {c'4 c' c'} \times 2/3 {c'4 c' c'} | }
     \new Staff="LH" { c'4 r \clef bass c r | }
   >>
 >>
 \layout
 {
   ragged-right = ##t
 }
}
-----

-----Horndude77

Attachment: bug2.preview.png
Description: PNG image

Attachment: bug.preview.png
Description: PNG image


reply via email to

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