lilypond-devel
[Top][All Lists]
Advanced

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

Re: one-pass vertical stretching


From: Mats Bengtsson
Subject: Re: one-pass vertical stretching
Date: Fri, 19 Jan 2007 12:46:52 +0100
User-agent: Thunderbird 1.5.0.9 (X11/20061206)

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
address@hidden
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: address@hidden
        WWW: http://www.s3.kth.se/~mabe
=============================================





reply via email to

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