lilypond-user
[Top][All Lists]
Advanced

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

Re: Adjusting the upper tie of an octave


From: Knute Snortum
Subject: Re: Adjusting the upper tie of an octave
Date: Fri, 13 Jun 2014 10:43:50 -0700

I'm having trouble getting shapeTieColumn to apply to ties that are not after breaks.  Is this function only for broken ties?  If so, I don't have a solution to my problem.  If not, what am I doing wrong?

\version "2.18.2"
\include "notation-snippets/shaping-bezier-curves/shape-tie-column/definition.ily"

\relative c' {
  <e bes' es>1 ~
  \shapeTieColumn #'( 
                      ( () ((0 . -1) (0 . 0) (0 . 0) (0 . -1)) ) 
                      ( () ((0 . 0) (0 . 0) (0 . 0) (0 . 0)) )
                      ( () ((0 . 0) (0 . 0) (0 . 0) (0 . 0)) ) )
  %-- only works when I uncomment this --% \break
  | q
}

\layout {
  #(set-default-paper-size "letter")
  indent = 0
  ragged-right = ##t
}


Knute Snortum
(via Gmail)


On Fri, Jun 13, 2014 at 7:52 AM, David Nalesnik <address@hidden> wrote:



On Fri, Jun 13, 2014 at 8:41 AM, Knute Snortum <address@hidden> wrote:
I was going to put it in openlilylib, if that's okay.


Sure, I'd appreciate that.

--David 


reply via email to

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