bug-lilypond
[Top][All Lists]
Advanced

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

serious problems with mutual cues


From: Werner LEMBERG
Subject: serious problems with mutual cues
Date: Sun, 02 Apr 2006 07:34:29 +0200 (CEST)

% severe
% address@hidden

\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


reply via email to

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