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

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

Re: Métrique alternative


From: Christophe Pochon
Subject: Re: Métrique alternative
Date: Thu, 25 Jan 2018 00:30:06 +0100

Joli ! Bravo !

Christophe


2018-01-24 23:19 GMT+01:00 NOreply <address@hidden>:
Bonjour,
Oui, il y a ça:
http://lilybin.com/0poj4d/1

%% Le code:
\version "2.18.2"
    #(define ((time-parenthesized-time up down upp downp) grob)
   (grob-interpret-markup grob
     (markup #:override '(baseline-skip . 0) #:number
       (#:line (
           (#:column (up down))
           #:vcenter "("
           (#:column (upp downp))
           #:vcenter ")" )))))
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\relative c' {
   \override Staff.TimeSignature.stencil =
   #(time-parenthesized-time "6" "8" "3" "4")
   \time 3/4
   c'4. c'
}



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