lilypond-user
[Top][All Lists]
Advanced

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

Re: Why will this tie not work?


From: David Fedoruk
Subject: Re: Why will this tie not work?
Date: Fri, 27 Jul 2007 11:57:20 -0700

Hello:

When I add your suggested it trhrows the bar check out after that
line: the first error is :
Sonata_Emajor_K530.ly:118:88: warning: barcheck failed at: 1/8G-1/16
        gf[bf \grace af16 gf8 f ef df ]

Then things continue with multiple errors. It renders something but it
is missing a page of score and what is printed is malformed.

If this is to work it has not onlly to be invisible, but  Lilypond has
to be told to ignore the note values and not count it in the bar
check. That is currently beyond my skill level at Lilypond!

Cheers,
David



On 7/27/07, Valentin Villenave <address@hidden> wrote:
> 2007/7/27, David Fedoruk <address@hidden>:
>
> > First, I'd like to thank the Lilypond programmers for a great job! I
> > finally finished typesetting two of these Scsarlatti Sonatas, one of
> > which was from the ubiquitous Longo edition.
>
> I didn't know this sonata; it looks awesome! Do you plan to post it on 
> Mutopia?
>
> > Now my problem, the following lines have one tied note, the  "a" in
> > the Right Hand upper voice is tied to an "a" in the next bar. The only
> > problem I can see for Lilypond is that its at that point which the
> > bars of two voices merge to become one voice again.
>
> yes indeed; why don't you just add an invisible second voice? Here's a
> version that works:
>
>
> \version "2.11.27"
> \include "english.ly"
>   upper = \relative c'' {
>        \clef treble
>        \key e \major
>        \time 3/4
>                \mark "Allegro"
>
>        cs8[bs cs ds e fs ]                     |               % bar 61
>        e[ gs \grace fs16 e8 ds cs b ]  \bar "||"       % bar 62
>        \key eflat \major bf8[cf' bf af g  f ]  |       % bar 63
>        g8[ bf \grace af16 g8 f  ef d ]         |       % bar 64
>        ef[d ef f g af ]                                    |       % bar 65
>        g[ bf \grace af16 g8 f ef df ]           |      % bar 66
>
> <<
>        {   \grace bf16 \stemUp  cf2  af'4~ | af8 } \\
>        { \stemDown      cf,2.                  | s8  }    % bar 67,68
> >>
>        af'[ gf f bf af ] |
>        gf[bf \grace af16 gf8 f ef df ]         |       % bar 69
>   }
>
>     lower = \relative c {
>        \clef bass
>        \key e \major
>        \time 3/4
>
>        cs8[bs cs ds e fs ]                             |       % bar 61
>        e[ gs \grace fs16 e8 ds cs b ]  \bar "||"       % bar 62
>        \key eflat \major bf8[cf' bf af g  f ]  |       % bar 63
>        g8[ bf \grace af16 g8 f  ef d ]         |     % bar 64
>        ef[d ef f g af ]                                  |        % bar 65
>        g[ bf \grace af16 g8 f ef df ]          |       % bar 66
>        r8 af'8[f d cf af ]                               |       % bar 67
>        bf,2.                                                  |       % bar 68
>        ef4 r4 r
> |       % bar 69
>        r8 af'8[f d cf af ]                    \bar "||"       % bar 70
>
>     }
>
>     \score {
>        \new PianoStaff <<
>           \set PianoStaff.instrumentName = "Piano  "
>           \new Staff = "upper" \upper
>           \new Staff = "lower" \lower
>        >>
>        \layout { }
>
>        \midi { }
>     }
> %%%
>
> Regards,
> Valentin
>


-- 
David Fedoruk
B.Mus. UBC,1986
Certificate in Internet Systems Administration, UBC, 2003


http://recordjackethistorian.wordpress.com
"Music is enough for one's life time, but one life time is not enough
for music" Sergei Rachmaninov




reply via email to

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