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

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

Re: markup superposé à la barre de début de système


From: martial
Subject: Re: markup superposé à la barre de début de système
Date: Fri, 30 Oct 2020 02:27:52 -0700 (MST)

Bonjour, 

en tatonnant, bidouille quoi 

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

floatMarkup = #(define-music-function (parser location posx posy) (number?
number?)
                 #{
%score plutôt que staff
                   \once \override TextScript.outside-score-priority = ##f
                   \once \override TextScript.X-offset = $posx
                   \once \override TextScript.Y-offset = $posy
                 #})


\new ChoirStaff \with {\omit Clef \omit TimeSignature  }
<<
{ \floatMarkup #'-5 #'1.1 c''1_\markup { 
 %agrandissement du filled-box
 \with-color #red  \filled-box #'(0 . 2) #'(1 . -12) #0.1
}}
{c''1 }
>>
%---------------------




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



reply via email to

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