Hi,
In 2.9.21, this produces (in cue notes)
a1 e a
I would have expected
a1 ~ <a e> ~ a
but I'm not really certain about lilypond quotes are supposed to do. Do
we do polyphonic quotes? (is this a bug?)
- Graham
Werner LEMBERG wrote:
%
% [EMAIL PROTECTED]
\version "2.9.7"
\header { texidoc = "
Voices from different cues must not be tied together.
" }
\paper {
ragged-right = ##t
}
cueI = \relative c'' {
a1 ~ | a ~ | a |
}
\addquote "cueI" { \cueI }
cueII = \relative c' {
R1 | e | a |
}
\addquote "cueII" { \cueII }
\new Staff {
\cueDuring "cueI" #UP { R1 } |
\cueDuring "cueII" #UP { R1 | R1 } |
}
% EOF
------------------------------------------------------------------------
------------------------------------------------------------------------
_______________________________________________
bug-lilypond mailing list
bug-lilypond@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-lilypond
_______________________________________________
bug-lilypond mailing list
bug-lilypond@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-lilypond