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: joel . gauvrit
Subject: Re: markup superposé à la barre de début de système
Date: Fri, 30 Oct 2020 11:07:13 +0100 (CET)

Tiens, c'est étrange cela ne fonctionne pas chez moi : propriété 
"outside-score-priority" non trouvée.

----- Mail original -----
De: "martial" <martialr@gmail.com>
À: lilypond-user-fr@gnu.org
Envoyé: Vendredi 30 Octobre 2020 10:27:52
Objet: Re: markup superposé à la barre de début de système

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]