lilypond-user
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: connecting arpeggio


From: Ketil Mehl
Subject: Re: connecting arpeggio
Date: Thu, 25 May 2006 11:18:03 +0000 (UTC)
User-agent: Loom/3.14 (http://gmane.org/)

On Wed, 24 May 2006 16:54:50 +0200, Georges Roux <address@hidden> 
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






reply via email to

[Prev in Thread] Current Thread [Next in Thread]