bug-lilypond
[Top][All Lists]
Advanced

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

incorrect ties in cues


From: Werner LEMBERG
Subject: incorrect ties in cues
Date: Tue, 06 Jun 2006 16:36:42 +0200 (CEST)

%
% 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

PNG image


reply via email to

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