bug-lilypond
[Top][All Lists]
Advanced

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

Issue 1862 in lilypond: Misleading clef placement at the end of a volta


From: lilypond
Subject: Issue 1862 in lilypond: Misleading clef placement at the end of a volta
Date: Sun, 04 Sep 2011 10:01:57 +0000

Status: Accepted
Owner: ----
Labels: Type-Ugly

New issue 1862 by address@hidden: Misleading clef placement at the end of a volta
http://code.google.com/p/lilypond/issues/detail?id=1862

From Bertrand Bordage:

\markup "This gives the impression that the repeat should be done with a F
clef."
{
  \clef F r2 r4 \clef G r8 a
  \repeat volta 2 { \repeat unfold 8 d'4 }
  \alternative {
    { d' r4 r r8 a }
    { \clef F d4 d d d }
  }
}

\markup "This is what should be engraved."
{
  \clef F r2 r4 \clef G r8 a
  \repeat volta 2 { \repeat unfold 8 d'4 }
  \alternative {
    { d' r4 r r8 a }
    {
      \override Score.Clef #'break-align-symbol = #'time-signature
      \clef F d4 d d d
    }
  }
}

There's a similar problem with time signatures.

Attachments:
        ClefPlacement.png  13.2 KB




reply via email to

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