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

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

Re: double barre en pointillé


From: Jany Seytor
Subject: Re: double barre en pointillé
Date: Thu, 15 Feb 2018 19:00:42 +0000 (UTC)

Sinon, en 2.18, avec des \markup et des \postscript lines :

\version "2.18.2"

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

\new StaffGroup <<
  \new Staff {
  
    c'1 \bar ""
  
    c'1 \bar "||"
    c'1
  }
 
  \new Staff {
    c'1 _\markup { \line {\postscript #"0.2 setlinewidth
 [1 1] 0 setdash 4 2 moveto 0 14 rlineto stroke" } {\postscript #"0.2 setlinewidth
 [1 1] 0 setdash 4 2 moveto 0 14 rlineto stroke" }}
    c'1
    c'1
  }
>>


Le Jeudi 15 février 2018 19h23, Pierre Perol-Schneider <address@hidden> a écrit :


Bonsoir Gérard,

en v2.19

\version "2.19"

\defineBarLine "!!" #'("!!" "!!" "!!")

\new StaffGroup <<
  \new Staff {
    c'4 \bar "!!"  4 4
  }
  \new Staff {
    c'4 4 4
  }
>>

Cordialement,
Pierre

Le 15 février 2018 à 15:57, gegeours <address@hidden> a écrit :
Bonjour à tous,

Peut-on créer une double barre en pointillé comme dans l'image ci-dessous :
<http://lilypond-french-users. 1298960.n2.nabble.com/file/ t395625/Espanadoublebarre.jpeg >

On dispose actuellement des codes suivants : \bar ";" et \bar"!"

Comment peut-on procéder.

Merci d'avance pour votre aide.



--
Sent from: http://lilypond-french-users. 1298960.n2.nabble.com/

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

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