lilypond-user
[Top][All Lists]
Advanced

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

Cross Staff Argeggio Question (v2.6.5)


From: Ed Ardzinski
Subject: Cross Staff Argeggio Question (v2.6.5)
Date: Sun, 1 Feb 2009 15:11:19 +0000

Yes, I'm still using v2.6.5...
 
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.
 
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.

reply via email to

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