lilypond-user
[Top][All Lists]
Advanced

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

percent and bar lines


From: Niels
Subject: percent and bar lines
Date: Thu, 16 Sep 2021 14:17:25 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.14.0

is it possible to use 'repeat percent' including special bar lines?
I tried:

\version "2.20.0"
\score {
  {
  \time 1/4
  \repeat percent 12 { c''4 \bar "!" }
  r4
  \bar "|."
  }
}

In the score the dashed bar line (\bar "!") appears only after the first note and not after the percent signs. How can I have all bar lines dashed?

Niels



reply via email to

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