From e3720c27261545600ee0b75afeff28e873645057 Mon Sep 17 00:00:00 2001 From: fred Date: Sun, 24 Mar 2002 20:11:51 +0000 Subject: [PATCH] lilypond-0.1.64 --- mutopia/J.S.Bach/allemande-alto.ly | 7 +++++-- mutopia/J.S.Bach/allemande-cello.ly | 7 +++++-- 2 files changed, 10 insertions(+), 4 deletions(-) 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 ":|"; } -- 2.39.5