lilypond-user
[Top][All Lists]
Advanced

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

irregular slur behavior??


From: Tapio Tuovila
Subject: irregular slur behavior??
Date: Tue, 17 May 2005 09:21:23 +0300
User-agent: Mozilla Thunderbird 1.0.2 (X11/20050322)

Hi,
I have noticed difference in slur behavior between 2.5.22 and 2.5.23 up to 2.5.25-CVS (of 05-16). The difference can be seen between the two attachment files, if they get through; I think this is a bug.

*lp-22.eps is output of 2.5.22 and *lp-25.eps of 2.5.25. They are produced on SuSE 9.3; both cases compiled without warning messages.

greetings,
Tapio



source code as follows:

\version "2.5.18"

#(set-global-staff-size 24)

staffViolin = \new Staff  {
   \time 4/8
   \set Staff.instrument="Viulu"
   \key d \major
   \clef treble
   \relative c'' {

       %1
       d,16-.(\upbow  fis-. a-4-. a-. d,-. fis-. a-. a-. |
       b-. a-0-. g-. fis-.) e8.(\downbow g16-.) |
       e-.(\upbow fis-. g-. g-. e-. fis-. g-. g-. |
       cis-. b-. a-0-. g-.) fis8.( a16-.) |
       %5
       d,-.(\upbow fis-. a-4-. a-. d,-. fis-. a-. a-. |
       b-. a-0-. g-. fis-.) e8.(\downbow g16-.) |
       e-.(\upbow fis-. g-. g-. e-. fis-. g-. g-. |
       cis-. b-. g-. e-.) d4-- |
       \bar "|."
   }
}
\score {
   <<
       \staffViolin
   >>
   \layout  {
   }
}

\paper {
}

image/eps

image/eps


reply via email to

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