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 <bb-543...@telecolumbus.net> 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
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user


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

Reply via email to