lilypond-user
[Top][All Lists]
Advanced

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

position of instrument


From: Stefan Thomas
Subject: position of instrument
Date: Fri, 12 Sep 2008 22:15:50 +0200

Dear lilypond-users,
in the below quoted example the position  "Trompete in B" should be higher than "con sord.". How can I change it?

changeInstrument =
#(define-music-function (parser location string) (string?)
        (make-music
                'TextScriptEvent
                'direction UP
                'text (markup #:bold (#:box string))))
       
inst = #changeInstrument % leichterer Name; nach dem "inst"-befehl einfach den Namen des Instruments in Anfuehrungszeichen angeben

{  \inst "Trompete in B"  c' ^\markup{ \italic "con sord." } }

reply via email to

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