[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Issue 398 in lilypond: collision clef / stem with changing piano staff
From: |
codesite-noreply |
Subject: |
Issue 398 in lilypond: collision clef / stem with changing piano staff |
Date: |
Wed, 01 Aug 2007 18:34:16 -0700 |
Issue 398: collision clef / stem with changing piano staff
http://code.google.com/p/lilypond/issues/detail?id=398
New issue report by gpermus:
%{
A clef at the end of a line gets overwritten by music when the music
switches away from that staff after the clef change.
When the change is in the middle of a line, the clef does not collide.
%}
\version "2.11.28"
\paper { ragged-right = ##t }
\new PianoStaff <<
\new Staff = "rh" \relative c' { \time 3/8
c16 d e
\change Staff = lh
e d c
\clef bass
\break % force a new line
\change Staff = rh
c d e f g a
}
\new Staff = "lh" {s4. s4.}
>>
Attachments:
foo.preview.png 3.8 KB
Issue attributes:
Status: Accepted
Owner: gpermus
Labels: Type-Collision Priority-Low
--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- Issue 398 in lilypond: collision clef / stem with changing piano staff,
codesite-noreply <=