lilypond-user
[Top][All Lists]
Advanced

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

globals and grace notes


From: Paul Scott
Subject: globals and grace notes
Date: Sun, 29 Feb 2004 21:06:09 -0700
User-agent: Mozilla Thunderbird 0.5 (X11/20040221)

Using globals helps me save a lot of typing and makes time and measure number mistakes far less likely. Is there a way I can eliminate the extraneous 4/4 and extra bar line at the end of this example?

TIA,

Paul Scott

\score{
    \context Staff <<
        { \time 2/4 \skip 2*3 } 
        {
            \notes\relative c {
                %\time 2/4
                \repeat volta 2 { \acciaccatura{ fis16[ gis ais] }
                                  b8 r r4 }
                \repeat volta 2 { \grace{ fis16[( gis ais] }
                                  b8) r r4 }
                \repeat volta 2 { \appoggiatura{ fis16[( gis ais] }
                                  b8) r r4 }
            }
        }
    >>
}

Attachment: grace.pdf
Description: Adobe PDF document


reply via email to

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