bug-lilypond
[Top][All Lists]
Advanced

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

\acciaccatura and \key


From: Gilles
Subject: \acciaccatura and \key
Date: Fri, 23 Dec 2005 16:59:06 +0100
User-agent: Mutt/1.5.11

Hi.

Running lilypond 2.6.3 on the following:

%---
\version "2.6.3"

theMusic = \relative c''' {
  \time 4/4
  \acciaccatura g16 f1 |
  f1 |
}

\score {
  { 
    \key a \minor
    \theMusic
  }
  \layout {}
}
%---

it outputs the following message:

GNU LilyPond 2.6.3
Processing `test2.ly'
Parsing...
Interpreting music...
/usr/share/lilypond/2.6.3/ly/grace-init.ly:26:8: warning: can't end slur
    s1*0
        )
test2.ly:7:20: warning: adding note head to incompatible stem (type = 16)
  \acciaccatura g16
                    f1 |
test2.ly:7:20: warning: maybe input should specify polyphonic voices
  \acciaccatura g16
                    f1 |[2]
/usr/share/lilypond/2.6.3/ly/grace-init.ly:20:8: warning: unterminated slur
    s1*0
        (
Preprocessing graphical objects...
Calculating line breaks...
Calculating page breaks...
Layout output to `test2.ps'...
Converting to `test2.pdf'...

and the resulting score doesn't display the grace note (and its slur) correctly.

[Moving the \key inside the "theMusic" variable seems to work around the
problem, but I prefer the other way...]


Regards,
Gilles




reply via email to

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