On Wed, 24 May 2006 16:54:50 +0200, Georges Roux <[EMAIL PROTECTED]> 
wrote:

> I have two voices and want to connect the arpeggio
> have something like this
>
> << { <b-0 b'-2>4\arpeggio} \\ { <e-1>8.\arpeggio} >>
>
> \set PianoStaff.connectArpeggios = ##t dont seem to work

The PianoStaff statement has no effect in your solo guitar staff and can be 
removed.

Try to replace your \score section with the suggestion below, but please be 
aware that this might not work in version 2.6. Consider an upgrade to the 
current stable version 2.8. 

\score {
  \context Staff = Guitar \with {
    \consists Span_arpeggio_engraver} {
      \set Staff.connectArpeggios = ##t
      \midiStuff
      \global
      \Guitare
      }
    \midi { \tempo 4=95 }
    \layout {
      linewidth = 180.000 \mm
      textheight = 250.000 \mm
      }
    }

Regards
Ketil Mehl




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

Reply via email to