-
Notifications
You must be signed in to change notification settings - Fork 0
/
bwv_1004_x.ly
31 lines (23 loc) · 1018 Bytes
/
bwv_1004_x.ly
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
% Copyright 2012-13 Ray Lehtiniemi <[email protected]>
% This work is licensed under the Creative Commons Attribution-ShareAlike 3.0 Unported License.
% To view a copy of this license, visit http://creativecommons.org/licenses/by-sa/3.0/ or send a
% letter to Creative Commons, 444 Castro Street, Suite 900, Mountain View, California, 94041, USA.
\version "2.12.3"
\header {
title = "Partita No.2 in D minor"
opus = "BWV 1004"
composer = "Johann Sebastian Bach (1685-1750)"
instrument = "Solo violin"
copyright = "Transcription Copyright 2012 Ray Lehtiniemi <[email protected]>"
}
bar = { s2. \noBreak }
brk = { s2. \break }
twoMeasures = { \repeat unfold 1 \bar \brk }
threeMeasures = { \repeat unfold 2 \bar \brk }
fourMeasures = { \repeat unfold 3 \bar \brk }
\pointAndClickOff
\include "multi-mark-engraver.ly"
markDown = #(define-music-function (parser location text) (markup?)
(make-music 'MarkEvent
'direction DOWN
'label text))