lilypond-user
[Top][All Lists]
Advanced

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

Re: "Mensurstriche" (barlines between systems) and Repeat signs.


From: Malte Meyn
Subject: Re: "Mensurstriche" (barlines between systems) and Repeat signs.
Date: Fri, 1 Feb 2019 12:59:21 +0100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Thunderbird/60.5.0



Am 01.02.19 um 11:37 schrieb Bernhard Kleine:
I have the following and cannot find a way to have the repeat/volta
signs displayed:

I wonder why I haven’t had this idea several years ago but how about this?:

\version "2.19.82"

\defineBarLine "m" #'("" "" "|")

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

mus = \relative {
  c' d e f g a b c b a g f e d c \bar ":|."
}

\new StaffGroup <<
  \new Staff \mus
  \new Staff \mus
>>



reply via email to

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