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

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

Re: Code simplifié pour \markup


From: Gilles Thibault
Subject: Re: Code simplifié pour \markup
Date: Mon, 04 Dec 2017 14:35:03 +0100
User-agent: Webmail Free/1.3.3


tx = #(define-music-function (txt) (markup?)
   #{ \markup \bold \txt #})

Oups, pour 2.18, c'est plutôt :
tx = #(define-music-function (parser location txt) (markup?)
   #{ \markup \bold #txt #})

Pour 2.19
tx = #(define-music-function (txt) (markup?)
   #{ \markup \bold #txt #})

--
Gilles



reply via email to

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