diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2017-02-27 11:56:00 +0100 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2017-02-27 11:56:00 +0100 |
commit | 067593b9584bf9ed29f88794ed7cc2b5aa524835 (patch) | |
tree | 8de18345ffc2afca0c1592c8312eb9a27f32ca84 /01-song1 | |
parent | 8e5f266badf7f24aa3adb105dfdfea430fed096a (diff) |
song 1: Use letters in boxes for marks.
Diffstat (limited to '01-song1')
-rw-r--r-- | 01-song1/parts/bass.ly | 1 | ||||
-rw-r--r-- | 01-song1/parts/keys.ly | 1 | ||||
-rw-r--r-- | 01-song1/parts/stick.ly | 1 |
3 files changed, 3 insertions, 0 deletions
diff --git a/01-song1/parts/bass.ly b/01-song1/parts/bass.ly index c11763b..6765712 100644 --- a/01-song1/parts/bass.ly +++ b/01-song1/parts/bass.ly @@ -20,6 +20,7 @@ \context { \Score \numericTimeSignature + markFormatter = #format-mark-box-alphabet } } } diff --git a/01-song1/parts/keys.ly b/01-song1/parts/keys.ly index 67b248d..bab0550 100644 --- a/01-song1/parts/keys.ly +++ b/01-song1/parts/keys.ly @@ -35,6 +35,7 @@ \Score pedalSustainStyle = #'bracket \numericTimeSignature + markFormatter = #format-mark-box-alphabet } } } diff --git a/01-song1/parts/stick.ly b/01-song1/parts/stick.ly index 83c2c75..3659aa4 100644 --- a/01-song1/parts/stick.ly +++ b/01-song1/parts/stick.ly @@ -24,6 +24,7 @@ \context { \Score \numericTimeSignature + markFormatter = #format-mark-box-alphabet } } } |