bug-lilypond
[Top][All Lists]
Advanced

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

Incorrect placement of \grace with \repeat in combination with nested St


From: Ronald Pijnacker
Subject: Incorrect placement of \grace with \repeat in combination with nested Staff
Date: Wed, 25 May 2011 08:59:42 +0000 (UTC)
User-agent: Loom/3.14 (http://gmane.org/)

> I'm not top posting


Hi all,

The following piece of lilypond gives a somewhat unexpected result:
The grace-note ends up in a measure by itself.

----
\new PianoStaff <<
  \new Staff <<
    {
      \relative c' { c1 }
      \repeat volta 2 { \relative c' { \grace c8 c1 } }
    }
  >>
  \new Staff <<
    {
      \relative c' { c1 }
      \repeat volta 2 { \relative c' { c1 } }
    }
  >>
>>
\version "2.12.3"
----

Best regards,

Ronald




reply via email to

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