Hello,

i'm facing a strange issue with lilypond 2.14. The following example taken from the diabelli Theme start with a partial and a \acciaccatura.

The following link gives some information : http://lilypond.org/doc/v2.14/input/regression/81/lily-1fca564f.ly but it is not working fine with my example.

I must i've miss somthing but what !!!

May i request your help on this point ?

Regards

Christophe
\version "2.14.0"
\header {tagline =""}

One =  \relative d'' {
    
        \time 3/4 | % 1
        \partial 8*2 \acciaccatura  d8 c8\p ( b8 ) 
        c4-. <c, e g>4 -. <c e g>4 -. 
    }

Two =  \relative c {
        \clef "bass" \time 3/4 \partial 8*2  r4 | % 2
        c4\p r4 g4 -. | % 3
    }

% The score definition
\score {
    <<
        \new PianoStaff <<
				\new Staff = "up" { \One}
				\new Staff = "down" { \Two}
				>>
    >>
        
    \layout {}
    
    }

Attachment: diabelli-theme.pdf
Description: video/fl

_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to