Wasn't the issue if it worked without the fixed spacing, i.e. if you use
GrandStaff instead of PianoStaff? From a quick test, it seems that
x-staff arpeggios isn't any problem, whereas beams and slurs fail.

  /Mats

Rune Zedeler wrote:
Han-Wen Nienhuys skrev:

Don't forget x-staff slurs and arpeggios.

Works already.


\version "2.11.10"
{
  \new PianoStaff \relative c'' <<
    \set PianoStaff.connectArpeggios = ##t
    \new Staff = up {
      s1*3 <c e>1\arpeggio
\overrideProperty #"Score.NonMusicalPaperColumn"
    #'line-break-system-details
    #'((fixed-alignment-extra-space . 15))
      \break
      s1*3 <c e>1\arpeggio
    }
    \new Staff = down {
      \repeat unfold 2 {
    \set followVoice = ##t
c8 c \change Staff = up c c \change Staff = down c c c c c1 c <c e>\arpeggio
      }
    }
  >>
}


------------------------------------------------------------------------

------------------------------------------------------------------------

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

--
=============================================
        Mats Bengtsson
        Signal Processing
        Signals, Sensors and Systems
        Royal Institute of Technology
        SE-100 44  STOCKHOLM
        Sweden
        Phone: (+46) 8 790 8463                         
       Fax:   (+46) 8 790 7260
        Email: [EMAIL PROTECTED]
        WWW: http://www.s3.kth.se/~mabe
=============================================



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

Reply via email to