diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2017-02-20 23:38:55 +0100 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2017-02-20 23:38:55 +0100 |
commit | 740ed1f45c76d527803c345d8cc90053b8983783 (patch) | |
tree | 42f238c6b1bddd3492f3947b481ab9d03c2396af | |
parent | cffee0b28edaef2a72d22624e796a8ec075700da (diff) |
song 1: Compress pause.
-rw-r--r-- | 01-song1/music/common.ly | 5 |
1 files changed, 1 insertions, 4 deletions
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 } |