lilypond-user
[Top][All Lists]
Advanced

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

Re: \inst LSR snippet and 2.17.xx


From: Thomas Morley
Subject: Re: \inst LSR snippet and 2.17.xx
Date: Thu, 3 Oct 2013 23:42:37 +0200

2013/10/2 Giuseppe Silvi <address@hidden>:
> Hi all,
> after my 2.17 jump that code give me this
>
> error: unexpected post-event
>
> there is a way to adapt the code in this snippet to 2.17?
>
> inst =
> #(define-music-function (parser location string) (string?)
>        (make-music
>                'TextScriptEvent
>                'direction UP
>                'text (markup #:bold (#:box string))))
>
>
> snippet link:
> http://lsr.dsi.unimi.it/LSR/Item?id=349
>
> Thank You very Much.
>
> ps. I am on closing my second fullscore with Lilypond, this is a small
> ensemble and electronics score.
> There is someone interested to look up on it ad show me what I can improve?



Hi Giuseppe,

how about

\version "2.17.27"

inst =
#(define-music-function (parser location string) (string?)
#{ <>^\markup \bold \box #string #})

\relative c' { c \inst "Horn" d e f }

HTH,
  Harm



reply via email to

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