From 7a6c82a188a0a7ee8270fea5fd1320436bd577f8 Mon Sep 17 00:00:00 2001 From: Reinhold Kainhofer Date: Mon, 10 Aug 2009 00:51:09 +0200 Subject: [PATCH] Function for divisi parts --- orchestrallily.ily | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/orchestrallily.ily b/orchestrallily.ily index d32ba33..c09780a 100644 --- a/orchestrallily.ily +++ b/orchestrallily.ily @@ -1503,3 +1503,9 @@ solo = ^\markup{"Solo"} tutti = ^\markup{"Tutti"} dashedSlur = -\tweak #'dash-definition #'((0 1 0.4 0.75))( + +divisi = #(define-music-function (parser location vc1 vc2) (ly:music? ly:music?) +#{ + << { \voiceOne $vc1 \oneVoice} \new Voice = "divisi2" { \voiceTwo $vc2 } >> +#} +) \ No newline at end of file -- 2.11.4.GIT