From 76c113e392320fa029b3ddf237177d21e24c2697 Mon Sep 17 00:00:00 2001 From: Reinhold Kainhofer Date: Sun, 14 Jun 2009 19:13:36 +0200 Subject: [PATCH] \solo and \tutti commands (for Continuo) --- orchestrallily.ily | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/orchestrallily.ily b/orchestrallily.ily index d1862ce..fc2a723 100644 --- a/orchestrallily.ily +++ b/orchestrallily.ily @@ -1460,3 +1460,8 @@ thisPageCopyrightFooter = #(define-music-function (parser location) () % \override VerticalAlignment #'forced-distance = #7 } } + + + +solo = ^\markup{"Solo"} +tutti = ^\markup{"Tutti"} -- 2.11.4.GIT