[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
\acciaccatura and \times
From: |
Gilles |
Subject: |
\acciaccatura and \times |
Date: |
Fri, 23 Dec 2005 22:03:53 +0100 |
User-agent: |
Mutt/1.5.11 |
Hi.
Seemingly a bug in the same family as my previous post. Here the
problem is with using a grace note inside a triplet. The following
code:
%---
\version "2.6.3"
theMusic = \relative c''' {
\time 4/4
\times 2/3 { \acciaccatura a16 g4 \acciaccatura a16 g4 \acciaccatura a16 g4 }
g2 |
f1 |
}
\score {
\theMusic
\layout {}
}
%---
produces:
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:6:33: warning: adding note head to incompatible stem (type = 16)
\times 2/3 { \acciaccatura a16
g4 \acciaccatura a16 g4 \acciaccatura a16 g4 }
g2 |
test2.ly:6:33: warning: maybe input should specify polyphonic voices
\times 2/3 { \acciaccatura a16
g4 \acciaccatura a16 g4 \acciaccatura a16 g4 }
g2 |[2]
Preprocessing graphical objects...
Calculating line breaks...
Calculating page breaks...
Layout output to `test2.ps'...
Converting to `test2.pdf'...
Gilles
- \acciaccatura and \times,
Gilles <=