X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=mutopia%2FJ.S.Bach%2FSolo-Cello-Suites%2Fgigue-cello.ly;h=840b9f02cfcb1fa9d9f9712c599f585c4dcbac17;hb=ecc78dcec0897404eb18f103a82d7b192184084b;hp=70c72a36f6bd3e3129639c3c2ced23a83812bf90;hpb=1cf3d59c1559fb9774c4c1c8cae155cfe54a927c;p=lilypond.git diff --git a/mutopia/J.S.Bach/Solo-Cello-Suites/gigue-cello.ly b/mutopia/J.S.Bach/Solo-Cello-Suites/gigue-cello.ly index 70c72a36f6..840b9f02cf 100644 --- a/mutopia/J.S.Bach/Solo-Cello-Suites/gigue-cello.ly +++ b/mutopia/J.S.Bach/Solo-Cello-Suites/gigue-cello.ly @@ -1,41 +1,34 @@ -\header{ -filename = "gigue-cello.ly"; -title = "Solo Cello Suites"; -subtitle = "Suite II"; -piece = "Pr\\'elude"; % duh -% opus = "BWV 1008"; -opus = ""; -composer = "Johann Sebastian Bach (1685-1750)"; -enteredby = "JCN"; -copyright = "public domain"; -} -%{ - Tested Features:breaking algorithm, chords, multivoice, accents, - dotted slurs -%} -\version "1.0.0"; + +\version "1.3.4"; \include "gigue-urtext.ly"; -gigue_cello_global = \melodic{ +gigue_cello_global = \notes{ \time 3/8; \key f; \clef bass; - \partial 8; - \skip 4.*31; - s4 - \bar ":|:"; - \skip 4.*44; - s4 - \bar ":|"; + \repeat "volta" 2 { + \partial 8; + s8 + s4.*31 + s4 + %\partial 4; + } \repeat "volta" 2 { + % urg + %s16 \partial 8; s16 + s8 + s4.*43 + s4 + %\partial 4; + } } -gigue_cello_scripts = \melodic{ +gigue_cello_scripts = \notes{ } -gigue_cello_staff = \type Staff < +gigue_cello_staff = \context Staff < \$gigue \$gigue_cello_global \$gigue_cello_scripts @@ -43,7 +36,16 @@ gigue_cello_staff = \type Staff < \score{ \$gigue_cello_staff - \include "scs-paper.ly"; + \paper{ + \translator{ + \VoiceContext + beamAutoEnd_8 = #(make-moment 3 4) + beamAutoEnd_16 = #(make-moment 3 4) + } + } \midi{ \tempo 4 = 60; } + \header{ + opus= "" ; +piece ="Gigue"; } }