From 740ed1f45c76d527803c345d8cc90053b8983783 Mon Sep 17 00:00:00 2001 From: Ricardo Wurmus Date: Mon, 20 Feb 2017 23:38:55 +0100 Subject: song 1: Compress pause. --- 01-song1/music/common.ly | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to '01-song1') diff --git a/01-song1/music/common.ly b/01-song1/music/common.ly index 7aa2b8b..616b830 100644 --- a/01-song1/music/common.ly +++ b/01-song1/music/common.ly @@ -1,4 +1 @@ -nastyPause = { - \time 6/8 - \repeat unfold 8 { r4. r4.|} -} +nastyPause = { \time 6/8 R2.*8 } -- cgit v1.2.3