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

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

Re: Déplacement de \markup


From: Seventies
Subject: Re: Déplacement de \markup
Date: Sun, 7 Dec 2014 03:58:15 -0700 (MST)

Simplement \once \override TextScript #'extra-offset = #'(-4 . -4.5)
puisque la nuance a été changée en simple markup, pour Lily, c'est un texte
ordinaire, sans signification particulière.

Pour en faire une véritable nuance, il faut utiliser la fonction scheme
make-dynamic-script :

DMpiuF = \markup {\normal-text  \italic "più" \dynamic f }
piuF = #(make-dynamic-script DMpiuF)

\normal-text est nécessaire pour éviter le p de più d'être transformé en p
de piano

Et finalement :

\version "2.18.2"
DMpiuF = \markup {\normal-text  \italic "più" \dynamic f }
piuF = #(make-dynamic-script DMpiuF)

\relative c' {
  a b c d e \once \override DynamicText #'extra-offset = #'(-4 . -4.5) f
-\piuF g
}

Cordialement,

Jean-François




--
View this message in context: 
http://lilypond-french-users.1298960.n2.nabble.com/Deplacement-de-markup-tp7582032p7582035.html
Sent from the LilyPond French Users mailing list archive at Nabble.com.



reply via email to

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