bug-lilypond
[Top][All Lists]
Advanced

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

beamed grace notes used in cues


From: Werner LEMBERG
Subject: beamed grace notes used in cues
Date: Wed, 05 Apr 2006 13:19:40 +0200 (CEST)

The bug report below surprisingly gives no warning.  In real-life
situations I get

  warning: junking event: `BeamEvent'
    \acciaccatura { f16[ g
                          ] }

Maybe there is a simple fix for it...


    Werner


======================================================================


%
% address@hidden

\version "2.9.1"

\header { texidoc = "
Beams in grace notes used in cues are dropped.
" }

\paper {
  ragged-right = ##t
}


foo = \relative c' {
  \acciaccatura { f16 g } f1 |
}
\addquote "qfoo" { \foo }

bar = \relative c'' {
  \cueDuring "qfoo" #DOWN { \acciaccatura { s8 } R1 } |
}

\new Voice \bar

% EOF

PNG image


reply via email to

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