lilypond-user
[Top][All Lists]
Advanced

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

Re: Changing the default end-repeat bracket


From: Jacques Menu
Subject: Re: Changing the default end-repeat bracket
Date: Wed, 10 Dec 2014 14:47:22 +0100

Hello Pierre,

That’s what I was looking for, thanks!

IMHO, it could be in the notation manual.

A nice day!

JM

Le 10 déc. 2014 à 14:31:02, Pierre Perol-Schneider <address@hidden> a écrit :

Hi Jacques,

Try :

\version "2.18.2"

\layout {
  \context {
    \Score
    startRepeatType = #"[|:"
    endRepeatType = #":|]"
  }
}


%% example:
{
  c'1
  \repeat volta 2 {
    \repeat unfold 8 c'1
  }
}


Cheers,
Pierre

2014-12-10 14:10 GMT+01:00 Jacques Menu <address@hidden>:
Hello folks,

Is it possible for:

\bar ":|]"

to be the implicit default at the end of a repeat or alternative section, without having to add it manually, and similarily with:

  \bar "[|:"

at the beginning of repeat sections?

Thanks for your help!

JM

--

Jacques Menu
Ch. de la Pierre 12
1023 Crissier

mailto:address@hidden





_______________________________________________
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]