From 03df081148ba1546c07eaa2baacb6fec6629f953 Mon Sep 17 00:00:00 2001 From: rekado Date: Thu, 6 Oct 2016 21:51:35 +0200 Subject: circus: Add section marks. --- 03-circus/03-circus.ly | 1 + 03-circus/music/stick.ly | 7 +++++++ 2 files changed, 8 insertions(+) (limited to '03-circus') 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 } -- cgit v1.2.3