lilypond-user
[Top][All Lists]
Advanced

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

Re: ties


From: Kieren MacMillan
Subject: Re: ties
Date: Sat, 18 Jul 2009 16:52:32 -0400

Hi Chris,

Attached is my example that I'm working with. Any help that could be given would be greatly appreciated.

I think you've just got the wrong approach to the voice construction... try this:

theMusic = \relative
{
  \key fis \major
  \clef bass
  \time 3/2
  <d, ais' b>1 <cis ais' b>2 ~   |
<< { \voiceTwo <cis ais' b>1. } \new Voice { \voiceOne \once \override NoteColumn #'force-hshift = #1.5 ais'2 ais ais } >>
}

\score { \theMusic }

Hope this helps!
Kieren.




reply via email to

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