lilypond-auto
[Top][All Lists]
Advanced

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

[Lilypond-auto] Issue 3703 in lilypond: Percent repeat in custom-timed m


From: lilypond
Subject: [Lilypond-auto] Issue 3703 in lilypond: Percent repeat in custom-timed measure
Date: Tue, 03 Dec 2013 21:37:54 +0000

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

New issue 3703 by address@hidden: Percent repeat in custom-timed measure
http://code.google.com/p/lilypond/issues/detail?id=3703

Janek and Noeck wrote :

If I use a percent repeat in a customly timed measure (5/4 instead of
4/4), the repeat symbol lacks the dots and is placed to the left of the
bar. If I write something before the repeat (a time signature or only
<>), then the dots reappear and they are placed properly.

looks like a bug to me.  Forwarding to bug-lilypond.


\version "2.16.2" % also tested with 2.17.26

<<
  \new Staff {
    \tempo "wrong?"
    \time 5/4
    \repeat unfold 10 a'4
  }
  \new RhythmicStaff {
    \repeat percent 2 { c4 c c c c }
  }


<<
  \new Staff {
    \tempo "what I expect"
    \time 5/4
    \repeat unfold 10 a'4
  }
  \new RhythmicStaff {
    <>  % (*) this is the only difference
    \repeat percent 2 { c4 c c c c }
  }



--
You received this message because this project is configured to send all issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings



reply via email to

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