bug-lilypond
[Top][All Lists]
Advanced

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

Re: less space between TimeSignature and first note --> KeySignature-Bug


From: Felix Hammer
Subject: Re: less space between TimeSignature and first note --> KeySignature-Bug?
Date: Sun, 15 Jan 2006 20:25:43 +0100
User-agent: KMail/1.9

Am Sonntag, 15. Januar 2006 13:56 schrieb Erik Sandberg:
> Hi,
>
> Can you produce a smaller example which reproduces it? Usually, it is
> possible to minimise this kind of problem to something like one single bar
> with only one or two staves.

Hello Erik.

I have reduced the source to this example:
------------------------------------------------------------------------------------

\version "2.6.4"

violinPartI = \relative g {
    \clef treble
    \key f \major
    \time 4/4 

        b4 d e f
        b4 d e f
        b4 d e f \bar "|."
}

pianoRightPartI = \relative c' {
    \clef treble
    \key f \major
    \time 4/4
        
        b'4 f e d
        b'4 f e d
        b'4 f e d \bar "|."
}

pianoLeftPartI = \relative c {
    \clef bass
    \key f \major
    \time 4/4

        b'4 f e d
        b'4 f e d
        b'4 f e d \bar "|."
}

    \score {
            <<
            \new Staff \with
            {
                fontSize = #-2
                \override StaffSymbol #'staff-space = #(magstep -2)
            } { 
                 \violinPartI
            }

            \new PianoStaff <<
                
                \context Staff = upper \pianoRightPartI
                \context Staff = lower \pianoLeftPartI
            >>
        >>      
    }
----------------------------------------------------------------------------------------

i have made new examples:

only a-major works fine:
http://www.violin-unterricht.de/amajor-ok.png

the other are damaged:
http://www.violin-unterricht.de/dmajor-not-ok.png
http://www.violin-unterricht.de/emajor-not-ok.png
http://www.violin-unterricht.de/gmajor-not-ok.png
http://www.violin-unterricht.de/fmajor-not-ok.png

Can you reproduce the problems?

thx for help!
felix

        

        
                
___________________________________________________________ 
Telefonate ohne weitere Kosten vom PC zum PC: http://messenger.yahoo.de





reply via email to

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