% severe
% [EMAIL PROTECTED]

\version "2.9.0"

\header { texidoc = "
This report exhibits two serious bugs.

. The mutual inclusion of cues have worked in earlier versions.  It is
  now broken again.

. A staff starting with a \cueDuring is typeset in cue size.
" }

\paper {
  ragged-right = ##t
}


foo = \relative c' {
  f8 g a b c2 |
  \cueDuring #"qbar" #UP { R1 } |
}
\addquote "qfoo" { \foo }

bar = \relative c'' {
  \cueDuring "qfoo" #DOWN { R1 } |
  c8 b a g f2 |
}
\addquote "qbar" { \bar }


\new Staff \bar

% EOF

PNG image

_______________________________________________
bug-lilypond mailing list
bug-lilypond@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-lilypond

Reply via email to