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

PNG image

_______________________________________________
bug-lilypond mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/bug-lilypond

Reply via email to