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

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

Re: Mettre un passage en valeur


From: Pierre Perol-Schneider
Subject: Re: Mettre un passage en valeur
Date: Thu, 3 Jul 2014 21:46:07 +0200

Bonsoir Loïc,

Le 3 juillet 2014 14:11, Loïc Chahine <address@hidden> a écrit :
Bonjour à tous,
J’aimerais, dans plusieurs partitions, mettre un passage en valeur, comme je mettrais des italiques dans du texte, sans avoir recours à la couleur. Quelles solutions ?
 
Il y a un vieux code que tu peux réutiliser ici :
http://www.mail-archive.com/lilypond-user%40gnu.org/msg83249.html

On peut faire :

%%%%%%%%%%%%%%%%%%%%%%
\version "2.18.2"

\include "frameEngraver-bars-and-boxes.ily"

\relative c'' {
  \frameStart
   c8 d e \frameEnd\frameExtenderEnd f
   g a b c
 
}
     
\layout {
  \context {
    \Global
    \grobdescriptions #all-grob-descriptions
  }
  \context {
    \Voice
    \consists \frameEngraver
    \omit FrameBracket
  }
}
      \version "2.18.2"

\include "frameEngraver-bars-and-boxes.ily"

\relative c'' {
  \frameStart
   c8 d e \frameEnd\frameExtenderEnd f
   g a b c
 
}
     
\layout {
  \context {
    \Global
    \grobdescriptions #all-grob-descriptions
  }
  \context {
    \Voice
    \consists \frameEngraver
    \omit FrameBracket
  }
}  
%%%%%%%%%%%%%%%%%%%%%%%

Amicalement,
Pierre

Attachment: Loïc.png
Description: PNG image


reply via email to

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