In the following example the appoggiatura note appears in its own
measure.  It should appear after the double bar.

-David

\version "2.5.25"

mus = \relative c' {
  R1
  \appoggiatura c8 
  c'1
  
}

bars = {
  s1
  \bar "||"
}

\score {
  \context Staff
  <<
    \mus
    \bars
  >>
}




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

Reply via email to