Ed Ardzinski wrote:
Yes, I'm still using v2.6.5...
I hope you realize what you miss!
I'm trying to get a cross staff arpeggio with a directional head. I'm wondering if that's possible or not, since it seems no matter what I do the arpeggio comes out with no direction indicator.
See http://lists.gnu.org/archive/html/lilypond-user/2006-10/msg00193.html
for a solution that should apply also to your ancient version.
You may have to look through all emails in that thread to get the
full story.

  /Mats
Here's a condensation of the code. Thanks in advance! \version "2.6.5" #(ly:set-option 'point-and-click #f)
\header
{
title = "Cross Staff Apeggio Test"
}
upper =
{
\clef treble
\set PianoStaff.connectArpeggios = ##t
\arpeggioUp
<ges' bes' des'' f''>1\arpeggio
}
lower =
{
\clef bass
<ees, bes, ees>1\arpeggio
}
\score
{
\context PianoStaff
<<
\context Staff = upper \upper
\context Staff = lower \lower
>>
\layout{}
}

------------------------------------------------------------------------
Windows Liveā„¢: E-mail. Chat. Share. Get more ways to connect. Check it out. <http://windowslive.com/explore?ocid=TXT_TAGLM_WL_t2_allup_explore_012009>
------------------------------------------------------------------------

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


--
=============================================
        Mats Bengtsson
        Signal Processing
        School of Electrical Engineering
        Royal Institute of Technology (KTH)
        SE-100 44  STOCKHOLM
        Sweden
        Phone: (+46) 8 790 8463                         
       Fax:   (+46) 8 790 7260
        Email: mats.bengts...@ee.kth.se
        WWW: http://www.s3.kth.se/~mabe
=============================================



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

Reply via email to