From: fred Date: Sun, 24 Mar 2002 20:11:51 +0000 (+0000) Subject: lilypond-0.1.64 X-Git-Tag: release/1.5.59~3093 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=e3720c27261545600ee0b75afeff28e873645057;p=lilypond.git lilypond-0.1.64 --- diff --git a/mutopia/J.S.Bach/allemande-alto.ly b/mutopia/J.S.Bach/allemande-alto.ly index 22906e21be..e1002e5d33 100644 --- a/mutopia/J.S.Bach/allemande-alto.ly +++ b/mutopia/J.S.Bach/allemande-alto.ly @@ -4,6 +4,7 @@ title = "Solo Cello Suites"; subtitle = "Suite II"; piece = "Allemande"; % opus = "BWV 1008"; +opus = ""; composer = "Johann Sebastian Bach(1685-1750)"; enteredby = "JCN"; copyright = "public domain"; @@ -28,9 +29,11 @@ allemande_alto_global = \melodic{ \key bes; \partial 16; \clef alto; - \skip 1*12; + \skip 1*11; + s2. s8. \bar ":|:"; - \skip 1*12; + \skip 1*11; + s2. s4 s8 \bar ":|"; } diff --git a/mutopia/J.S.Bach/allemande-cello.ly b/mutopia/J.S.Bach/allemande-cello.ly index 5282f90001..2818a696db 100644 --- a/mutopia/J.S.Bach/allemande-cello.ly +++ b/mutopia/J.S.Bach/allemande-cello.ly @@ -4,6 +4,7 @@ title = "Solo Cello Suites"; subtitle = "Suite II"; piece = "Allemande"; % opus = "BWV 1008"; +opus = ""; composer = "Johann Sebastian Bach(1685-1750)"; enteredby = "JCN"; copyright = "public domain"; @@ -28,9 +29,11 @@ allemande_cello_global = \melodic{ \key bes; \partial 16; \clef bass; - \skip 1*12; + \skip 1*11; + s2. s8. \bar ":|:"; - \skip 1*12; + \skip 1*11; + s2. s4 s8 \bar ":|"; }