Comment #8 on issue 2873 by [email protected]: Patch: Allow \shape to tweak music, swap its arguments
http://code.google.com/p/lilypond/issues/detail?id=2873

I was hoping the \tweak form of shape would work within chords,
but it doesn't seem to - only the first tie here is modified:

\relative c' {
  <<
    {
      <
        e-\shape #'((0 . 1) (0 . 1) (0 . 1) (0 . 1)) ~
        g-\shape #'((0 . 0.5) (0 . 2) (0 . 2) (0 . 0.5)) ~
      >1
      <e g>
    }
  \\
    { r4 <g c,> <g c,> <g c,> }
  >>
}

Trevor



Reply via email to