lilypond-user
[Top][All Lists]
Advanced

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

Re: bug in \repeat percent?


From: bb
Subject: Re: bug in \repeat percent?
Date: Wed, 24 Jan 2018 18:34:57 +0100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.5.0

Thanks for explanation! I read the Manual but the information is very densly packed, easy to overlook something. But I do not find that in a second reading of http://lilypond.org/doc/v2.18/Documentation/snippets/repeats.

I tried

\version "2.19.80"

    \layout { \context {
    \Score
    %defaultBarType = ""
  }}

Fm = \relative c {
\clef bass
 \set countPercentRepeats = ##t
 \repeat percent 8 { f4 g2 as4 bes2 c4 d2 es4 f2 g4 \bar "||" } %\break
}

\score  { \new Staff  { \Fm }}

####################################

That looks better, but with

defaultBarType = ""

uncommented

\bar "||"

again is missing.

Anyway, thanks for your help.

Regards


Am 24.01.2018 um 18:03 schrieb Jacques Menu Muzhic:
Hello bb,

According to the LPNR, \repeat percent is meant for patterns shorter than a 
measure or occupying one or two measures.

Maybe this explains that?

JM

Le 24 janv. 2018 à 16:31, bb <address@hidden> a écrit :

\version "2.19.80"

     \layout { \context {
     \Score
     defaultBarType = ""
   }}

Fm = \relative c {
\clef bass
  \set countPercentRepeats = ##t
  \repeat percent 8 { f4 g2 as4 bes2 c4 d2 es4 f2 g4 \bar "||" } %\break
}

\score  { \new Staff  { \Fm }}

###############################

I think there is bug:

1. not counting the repetitions

2. \bar "||"is omitted

regards



_______________________________________________
lilypond-user mailing list
address@hidden
https://lists.gnu.org/mailman/listinfo/lilypond-user




reply via email to

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