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

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

Re: Comment ajouter des petites portées auxiliaires


From: Larix
Subject: Re: Comment ajouter des petites portées auxiliaires
Date: Wed, 23 Jan 2019 10:52:44 -0700 (MST)

J'ai pratiqué comme ceci:

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\version "2.19.82"

scoreAGlobal = {
  \key e \major
  \time 4/4
  \tempo 4 =70
%  \autoBeamOff
}


scoreA = \relative c' {
  \scoreAGlobal
  \dynamicUp  
%{ 1%}  e8[ b16] b2 a16  <fis' a,>8 <e cis>8 
%{ 2%}  <e cis>2 r4 r8 fis  
}

scoreB = \relative c' {
  \dynamicUp  
%{ 1%}  s4 s2  s32 [\tweak font-size -2 b'32 \tweak font-size -2 cis32]   
}

\score {
  << \scoreA  \scoreB >>  
}


%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%



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



reply via email to

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