]> git.donarmstrong.com Git - lilypond.git/blobdiff - mutopia/E.Satie/gnossienne-4.ly
release: 1.3.5
[lilypond.git] / mutopia / E.Satie / gnossienne-4.ly
index e7affa3b7f14fbc8bfcba629a0530f1139f859aa..bc6c08c8696a9b7701304945087648ff2a58148d 100644 (file)
@@ -12,7 +12,7 @@
  Tested Features: cross staff auto beams and slurs, grace notes, no bars
 %}
 
-\version "1.1.66";
+\version "1.3.4";
 
 \include "nederlands.ly"
 
@@ -20,7 +20,7 @@ global = \notes {
   \key a \minor;
   \time 6/4;
   \skip 1.*34;
-  \bar ".|";
+%  \bar ".|";
 }
   
 melody = \notes\relative c''{
@@ -107,14 +107,18 @@ accompany = \notes \relative c{
 \score{
   \notes{
     \context AutoSwitchGrandStaff \relative c <
-      \global
-      \context Staff=upper { 
-        \context Voice=foo
-        \property Voice.verticalDirection = 1
-        \property Voice.scriptVerticalDirection = 1
-        \melody 
-      }
-      \context AutoSwitchContext \accompany
+      \context Staff=upper <
+        \global
+        \context Voice=foo{
+         \property Voice.verticalDirection = 1
+         \property Voice.scriptVerticalDirection = 1
+         \melody 
+        }
+      >
+      \context AutoSwitchContext <
+        \global
+       \accompany
+      >
     >
   }
   \paper {