]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/mutopia/E.Satie/petite-ouverture-a-danser.ly
* scm/output-gnome.scm (placebox): Shield affine-relative.
[lilypond.git] / input / mutopia / E.Satie / petite-ouverture-a-danser.ly
index 440503a804926ca6641576302b67654422601f0d..bd446a7930171f9bc264a64ca43a8cfda99e41a3 100644 (file)
@@ -126,32 +126,42 @@ lower = \context Staff  \relative c{
 
 }
 
+%% FIXME: this triggers:
+%%
+%%input/mutopia/E.Satie/petite-ouverture-a-danser.ly:148:9: fout: syntax error, unexpected PAPER:
+%%    \pape
+%%         r { }
+%%\new Score \with {
+%%    \override SpacingSpanner #'spacing-increment = #3
+%%} {
+
+
 \score {
-    \context GrandStaff <<
-      \context Staff = treble << 
-        \global 
-        \clef violin
-       \i
-       \ii
-      >>
-      \context Staff = bass <<
-        \global
-       \clef bass
-        \lower
-      >>
-           \override Slur #'attachment = #'(stem . stem)
-           #(override-auto-beam-setting '(end 1 8 * *)  1 4)
-           #(override-auto-beam-setting '(end 1 16 * *)  1 4)
+    \context PianoStaff <<
+       \context Staff = treble << 
+           \global 
+           \clef violin
+           \i
+           \ii
+       >>
+       \context Staff = bass <<
+           \global
+           \clef bass
+           \lower
+       >>
+       \override Slur #'attachment = #'(stem . stem)
+       #(override-auto-beam-setting '(end 1 8 * *)  1 4)
+       #(override-auto-beam-setting '(end 1 16 * *)  1 4)
     >>
-
-  \paper {
-    \context{
-           \Voice
+    \paper {
+       \context {
+           \Score
+           \override SpacingSpanner #'spacing-increment = #3
+       }
+    }
+    \midi {
+       \tempo 4 = 60
     }
-  }
-  \midi {
-    \tempo 4 = 60
-  }
 }