lilypond-user
[Top][All Lists]
Advanced

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

polyphony and bendAfter


From: Gagi Petrovic
Subject: polyphony and bendAfter
Date: Mon, 19 Jan 2015 09:39:53 +0100

Dear LilyPond group,

Does anyone know how to correctly implement a bendAfter with polyphony? When i do

  <e a,>\bendAfter #1 c c

LilyPond simply ignores the bendAfter.

The following example works, but isn't a very efficient/elegant workaround. Besides, it's technically not correct either since the bend should depart from both notes.

 <<    
    {
      \hideNotes
      e2\bendAfter #2
    }
    \\
    { \unHideNotes
      <e a,>2 c c c
    }     
 >>



Any clue would be greatly appreciated :)

Thanks in advance and all the best,
Gagi


full code:
\version "2.18.2"

\score {
  \new Staff {
    \relative c' { \cadenzaOn
   
 <<     
    {
      \hideNotes
      e2\bendAfter #2
    }
    \\
    { \unHideNotes

      <e a,>2 c c c
    }     
 >>
 
  <e a,>\bendAfter #1 c c
           
    }
  }
}


reply via email to

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