lilypond-user
[Top][All Lists]
Advanced

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

Re: \afterGrace \glissando draws incorrect line?


From: James
Subject: Re: \afterGrace \glissando draws incorrect line?
Date: Tue, 17 Jun 2014 20:04:12 +0100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Thunderbird/24.5.0

On 17/06/14 19:43, address@hidden wrote:
>  Howdy!
>
>           I have a problem getting lilypond to draw the correct glissando
> line...
>
>         Here is  a pdf and lilypond source file
>
>         http://gooeytar.com/projects/test/test.pdf
>         http://gooeytar.com/projects/test/test.ly
>
>       and another attempt
>
>         http://gooeytar.com/projects/test/test2.pdf
>         http://gooeytar.com/projects/test/test2.ly
>
>         I want the glissando line to go from   fis - > a  and from dis -> fis
>
>         but instead of dis -> fis I get a-> fis ???
>
>            Ideas?
>
>         here is a sample lilypond source
>
> \version "2.18.0"
>
> global = {
>   \time 3/4
>   \key e \major
>   \clef "G_8"
> }
>
>  voiceone = \relative c' {
>     a''4 < b,, dis a > dis16 a fis' dis |
>     a'4 < dis,, a' b > a'16 fis b( a) |
>     dis4 < fis, a dis >
>     <<
>       \new Voice \voiceOne { \afterGrace fis4 \glissando a8 }
>       \new Voice \voiceTwo { \stemUp a4 }
>       \new Voice \voiceThree { \afterGrace dis4 \glissando fis8 }
>     >>
>     < a, fis' >4 < gis e' >
>  }
>
>  voicetwo = \relative c {
>     r4 < b dis > r |
>     r4 b b |
>     r4 b b |
>     e,2
>  }
>
>   guitar = << \voiceone \\ \voicetwo >>
>
>     \score {
>         \new Staff { << \global \guitar >> }
>         \layout { }
>    }
>

I changed the

    <<
      \new Voice \voiceOne { \afterGrace fis4 \glissando a8 }
      \new Voice \voiceTwo { \stemUp a4 }
      \new Voice \voiceThree { \afterGrace dis4 \glissando fis8 }
    >>



to

    <<  \afterGrace dis'4 \glissando fis8 \\ \stemUp a,4 \\ \afterGrace
fis4 \glissando a8 >>

and I get the correct glissandoes but I also get a warning:

....warning: ignoring too many clashing note columns
    <
      a, fis' >4 < gis e' >
new file.ly:13:21: warning: ignoring too many clashing note columns
    <<  \afterGrace
                    dis'4 \glissando fis8 \\ \stemUp a,4 \\ \afterGrace
fis4 \glissando a8 >>

So it's something to do with that construction but I cannot tell you why.

If that helps?

James



reply via email to

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