bug-lilypond
[Top][All Lists]
Advanced

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

appoggiatura and \bar


From: David Bobroff
Subject: appoggiatura and \bar
Date: Mon, 16 May 2005 06:27:56 +0000

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
  >>
}






reply via email to

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