I could not reproduce the problem with a small example, so I'm
giving the full file, since it is for a short piece anyway.

The upbeat formatting is wrong.  As you can see, the space between
the leading 2 8ths is too large: it should be the same as the
other 8ths in the piece.

Raphael
\version "2.11.37"
#(set-global-staff-size 18.6)
TimeKey = { \time 6/8 \key d \major }
VoiceOne = \relative c'' {
  \partial 4
  a8-.\p^\( g-. |
  \repeat volta 2 {
    %\acciaccatura g8 fis-.
        fis8-. <\parenthesize e>-. fis-.
        \acciaccatura a8 g-. <\parenthesize fis>-. g-. |
        \acciaccatura fis8 e-. <\parenthesize d>-. e-.
        fis-.\< d'-. <\parenthesize cis>-.\! |
        b4( a8) g4( fis8) | a4(\> fis8) e-.\noBeam\)

        a8-.\p^\( g-. |
        \acciaccatura g8 fis-. <\parenthesize e>-. fis-.
        \acciaccatura a8 g-. <\parenthesize fis>-. g-. |
        \acciaccatura fis8 e-. <\parenthesize d>-. e-.
         fis-. d'-. b-. | a4( cis8) b4( gis8) |
  } \alternative {
    { gis4.( a8)\) a8-. g-. | }
    { gis4.( a8)\) r8 r8 | }
  }
  \relative c'' {
        r4. r8 a(^\(\< b | c)\! d( c\> b)\! <\parenthesize cis>(\< d)\! |
        e( g, fis) b( g e) | d4.(\> cis8)\noBeam\)\!
        e8(^\( fis | g) a( b) c( a) fis |
        g( b) e, fis-. <\parenthesize g>-. a-. |
        <\parenthesize a>( g-.) g-. g4( e8)\)
        
        \setTextCresc
        fis8^\( d fis\< a fis a | b
        \setHairpinCresc g\<
        b d\! c d\> |
        <\parenthesize c> b\! a a a-.\p g-. |
        \acciaccatura g8 fis-. d'-. e-. d fis, e | e4. d8\)
  }
}
VoiceTwo = \relative c' {
  \partial 4 s4 |
  \repeat volta 2 {
        d8-. cis-. d-. d-. b-. g-. | a4. d4. | d4. cis4 d8 |
        e4 d8 cis-. s4 |
        d8-. cis-. d-. d-. b-. g-. | a4. d8-. <\parenthesize e>-. fis-. |
        <cis e>4 <e a>8 <d gis>4 <d b>8 |
  } \alternative {
    { <d b>4.( cis8) r8 r8 | }
    { <d b>4.( cis8) r8 r8 | }
  }
  \relative c' {
        r4. r4. | d4. d4. | cis4 d8 d b <g b> | <fis a>4.( <e a>8) r8 r8 |
        b'8 <b dis> e e c b | b4 a8 d4. | d4. <a e'>4 a8 |

        a4. d4. | d8 e d a'4. | g8 d cis d4 <e a,>8 | <d a> <fis a> <g b>
        <fis a> <d a> <cis g> | <cis g>4. <d fis,>8
  }
}
VoiceFour = \relative c {
  \partial 4 r8 r8 |
  \repeat volta 2 {
        d4. b4. | cis4. d8 <\parenthesize e> fis |
        g8 fis4 e8 d4 |
        cis4 d8 a'8-. r8 r8 |

        d,4. b4. | cis4. d4 d8 |
        e4. e, |
  } \alternative {
    { a4 e'8 a8 r8 r8 | }
    \relative c { a4 e'8 a8\noBeam a8\< b8\! | }
  }
  \relative c' {
        c8 d\> c\! b a g | fis4. g |
        a4 b8 g4 g,8 | a4. a8\noBeam
        r8 r8 | e'8 fis g a4 dis,8 |
        e4 c8 c4. | b4.
        \acciaccatura d8 cis-. <\parenthesize b> cis-. |

        d4. fis, | g fis | g4 g'8
        fis4 cis8 | d4 g,8 a4 a8 |
        d,4 a'8 d8
  }
}
Music = \new PianoStaff <<
  \context Staff = up <<
        #(set-accidental-style 'modern)
        \clef treble \TimeKey
        \tempo 4. = 76 
        \context Voice = one { \voiceOne \VoiceOne \bar "|." }
        \context Voice = two { \voiceTwo \VoiceTwo }
  >>
  \context Staff = down <<
        #(set-accidental-style 'modern)
        \clef bass \TimeKey
        \context Voice = four { \VoiceFour }
  >>
>>

\score {
  \Music
  \layout {
        ragged-last = ##f
  }
}

_______________________________________________
bug-lilypond mailing list
bug-lilypond@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-lilypond

Reply via email to