Am 04.12.2015 um 11:23 schrieb Urs Liska:
> How could I achieve what I need?

And for experimenting, here's the code

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%

\version "2.19.32"

music = {
  \new PianoStaff <<
    \new Staff {
      c'16 e'
      % place this override before the a' or the e' to experiment
      %\once \override NoteHead.extra-spacing-width = #'(0 . 0.75)
      \once \override NoteSpacing.same-direction-correction = #-20
      a'
      e'
      % comment out one of the following two lines for musical alternatives
      <c' a' c''> \arpeggio
      %c'
      e' a' e'
    }
    \new Staff {
      \clef bass
      a8 a a a
    }
  >>
}

\score {
  \music
  \layout {
    \context {
      \Score
      % optionally comment the following override
      \override SpacingSpanner.uniform-stretching = ##t
    }
  }
}

%%%%%%%%%%%%%%%%%%%%

_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to