If you look at the printouts from the lilypond command (i.e. look in the
.log file if you run Windows), you will find that LilyPond actually
tells you exactly where the problem is.

   /Mats

Tao Cumplido wrote:
And yet another problem.
In the following code bar 23 is only 7 instead of 8 16ths long.
I marked the part in the code.
I can't figure out what's wrong, maybe someone can help me here.
Thanks in advance.

Tao


{
        \time 2/4
        \key d \minor
        \partial4
        \relative c''
        {
                r16 f8 cis16 |
                \repeat volta 2
                {
<e a, f>16 d8 a16 c8 bes | <a g cis,>8. <a g cis,>16 r a16( b cis) | d16( cis d e f e f g) | <a e a,>8. <a e a,>16 r f8 cis16 | <e a, f>16 d8 gis,16 a8 b | c16( e, a c e c' b a) |
                        gis16( f e d c b a gis) |
                        <bes! g!>16( a g cis,) r f'8 cis16 |
<e a, f>16 d8 a16 c8 bes | <a g cis,>8. <a g cis,>16 r a16( b cis) | d16( cis d e f e f g) |
                        <a e a,>8. <a e a,>16 r bes16( a g) |
                        fis16( es d c bes a g fis) |
                        g16( d g bes d g a bes) |
                        a16( gis a f') e( g, a e') |
                }
                \alternative
                {
                        { <d f,>4 r16 f,8 cis16}
                        { <d' f,>4 r16 c,8 d16 }
                } \bar "||"
                
                << { e8. e16 g8. g16 } \\ { bes,8. bes16~ bes4 } >> |
                << { d8. d16 r c8 d16 } \\ { a8. a16~ a4 } >> |
                e'16( c8 d16 e f g gis) |
                a8. a16 r <bes c,>8 fis16 |
                <a b,>8.( <g b,>16) r <a bes,>8 e |
                <g a,>8.( <f a,>16) r e8 d16 |      % <- bar 23 is cut by a 16
                c16( e, a c) b( d, e b') |
                <a c,>8. <a e c>16 r c8 d16 |
                << { e8. e16 g8. g16 } \\ { bes,8. bes16~ bes4 } >> |
                << { d8. d16 r c8 d16 } \\ { a8. a16~ a4 } >> |
                e'16( c8 d16 e f g gis) |
                a8. a16 r <bes d,>8 fis16 |
                <a d,>8.( <g d>16) r <e' f,>8 b16 |
                <d f,>8.( <c f,>16) r cis( d a) |
                c!16( bes d, dis e c a' g) |
        }
}

--
=============================================
        Mats Bengtsson
        Signal Processing
        Signals, Sensors and Systems
        Royal Institute of Technology
        SE-100 44  STOCKHOLM
        Sweden
        Phone: (+46) 8 790 8463                         
       Fax:   (+46) 8 790 7260
        Email: [EMAIL PROTECTED]
        WWW: http://www.s3.kth.se/~mabe
=============================================



_______________________________________________
lilypond-user mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to