2007/11/6, Mats Bengtsson <[EMAIL PROTECTED]>: > Sounds like the same problem as > http://code.google.com/p/lilypond/issues/detail?id=446 > and/or > http://code.google.com/p/lilypond/issues/detail?id=506
Yes indeed; there might be some kind of workaround; the following works, but I can't get the left hand fingering to be printed: \include "italiano.ly" \layout { \context { \Voice \remove "Fingering_engraver" } \context { \PianoStaff \consists "Fingering_engraver" } } droiteDoigts = { s16-2 s-1 s-2 s-3 s-4 s-1 s-2 s-3 s-4 s-1 s-2 s-3 s-4 s-5 s-4 s-3 s-2 s-1 s-4 s-3 s-2 s-1 s-4 s-3 s-2 s-1} droiteB = \autochange \relative { \time 3/4 \stemUp re, do mi sol si do mi sol si do mi sol si do la fa re do la fa re do la fa reb do } gaucheDoigts = { s16-4 s-5 s-4 s-3 s-2 s-1 s-4 s-3 s-2 s-1 s-4 s-3 s-2 s-1 s-2 s-3 s-4 s-1 s-2 s-3 s-4 s-1 s-2 s-3 s-4 s-5 } gaucheB = { \clef bass \autochange \relative { \time 3/4 \stemDown re,,16 do mi sol si do mi sol si do mi sol si do la fa re do la fa re do la fa reb do }} \score { \new PianoStaff { << \context Staff="up" \new Voice = "droite" { \droiteB } \context Staff="down" \new Voice = "gauche" { \gaucheB } \context Voice="droite" { \override Voice.Fingering #'direction = #up \droiteDoigts } % \context Voice ="gauche" { \override Voice.Fingering #'direction = #down %\gaucheDoigts } >> } } Regards, Valentin _______________________________________________ lilypond-user mailing list lilypond-user@gnu.org http://lists.gnu.org/mailman/listinfo/lilypond-user