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: Thu, 12 Jun 2014 12:22:12 -0700

And it looked so pretty!

Okay, I'll try again.  This is the basic code without the tie adjustment:

\relative c,, {
  \clef bass
  \acciaccatura { <ef ef' ~>8 } \tieDown <ef ef'>1 ~ | q1
}

And this is how I tried to address the problem:

\version "2.18.2"
\language "english"

ignoreClash = \override NoteColumn.ignore-collision = ##t
adjustTie = \shape #'((0.0 . 0.0) (0.0 . 0.0) (0.0 . -0.5) (0.0 . -1.0)) Tie
stroke = \override Flag.stroke-style = #"grace"

\relative c,, {
  \clef bass
  <<
    {
      \ignoreClash 
      \tieDown
      \stroke \grace { ef8 ~ } ef1 ~ | ef1
    }
    { 
      \ignoreClash 
      \tieDown
      \stroke \grace { ef'8 ~ } \adjustTie ef1 ~ | ef1
    }
  >>
}




Knute Snortum
(via Gmail)


On Thu, Jun 12, 2014 at 10:51 AM, David Kastrup <address@hidden> wrote:
Knute Snortum <address@hidden> writes:

> I am trying to typeset an e flat octave with a starting gracenote and held
> for two bars.  This much seems fairly straightforward:
>
> *\relative* c,, *{*  *\clef* bass  *\acciaccatura* *{* <ef ef' *~*>8
> *}* *\tieDown* <ef ef'>1 *~* | q1*}*

Cough cough.

> Knute Snortum
> (via Gmail)

Perhaps check your Gmail settings and/or use an attachment?  While the
HTML version looks like syntax-highlighted source code, the plain text
rendition is, well, somewhat too inventive?

--
David Kastrup


reply via email to

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