bug-lilypond
[Top][All Lists]
Advanced

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

Re: clef collides with rest


From: Graham Percival
Subject: Re: clef collides with rest
Date: Sat, 07 Oct 2006 13:36:19 -0700
User-agent: Thunderbird 1.5.0.7 (Macintosh/20060909)

Jay Anderson wrote:
Ok, here's what I've come up with to show the bug a little better:

I think this one is a bit more condensed, and avoids the \layout{line-width} compression. I've added it to the bug report.


\version "2.9.21"
\score
{
 <<
   \new Staff
   {
     \relative c'
     {
       c4 c c c |
       c4 c8 c c4 c8 c |
       \times 2/3 {c4 c c} c4 c |
       \times 2/3 {c4 c c} \times 2/3 {c c c} |
     }
   }
   \new Staff
   {
     \repeat unfold 4 {\clef treble d''4 r \clef bass f r | \break }
   }
 >>
 \layout
 {
  ragged-right = ##t
%  forces an actual collision, instead of just ugly notation
%  line-width = #30
 }
}





reply via email to

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