]> git.donarmstrong.com Git - lilypond.git/commitdiff
*** empty log message *** release/1.7.0
authorHan-Wen Nienhuys <hanwen@xs4all.nl>
Sat, 21 Sep 2002 16:19:51 +0000 (16:19 +0000)
committerHan-Wen Nienhuys <hanwen@xs4all.nl>
Sat, 21 Sep 2002 16:19:51 +0000 (16:19 +0000)
input/mutopia/J.S.Bach/baerenreiter-sarabande.ly

index 0c8172b9df159838f30947b00effe8070404e62f..b216e0a1704e3cd7547f1cbea6381a4f6c253d0d 100644 (file)
@@ -132,11 +132,6 @@ sarabandeA =  \context Voice \notes \relative c {
 }
 
 
-sarabande =  \context Staff \notes<
-  \apply #voicify-music \sarabandeA
-  
->
-
 sarabandeCelloGlobal =  \notes{
   \time 3/4
   \key f \major
@@ -157,7 +152,7 @@ sarabandeCelloStaff =  \context Staff <
   %%\notes c4*0-#(warn "FIXME: Setting beamed lengths")
   \property Staff.Stem \set #'beamed-lengths = #'(3.26)
   
-  \sarabande
+  \sarabandeA
   \sarabandeCelloGlobal
   \sarabandeCelloScripts
 >