lilypond-user
[Top][All Lists]
Advanced

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

more space for instrument names


From: Stefan Thomas
Subject: more space for instrument names
Date: Tue, 16 Sep 2008 17:54:22 +0200

Dear Lilypond-Users,
I use very often the very nice \inst-Plugin:
changeInstrument =
#(define-music-function (parser location string) (string?)
        (make-music
                'TextScriptEvent
                'direction UP
                'text (markup #:bold (#:box string))))
       
inst = #changeInstrument
 Unfortunately, this does not work in conjunction with
\textLengthOn
What can I do to change this?
 


reply via email to

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