lilypond-user
[Top][All Lists]
Advanced

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

grace notes and barlines


From: Paul Scott
Subject: grace notes and barlines
Date: Sat, 27 Sep 2003 08:51:34 -0700
User-agent: Mozilla/5.0 (X11; U; Linux i586; en-US; rv:1.4) Gecko/20030908 Debian/1.4-4

Is there any progress on the space taken up by grace notes and extra barlines generated by their presence? Or am I doing something silly here?

Thanks,

Paul Scott
global = { \time 2/4 \skip 2 \bar "||" \skip 2*2 \bar "|." }

parti = \notes {
    \key c \major a2 \key f \major 
    \grace{ c'16( [ d' e' ] } f'8->) r r4 R2
}
partii = \notes { \key c \major f2 \key f \major c'8-> r r4 R2 }

\score { 
    << 
        \property Score.skipBars = ##t
        \context StaffGroup <<
            \global
            \context Staff = clarineti
            \context Voice = one { \parti }
            \context Staff = clarinetii
            \context Voice = one { \partii }
        >>
    >>
    \header { title = "Grace Note Test" }
    \paper { \translator { \RemoveEmptyStaffContext } }
}

Attachment: gracetest.pdf
Description: Adobe PDF document


reply via email to

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