gnu-music-discuss
[Top][All Lists]
Advanced

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

Bars too close to notes


From: Andras Cser
Subject: Bars too close to notes
Date: Tue, 10 Oct 2000 12:29:08 -0700 (PDT)

Hi all, 

this may be another newbie question. When I compile the
attached .ly file, I get the score but measures 6 and 7 are
terminated by a bar too close to the last chords in the
measure. I am using lilypond 1.3.94 on Solaris 7 and Linux,
the problem exists on both platforms with ghostview and
sdtimage (ps renderer from Sun). On the PC lilypond 1.3.46
seems to work just fine.

Any ideas?

thanks for your help in advance,
Andras

--- begin test.ly ---
%%%%%%%%
\include "paper16.ly";
 melody = \notes \relative c'' {
%       \partial 8;
        \key g \major;
        \time 4/4;
        b,4( < g' ) b > <fis a> <g e>|
        [<dis8 ( fis> <e ) g>] [<fis ( a> <dis ) fis>] <e2
g>|
        <b4 g'> <b' d> <c a> <b g>|
        [<fis8 ( a> <g ) b>] [<a ( c> <fis ) a>] <b4. g>
<b8 g>|
        <b4 d> <b d> <c4. a> <a8 fis>|
%
        [<g8 ( b> <fis ) a>] [<g b> <a c>] <g4 b> <fis8. a>
<fis8
        a>|
%%%%%%% ugly bar here. Why?
        <fis4 a> <fis c' e> <g b d> [<e8 a c> <e8 a c>]|
%%%%%%% ugly bar here, too. Why?

        <e4 g b> <b fis' a> <g'2 e>| 
        \bar "|."; 
 }

 text = \lyrics {

 }

accompaniment =\chords {
        e1:min| b2:7 e2:min g2 d4:7 g/d                    
   
        d2:7 g g d:7 e2.:min  b4:7 d2:7 g4 a:min|
        e4:min/b r16 b4:7 e2:min
}

                  \score {
                          \simultaneous {
                            \context ChordNames
\accompaniment
                              \addlyrics
                              \context Staff = mel {
                                \melody
                              }
                              \context Lyrics \text
                           }                           
                          \midi  { \tempo 4=72;}
                          \paper { linewidth = 10.0\cm; }
                  }


--- end test.ly ---

__________________________________________________
Do You Yahoo!?
Get Yahoo! Mail - Free email you can access from anywhere!
http://mail.yahoo.com/



reply via email to

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