lilypond-user-fr
[Top][All Lists]
Advanced

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

Re: Signe de répétition ancienne


From: Pierre Perol-Schneider
Subject: Re: Signe de répétition ancienne
Date: Thu, 5 Feb 2015 16:08:09 +0100

Ok, sauf  que je ne sais pas ce que tu souhaites après le break...

Est-ce que :

\version "2.18.2"

\defineBarLine "|;|" #'("" "|" ";")
\defineBarLine "|;|." #'("|;|" "" "")

{
 \override Staff.BarLine.kern = #5
 c' c' c' c' \bar "|;|."
 \break
 c' c' c' c'
}

te conviendrait ?

Pierre

Le 5 février 2015 16:00, Bernard Meylan <address@hidden> a écrit :
Solution impeccable... si on n'a pas de passage à la ligne... comme cela:


\version "2.18.2"

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

{
 \override Staff.BarLine.kern = #5
 c' c' c' c' \bar "|;|" \break
 c' c' c' c'
}

J'ai trouvé une soluce dans le manuel (il a fallu que tu écrives
\defineBarline pour que je sache enfin quoi taper dans gougueleu...), un
certain fichier «scm/bar-line.scm» permettrait de se forger des barres de
mesures personalisées... Je vais aller y jeter un oeil.

Bernard



-----
Cordialement

Bernard
--
View this message in context: http://lilypond-french-users.1298960.n2.nabble.com/Signe-de-repetition-ancienne-tp7582191p7582193.html
Sent from the LilyPond French Users mailing list archive at Nabble.com.

_______________________________________________
liste de diffusion lilypond-user-fr
address@hidden
https://lists.gnu.org/mailman/listinfo/lilypond-user-fr


reply via email to

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