lilypond-auto
[Top][All Lists]
Advanced

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

Re: [Lilypond-auto] Issue 2873 in lilypond: Patch: Allow \shape to tweak


From: lilypond
Subject: Re: [Lilypond-auto] Issue 2873 in lilypond: Patch: Allow \shape to tweak music, swap its arguments
Date: Fri, 05 Oct 2012 22:11:32 +0000


Comment #8 on issue 2873 by address@hidden: 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

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