Am 25.05.2018 um 13:13 schrieb Thomas Morley: > Hi, > > you'll need a spanner from note to note, Glissando is your best bet, I'd say. > I once made the attached code.
Wow! That solves the problem. This fancy glissando can be fine tuned for each instrument, so that it produces nearly the picture of the autograph. the function is now stored in an include file. The excerpt from the score is attached. Would it be worth to add it to the LSR? Thank you, Helge
\version "2.18.2" \include "FancyGliss.ily" partI = \new PianoStaff \with { connectArpeggios = ##t } << \new Staff=upperI \relative c'' { \time 2/4 | \override Glissando.cross-staff = ##t \fancy-gliss #'( (.5 -2) (1 -0.5) (1.5 -3) (2 0) (2.5 -12) (3 0) ) \hideNotes e8*12\glissando \unHideNotes | <g b, d,>4\arpeggio r } \new Staff=lowerI \relative c { \clef bass | s2 s s | <g d' b'>4\arpeggio r } >> partII = \new PianoStaff \with { connectArpeggios = ##t } << \new Staff=upperII \relative c' { \time 2/4 \override Glissando.cross-staff = ##t s8 \fancy-gliss #'( (.5 -5) (1 -2) (1.5 -11) (2 -7) (2.5 -14.5) (3 0) ) \hideNotes e'8*11\glissando \unHideNotes | <d, b' g'>4\arpeggio r } \new Staff=lowerII\relative c { \clef bass | s2 s s | <g d' b'>4\arpeggio r } >> partIII = \new PianoStaff \with { connectArpeggios = ##t } << \new Staff=upperIII \relative c' { \time 2/4 | \stemDown \tuplet 3/2 { \change Staff=upperI <cis' d a' es'>8 \change Staff=upperII <cis d a' es'> \change Staff=upperIII <cis d a' es'> } \stemNeutral \override Glissando.cross-staff = ##t \fancy-gliss #'( (.1 -4) (.6 -2.5) (1.4 -5) (1.6 -2.5) (2.1 -14) (2.6 0) ) \hideNotes e8*10\glissando \unHideNotes | <d, b' g'>4\arpeggio r } \new Staff=lowerIII \relative c { \clef bass | s2 s s | <g d' b'>4\arpeggio r } >> \score { << \partI \partII \partIII >> }
_______________________________________________ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-user