bug-lilypond
[Top][All Lists]
Advanced

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

Issue 670 in lilypond: chained trills don't always work


From: codesite-noreply
Subject: Issue 670 in lilypond: chained trills don't always work
Date: Wed, 03 Sep 2008 08:26:53 -0700

Issue 670: chained trills don't always work
http://code.google.com/p/lilypond/issues/detail?id=670

New issue report by lemzwerg:
\version "2.11.56"

\header { texidoc = "
  Trill chains must work as expected:
  @itemize @bullet
  @item
The trill should either end directly before the next trill or the bar line.
  @item
  @code{\stopTrillSpan} should give the same result if applied to either a
  note or a rest.
  @item
  Trill chains shouldn't overlap horizontally.
  @end itemize
" }

\relative {
  f1 ~ \startTrillSpan |
  f1 |
  g1 ~ \stopTrillSpan \startTrillSpan |
  g |
  R1 \stopTrillSpan |

  \break

  f1 ~ \startTrillSpan |
  f1 |
  g1 ~ \stopTrillSpan \startTrillSpan |
  g |
  f1 \stopTrillSpan |

  \break

  f2 \startTrillSpan a' ~ \stopTrillSpan \startTrillSpan |
  a2 f, \stopTrillSpan |

  \break

  r2
    g8[ \pitchedTrill f] ~ \startTrillSpan g
    f[ \pitchedTrill g] ~ \stopTrillSpan \startTrillSpan a |
  g8[ f] ~ \stopTrillSpan f2. |
}

\layout {
  \context {
    \Staff
    \remove "Time_signature_engraver"
  }
}

\paper {
  indent = 0\cm
}


Attachments:
        trill-chain.png  11.1 KB


Issue attributes:
        Status: Accepted
        Owner: lemzwerg
        Labels: Type-Defect Priority-Medium

--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings




reply via email to

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