Your message dated Mon, 15 Jun 2009 14:44:48 -0700
with message-id <[email protected]>
and subject line Grace note registration problem fixed in at least 2.12.2-0.1
has caused the Debian Bug report #95769,
regarding grace-note breakage in 1.3.150
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)


-- 
95769: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=95769
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: lilypond
Version: 1.3.150-1
Severity: normal

  I'm working on a piece that uses grace notes heavily, which is why I noticed
this.

  The first grace note in the attached two-measure excerpt is rendered
completely incorrectly in Lilypond 1.3.150 (previous Debian versions rendered
it correctly).  Specifically, the \grace {d8} is rendered as a high C.  The
second grace note in the excerpt renders properly.  In the original piece, a
later \grace {d8} that should be on the fourth line of the treble clef
renders as a high B (with 5 ledger lines!)

  The incorrectly rendered grace notes all seem to have dynamics attached; this
may or may not be a clue.  (if I shouldn't be able to attach dynamics to a
grace note, an error should be printed instead of doing this :) )  If I move
the _\mp to the folowing eighth note, though, I still get off-the-staff grace
notes.

  I can send you a PS file if you want; I don't want to send 10k of compressed
data to the BTS, though.

  Daniel

-- System Information
Debian Release: testing/unstable
Architecture: i386
Kernel: Linux torrent 2.4.4 #1 Sat Apr 28 09:16:19 EDT 2001 i686

Versions of packages lilypond depends on:
ii  guile1.4 [guile]       1:1.4-11          The GNU extension language and Sch
ii  libc6                  2.2.2-4           GNU C Library: Shared libraries an
ii  libguile9              1:1.4-11          libraries for Guile1.4 (guile, gui
ii  libkpathsea3           1.0.7+20001218-3  shared libkpathsea for teTeX      
ii  libstdc++2.10-glibc2.2 1:2.95.4-0.010424 The GNU stdc++ library            
ii  python-base            1.5.2-16          An interactive object-oriented scr
ii  tetex-bin              1.0.7+20001218-3  teTeX binary files                

-- 
/-------------------- Daniel Burrows <[email protected]> -------------------\
|  Afternoon, n.:                                                             |
|    That part of the day we spend worrying about how we wasted the morning.  |
\-------- Real Programmers don't have braces. -- http://www.python.org -------/
% sonata.ly

\header {
  title="Sonata"
  composer="Daniel Burrows"
  tagline=""
}

\include "english.ly"
\include "paper20.ly"

\version "1.3.150"

right = \notes \relative d'' \context Voice=treble {

  % Theme 1

  \grace { d8_\mp } c b c d e4-. c-. |
  \grace { g'8} f e f g a2-\fermata |

}

left = \notes \relative c' {

  % Theme 1

  \clef treble
  c4-. <e-. g> c-. <e-. g> |
  a,-. <c-. f> a2-\fermata |

}

\score {
  \context PianoStaff \notes <
    \time 4/4
    \context Staff=top <\clef treble \right>
    \context Staff=bottom <\clef bass \left>
  >

  \midi { \tempo 4=120}

  \paper {
    \paperTwenty
    %textheight = 9.5 \in
  }
}

--- End Message ---
--- Begin Message ---
Version: 2.12.2-0.1

The attached converted temp.ly appears to handle the grace notes
properly; closing this bug. [Feel free to reopen with a new example
and explanation if this is not the case.]


Don Armstrong

-- 
"A one-question geek test. If you get the joke, you're a geek: Seen on
a California license plate on a VW Beetle: 'FEATURE'..."
 -- Joshua D. Wachs - Natural Intelligence, Inc.

http://www.donarmstrong.com              http://rzlab.ucr.edu
#(ly:set-option 'old-relative)
% sonata.ly

\header {
  title="Sonata"
  composer="Daniel Burrows"
  tagline=""
}

\include "english.ly"
#(set-global-staff-size 20)

\version "2.12.0"

right =  \relative d'' \context Voice = "treble" {

  % Theme 1

  \grace {
\override Stem   #'stroke-style = #"grace"
   d8_\mp 
  \revert Stem #'stroke-style }
 c b c d e4-. c-. |
  \grace {
\override Stem   #'stroke-style = #"grace"
   g'8
  \revert Stem #'stroke-style }
 f e f g a2\fermata |

}

left =  \relative c' {

  % Theme 1

  \clef treble
  c4-. <e g>-. c-. <e g>-. |
  a,-. <c f>-. a2\fermata |

}

\score {
  \context PianoStaff  <<
    \time 4/4
    \context Staff = "top" <<\clef treble \right>>
    \context Staff = "bottom" <<\clef bass \left>>
  >>
}

--- End Message ---

Reply via email to