lilypond-user
[Top][All Lists]
Advanced

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

Re: *single* tie in chord


From: Carter Brey
Subject: Re: *single* tie in chord
Date: Mon, 12 Aug 2002 08:01:26 -0400
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.0.0) Gecko/20020606

Did you try setting

\property Voice.sparseTies = ##t

?

Carter

Atte Andre Jensen wrote:

Hi

I cannot figure out how to get a tie between only one of the notes in a
chord, like this: (excuse my poor ascii art)

-|---------|-
-|---------|-
-|--|---|--|-
-|--|---|--|-
-|--o---o--|-
  -o- -o-
    \_/

This is what I tried (including the obvious <c~ e><c e>, that really is
the way it should be done IMHO), lily 1.5.63:

\include "paper20.ly"
%\version "1.5.63"
\header {
   title = "Single tie in chord"
   composer = "Atte André Jensen"
   tagline = " "
   footer = " "
}
tHide = \property Voice.Tie \override #'transparent = ##t
tShow = \property Voice.Tie \override #'transparent = ##f

melody = \notes  \relative c' \context Voice = LHa {
   | <c e~> <c e> <~c e> <c e>
   | <{c ~ c\tHide ~ c ~ c}{e e e e}>
   | <c e>\tShow <c~ e> <c e> ~ <c e>
   | <{c ~ c c c}{e e e ~ e}>
}

\score {
   \context Staff = melody {
        \time 4/4
        \melody
   }
   \paper {
   }
}




--

+---------------------------------+
|Carter Brey (address@hidden)|
+---------------------------------+
Homepage:
http://www.nyplive.org/music/orchestra/index.cfm?page=profile&personNum=7







reply via email to

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