Can someone explain to me why there's a bar line after the grace note
in the attached file?  It looks like a bug to me, but I don't use
grace notes very often, so maybe I'm doing something wrong, or rather
abc2ly is doing it wrong for me.

\header {
        crossRefNumber = "1"
        footnotes = ""
        tagline = "Lily was here 1.6.5 -- automatically converted from ABC"
        title = "test of grace note"
}
voiceB = \notes {
\property Score.defaultBarType="empty"

  g''4    r8   f''8    ees''8    d''4    cis''8    \bar "|"   d''8    c''!4    
b'8    c''8    bes'!4    a'8    \bar "|"   bes'8    c''16    d''16    e''16    
f''16    g''16    a''16    bes''16    g''16    a''16    f''16    g''16    e''16 
   f''16    d''16    \bar "|" \grace {    f''8  }   e''4.    f''8    f''4.    
\bar "|."   
}
voiceC = \notes {
\property Score.defaultBarType="empty"

\key f \major \clef bass
   f,8    f8    f,8    f8    f,8    f8    f,8    f8    \bar "|"   f,8    f8    
f,8    f8    f,8    f8    f,8    f8    \bar "|"   g4    r8   f8    e8    f8    
bes8    g8    \bar "|"   c'4    c4    f4.    \bar "|."   
}
voicedefault = \notes {
\property Score.defaultBarType="empty"

\key f \major 
}\score{
        \notes <

        \context Staff="1"
        {
            \voicedefault
            \voiceB 
        }

        \context Staff="2"
        {
            \voicedefault
            \voiceC 
        }

    >
        \paper {
        }
        \midi {}
}
-- 
Laura (mailto:[EMAIL PROTECTED] , http://www.laymusic.org/ )
(617) 661-8097  fax: (801) 365-6574 
233 Broadway, Cambridge, MA 02139


_______________________________________________
Lilypond-user mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/lilypond-user

Reply via email to