bug-lilypond
[Top][All Lists]
Advanced

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

Issue 399 in lilypond: clef can take too much space when changing staffs


From: codesite-noreply
Subject: Issue 399 in lilypond: clef can take too much space when changing staffs in piano music
Date: Wed, 01 Aug 2007 18:38:16 -0700

Issue 399: clef can take too much space when changing staffs in piano music
http://code.google.com/p/lilypond/issues/detail?id=399

New issue report by gpermus:

%{
When changing both staff and clef, the clef takes too much space
if there are previous notes from the same voice in that staff.
I have to place a hidden note in the staff to get the display
right.

In the first picture the bass clef takes to much space because the
voice has already written some notes in that staff.

In the second picture the bass clef is ok.

In the third pictude the bass clef is ok, because I wrote
a hidden note to the staff before the main voice writes to
that staff.
%}

\version "2.11.28" % git as of 22 jul 2007
\paper { ragged-right = ##t }

\new PianoStaff <<
        \new Staff = "rh" \relative c'' {
                \time 6/8
                bes16 c d
                \change Staff = lh
                \stemUp bes a g
                \change Staff = rh
                \stemDown bes c d
                \change Staff = lh
                \clef bass
                \stemUp bes, a g

        }
        \new Staff = "lh" \relative c' {
                s2.
        }
>>
\new PianoStaff <<
        \new Staff = "rh" \relative c'' {
                \time 6/8
                bes16 c d bes a g
                \stemDown bes c d
                \change Staff = lh
                \clef bass
                \stemUp bes, a g

        }
        \new Staff = "lh" \relative c' {
                s2.
        }
>>
\new PianoStaff <<
        \new Staff = "rh" \relative c'' {
                \time 6/8
                bes16 c d
                \change Staff = lh
                \stemUp bes a g
                \change Staff = rh
                \stemDown bes c d
                \change Staff = lh
                \clef bass
                \stemUp bes, a g

        }
        \new Staff = "lh" \relative c' {
                \hideNotes g2. \unHideNotes
        }
>>



Attachments:
        foo.png  25.2 KB 


Issue attributes:
        Status: Accepted
        Owner: gpermus
        Labels: Type-Defect 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




reply via email to

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