bug-lilypond
[Top][All Lists]
Advanced

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

Re: incorrect ties in cues


From: Graham Percival
Subject: Re: incorrect ties in cues
Date: Wed, 04 Oct 2006 15:23:56 -0700
User-agent: Thunderbird 1.5.0.7 (Macintosh/20060909)

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:
%
% address@hidden

\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
address@hidden
http://lists.gnu.org/mailman/listinfo/bug-lilypond






reply via email to

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