summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--03-circus/03-circus.ly1
-rw-r--r--03-circus/music/stick.ly7
2 files changed, 8 insertions, 0 deletions
diff --git a/03-circus/03-circus.ly b/03-circus/03-circus.ly
index 4b9265f..8092e9e 100644
--- a/03-circus/03-circus.ly
+++ b/03-circus/03-circus.ly
@@ -62,6 +62,7 @@ AllMusic = <<
\context {
\Score
\numericTimeSignature
+ markFormatter = #format-mark-box-alphabet
%% Remove all-rest staves also in the first system
\override VerticalAxisGroup.remove-first = ##t
%% If only one non-empty staff in a system exists, still print the starting bar
diff --git a/03-circus/music/stick.ly b/03-circus/music/stick.ly
index e43776d..2b7373f 100644
--- a/03-circus/music/stick.ly
+++ b/03-circus/music/stick.ly
@@ -312,6 +312,7 @@ stick = <<
\clef "treble_8"
%% intro
+ \mark \default
\time 2/4
\relative c'' { R2 | r4 r8 g ~ | }
\repeat volta 2 \stickA
@@ -321,6 +322,7 @@ stick = <<
}
%% solo
+ \mark \default
\relative c' {
\time 2/4
r4. fis16 e |
@@ -347,6 +349,7 @@ stick = <<
}
%% spooky
+ \mark \default
\key fis \minor
\repeat volta 2 {
\time 2/4
@@ -360,6 +363,7 @@ stick = <<
}
%% Half time feel
+ \mark \default
\key b \minor
\repeat volta 2 {
\repeat volta 2 \stickHalfTimeFeel
@@ -368,11 +372,13 @@ stick = <<
}
%% Beauty
+ \mark \default
\stickBeautyRight
%% Arpeggio
\tempo 4 = 170
\key e \minor
+ \mark \default
\stickBeforeArpeggioRight
\stickArpeggioRight
@@ -385,6 +391,7 @@ stick = <<
\key fis \minor
\transpose c d { \stickArpeggioRightHigher }
\stickDramaRight
+ \mark \default
\stickFinalRight
}