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

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

Re: Signes spéciaux


From: Pierre Perol-Schneider
Subject: Re: Signes spéciaux
Date: Fri, 11 Oct 2019 08:54:44 +0200

Bonjour Julien,
On peut faire ceci :

\version "2.19.83"

<<
  \fixed c' {
    s <e a c'> s <d a c'>
    -\tweak extra-offset #'(.5 . -2)
    _\markup {
      \with-dimensions-from \null
      \override #'(x-padding . 5)  
      \override #'(y-padding . 10)
      \override #'(thickness . 2)
      \ellipse \vspace #1
    }
    \bar "" s <d g b>
  }
  \fixed c'' { s f s d s e }
>>

Voir aussi:
- http://lsr.di.unimi.it/LSR/Item?id=962
- http://lsr.di.unimi.it/LSR/Item?id=584
- http://lsr.di.unimi.it/LSR/Item?id=1050
- http://lsr.di.unimi.it/LSR/Item?id=1026
- http://lsr.di.unimi.it/LSR/Item?id=953

Cordialement,
Pierre

Le ven. 11 oct. 2019 à 08:42, Martial R <address@hidden> a écrit :
Bonjour,
je ne sais pas faire une éclipse
voici un encadrement

%------------------------------

#(define-markup-command (myBox layout props myWidth myHeight) (number? number?)
  (interpret-markup layout props
    (markup #:line (#:with-dimensions (cons 0 0)(cons 0 0)
      (#:path 0.4 ;épaisseur du trait
        (list (list (quote moveto) -0.7 1.5)
        (list (quote lineto) myWidth 1.5)
        (list (quote lineto) myWidth (* myHeight -1))
        (list (quote lineto) -0.7 (* myHeight -1))
        (list (quote closepath))))))))

\score {
  \relative c' <<
    \new Staff
    {
      \time 3/4  <e a c>
      <d a' c>
      ^\markup\myBox #2.5 #15 %% #largeur #hauteur
      <d g b>
    }
    \new Staff
    {
      \autoBeamOff
      f'4 d e
    }
>>
\layout {  }
}
%------------------------------

http://lilybin.com/cwgfwy/1

original ici
http://lsr.di.unimi.it/LSR/Item?id=953
en cherchant on trouve pas mal d'astuces.
http://lsr.di.unimi.it/LSR/Browse

Cordialement
--
Martial

Le jeu. 10 oct. 2019 à 23:10, julien via lilypond-user-fr
<address@hidden> a écrit :
> Auriez-vous un moyen simple d'entourer une cellule musicale de cette façon :
> https://i.goopics.net/WLZZr.jpg <https://i.goopics.net/WLZZr.jpg>    ?
> Ou par un encadrement ?

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