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

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

Re: Duo en miroir


From: Daniel
Subject: Re: Duo en miroir
Date: Sun, 11 Feb 2018 13:11:57 +0100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.6.0

Merci pour ta réponse, mais je n'arrive pas à comprendre comment continuer la partition sur le même modèle...


Le 11/02/2018 à 06:31, NOreply a écrit :
Bonjour,
Voir ici une manière de faire:
http://lilybin.com/larxbw/1

% ; = )

%%%% Le code:
\version "2.18.2"

musInstr = \transpose c c''
{ \key g \major \partial 4 d4 g2 d4 b,
g,4 <d, g, g> q d'
b8 b g g d d d4
g4 r r d
e8 e g( e) d d g( d) \hide Staff.BarLine }

%*************************

cleETdiese = {\key g \major
  \override Staff.TimeSignature stencil = ##f s4 }

%**************************

% ci dessous raccourci pour insérer une partition dans du texte
#(define-markup-command (MdsT layout props mus) (ly:music?) #:properties
((size 0)) (interpret-markup layout props #{ \markup { \raise #.8 \score {
$mus \layout { indent = 0 }}}  #}))

  \markup { \MdsT ##{ \musInstr #} "" }
  \markup { \MdsT ##{ \cleETdiese #} "" }
  \markup \rotate #180 { \MdsT ##{ \cleETdiese #} "" }
  \markup { \MdsT ##{ \musInstr #} "" \rotate #180 \MdsT ##{ \cleETdiese #}
"" }
  \markup { \MdsT ##{ \musInstr #} "" \hspace #-1 \raise #-.25 \rotate #180
\MdsT ##{ \cleETdiese #} "" }




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




reply via email to

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