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

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

Re: Re : Re: Nombres soulignés


From: Pierre Perol-Schneider
Subject: Re: Re : Re: Nombres soulignés
Date: Wed, 11 Nov 2015 09:34:04 +0100

Oups, petite faute de frappe !! Donc :

\version "2.18.2"

#(define-markup-command (sln layout props text) (markup?)
  "Underline a text"
  (interpret-markup layout props
    #{
      \markup
      \override #'(thickness . 5)
      \underline { #text }
    #}))
   
{
  \relative c'' { d8 c16 a bes8 f e' d c4 }
  \addlyrics { „Schad’ um das schö -- ne \markup\sln { grü -- ne } Band, }
}


~Pierre

Le 11 novembre 2015 09:31, Pierre Perol-Schneider <address@hidden> a écrit :
Peut-être comme ceci :

\version "2.18.2"

#(define-markup-command (sln layout props text) (markup-list?)
  "Underline a text"
  (interpret-markup layout props
    #{
      \markup
      \override #'(thickness . 5)
      \underline { #text }
    #}))
   
{
  \relative c'' { d8 c16 a bes8 f e' d c4 }
  \addlyrics { „Schad’ um das schö -- ne \markup\sln { grü -- ne } Band, }
}


~Pierre

Le 10 novembre 2015 15:04, Gazagnes Arnaud <address@hidden> a écrit :
Bonjour !
Merci, ça marche bien !
Est-ce qu'il y a aurait moyen de faire en sorte que cette macro s'applique non pas localement mais globalement ? Comme pour le choix ou la taille d'un caractère. (J'ai beaucoup de nombre souligné et je ne voudrais pas alourdir de façon conséquente mon fichier ly.)
Arnaud



reply via email to

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