gnu-music-discuss
[Top][All Lists]
Advanced

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

volta spanner in 1.3.92 still broken


From: Roy . Rankin
Subject: volta spanner in 1.3.92 still broken
Date: Tue, 03 Oct 2000 11:29:15 +1100 (EST)

The problem with volta spanner starting in middle of a measure (after
line break?) which I reported some time ago is still broken in 1.3.92.

Regards,
Roy Rankin

Here again is my test file.

words1V0 = \lyrics  {
Ah Ah no! But I will ne- ver bow be- fore your crook- ed cross.
For my on- ly loy- al- ty is to one hu- ma- ni- ty, and the dream 
}
voice1 = \notes {
\property Staff.instrument = "Soprano"
 \property Staff.instr = "S"
 \time 4/4; f'2 (   ) f'8    r8   a'8    bes'8    
\repeat volta 2
{
 bes'8    bes'8    c''8    c''8    a'4    r8   g'16    f'16      |
 d''8.    c''16    c''8.    d''16    c''8    c''8    f'16    g'8.    |
 \break
}
\alternative
{
    {   a'2 (   ) a'8    r8   a'8    bes'8    }
    {   a'2.    r8   g'16    f'16      |
        d''8.   c''16   c''8.   d''16   c''8   c''8   c''16    c''8.    |
    }
}
}
voicedefault = \notes {
 \property Staff.timeSignatureStyle="C"
\property Voice.noAutoBeaming = ##t
 \property Staff.automaticMelismata= ##t
 \time 4/4; \key f \major; 
 \tempo 4 = 200;
}
\score{
        \notes <

        \addlyrics
        \context Staff="1"
        {
            \$voicedefault
            \$voice1 
        }

        \context Lyrics="1" 
        <       
          { \$words1V0 }
        >

    >
        \paper {
            font_normal = 12.;
            \translator {
                 \StaffContext 
            }
        }
}





reply via email to

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