bug-lilypond
[Top][All Lists]
Advanced

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

Re: strange collision of note and clef


From: Robert Urmann
Subject: Re: strange collision of note and clef
Date: Wed, 06 Oct 2010 13:16:25 +0200
User-agent: Opera Mail/10.10 (MacIntel)

Am 06.10.2010, 12:13 Uhr, schrieb Valentin Villenave <address@hidden>:

On Wed, Oct 6, 2010 at 10:52 AM, hans <address@hidden> wrote:
In a piano-piece:
4/4 time
right-hand plays truplet over half-note, in problem case quarter-note
half-note.
left-hand plays eights, changing clef every quarter-note.
In the problem-case the clef is written over the preceding eight.

Wow, indeed. That is a serious bug, I'm forwarding this to the Bug Squad.

\version "2.13.36"
\new PianoStaff <<
  \new Staff \relative c' { \times 2/3 {g'4 a2}}
  \new Staff \relative c' {
    \clef bass fis,,8 cis' \clef treble c'' fis,
  }


Hans: hopefully this bug will be fixed in a future version. In the
meantime you may try adding a \break before this measure, hopefully
this will help.

Or tweak the horizontal extent of the clef in question. Add
        \once \override Staff.Clef #'minimum-X-extent = #'(-1 . 2)
before the treble clef and find suitable values.

Best, Robert

Cheers,
Valentin

PS - Hans: as you can see, your bug could be demonstrated with a much
smaller example, please keep that in mind when you encounter such
problems. http://lilypond.org/tiny-examples.html





reply via email to

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