lilypond-user
[Top][All Lists]
Advanced

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

Re: repeat volta in MensuralVoice


From: Valentin Petzel
Subject: Re: repeat volta in MensuralVoice
Date: Sun, 13 Mar 2022 12:27:35 +0100

Hello Reuben,

it is hard to understand you problem if you do not give us an example of what 
you want and what you are trying. That being said, getting bar lines into 
Mensural staves is something supported with 2.23. If you want the remain of a 
previous version you can fix this with some context changes:

$(define v (ly:version))
$(if (or (< (car v) 2) (and (= (car v) 2) (<= (cadr v) 22)))
     #{
\layout {
  \context {
    \MensuralStaff
    \revert BarLine.transparent
    \override BarLine.hair-thickness = #0.6
    \override BarLine.thick-thickness = #0.6
  }
  \context {
    \Score
    defaultBarType = #""
  }
}
     #})

\new MensuralStaff { c d e f \bar ":|." g a b c }
\new MensuralStaff { c d \repeat volta 2 { e f g a } b c }

Cheers,
Valentin

Am Sonntag, 13. März 2022, 08:50:48 CET schrieb Reuben Kagan:
> Hello Lilypond users,
> 
> I am using MensuralVoice   to copy some Renaissance music, but it has a
> repeat inside,
> and it just isn't shown.
> 
> what is the quickest way to add just a repeat sign in the end in this case?
> Thanks
> Reuben

Attachment: signature.asc
Description: This is a digitally signed message part.


reply via email to

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