lilypond-user
[Top][All Lists]
Advanced

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

End-of-piece trill?


From: Trevor Bača
Subject: End-of-piece trill?
Date: Tue, 18 Jul 2006 20:22:14 -0500

Hi,

What's the right way to end a piece with a trill on the last note?


%%% EX 1 %%%

\version "2.9.11"

\new Staff {
  c'4
  d'4
  e'4
  f'4 \startTrillSpan \stopTrillSpan
}

%%% END EX 1 %%%

Example 1 causes the interpreter to say ...

Interpreting music...
257.ly:7:28: warning: can't find start of trill spanner
       f'4 \startTrillSpan
                           \stopTrillSpan
257.ly:7:12: warning: unterminated trill spanner
       f'4
           \startTrillSpan \stopTrillSpan[1]

... and produce no trill spanner.


%%% EX 2 %%%

\version "2.9.11"

\new Staff {
  c'4
  d'4
  e'4
  f'4 \startTrillSpan s4 \stopTrillSpan
}

%%% END %%%

Example 2 does produce the trill spanner, but with extra space at the
end of the piece.

Is there an explicit way to put a spanner on exactly one note?



--
Trevor Bača
address@hidden
like the dew or like lightning

reply via email to

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