Dies ist das Archiv des alten Forums (bis März 2017). Das aktuelle Forum ist unter https://lilypondforum.de zu finden. This is the archive of the old forum (until March 2017). You can find the current forum at https://lilypondforum.de.
\version "2.16.2"global = {\time 4/4 \clef treble} mOne = \relative c'' { g'-.-- cis,-.-- e8 r fis,2 } transp = { \once \override Stem #'transparent = ##t \once \override NoteHead #'transparent = ##t }sl = { \once \override Tie #'control-points = #'((1 . 6) (2 . 3) (5 . 5) (6 . 0))}dummy = \relative fis' { s2. \transp \sl \override NoteColumn #'ignore-collision = ##t fis2~ \change Staff = "2" \transp fis2 } mTwo = \relative c' { <d gis>1~<d fis gis>2.~ }\score { \new PianoStaff << \new Staff = "1" << \global \mOne \dummy>> \new Staff = "2" << \global \mTwo >> >> }