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
      }
    }
  >>
}

PNG image

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

Reply via email to