Specifying instrument changes as markups: Difference between revisions
Appearance
Import snippet from LSR |
m Replace version="2.24.0" with version="2.24" now that the LilyWiki extension supports auto-selecting the latest release in a stable series |
||
| Line 1: | Line 1: | ||
This is just a small useful macro when you need to specify multiple instrument changes on a same staff. Just write <code>\inst "Name</code> before the note the markup should be attached to. | This is just a small useful macro when you need to specify multiple instrument changes on a same staff. Just write <code>\inst "Name</code> before the note the markup should be attached to. | ||
<lilypond version="2.24 | <lilypond version="2.24"> | ||
%% http://lsr.di.unimi.it/LSR/Item?id=349 | %% http://lsr.di.unimi.it/LSR/Item?id=349 | ||
Revision as of 18:53, 16 November 2025
This is just a small useful macro when you need to specify multiple instrument changes on a same staff. Just write \inst "Name before the note the markup should be attached to.
\version "2.24"
%% http://lsr.di.unimi.it/LSR/Item?id=349
%LSR modified by P.P.Schneider on Feb.2014
inst =
#(define-music-function (string) (string?)
#{ <>^\markup \bold \box #string #})
\relative c' { c \inst "Horn" d e f }