>>>>> "Laura" == Laura Conrad <[EMAIL PROTECTED]> writes:

    Laura>         There should be only one and not two barlines in
    Laura>         the middle of the second alternative.  

Sorry about that -- the test file had an error in the placement of the
fake grace notes in the bass line.  The other problems
are still true though.

Here's the correct lilypond test file:

\header {
        composer = "Francesco Maria Veracini (1690-1768)"
        crossRefNumber = "1"
        footnotes = ""
        tagline = "Lily was here 1.6.8 -- automatically converted from ABC"
        title = "Sonata Decima"
}
voiceB = \notes {
\property Score.defaultBarType="empty"

\property Staff.instrument = treble
   \repeat volta 2 { \grace {    f''8  }   ees''4    r16   ees''16    f''16    
ees''16    ees''8    d''8    r16 f''16    e''!16    d''16    } \alternative{{   
cis''16.    a'32    d''16.    b'32  \grace {    d''8  }   cis''8.    d''16    
d''4.    } {   cis''16.    a'32    d''16.    b'32  \grace {    d''8  }   
cis''8.    d''16    d''4.    bes''!8    \bar "|"   cis''8    d''16    e''16    
e''8.    d''16    d''2 ^\fermata   \bar "|."   }}
}
voiceC = \notes {
\property Score.defaultBarType="empty"

\key d \minor \clef bass
 \grace{s8} 
 % %LY voices \grace{s8}
   \repeat volta 2 {   r8   g16    c'16    a8    f8    bes,8    bes16    a16    
bes8    g8    } \alternative{{   a8    f16    g16    \grace{s8} 
 % %LY voices \grace{s8}
   a8    a,8    d4.    } {   a8    f16    g16    \grace{s8} 
 % %LY voices \grace{s8}
   a8    a,8    d4.    g8      \bar "|"   g8    f16    g16    a8    a,8    d,2 
^\fermata   \bar "|."       }}
}
voicedefault = \notes {
\property Score.defaultBarType="empty"

\property Staff.TimeSignature \override #'style = #'C
 \time 4/4 \key d \minor 
}\score{
        \notes <

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

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

    >
        \paper {
            \translator 
            {
                \StaffContext
            }
        }
        \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