bug-lilypond
[Top][All Lists]
Advanced

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

Re: bug? clef takes too much space when changing both staff and clef in


From: Graham Percival
Subject: Re: bug? clef takes too much space when changing both staff and clef in some circumstances
Date: Wed, 01 Aug 2007 18:38:18 -0700
User-agent: Thunderbird 1.5.0.12 (Macintosh/20070509)

Fascinating. In complicated cases like this, ignore what I said in the previous email about only submitting a single flawed example; there three examples could be useful.

Added as
http://code.google.com/p/lilypond/issues/detail?id=399

Cheers,
- Graham


Wilbert Berendsen wrote:
I'm not top posting.

%{
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
        }




_______________________________________________
bug-lilypond mailing list
address@hidden
http://lists.gnu.org/mailman/listinfo/bug-lilypond






reply via email to

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