lilypond-user
[Top][All Lists]
Advanced

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

More trill questions


From: Martin
Subject: More trill questions
Date: Fri, 4 Nov 2016 19:13:20 -0400

Hi again,
I don't understand why the example below doesn't work.
From what I can see, starting with a trill in a polyphonic passage triggers a 
"syntax error, unexpected EVENT_IDENTIFIER".
I got it to work is the trill is on the 2nd note...
I tried writing out the voices ( "\new Voice { ... }" ) but it didn't work 
either.
Thanks for your help!
Martin

\version "2.18.2"
\score {
  \new Staff {
  <<
    {
      c'2 c'
    }
    \\
    {
      \trill c2 c
    }
  >>
  }
}


reply via email to

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