]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/mutopia/E.Satie/petite-ouverture-a-danser.ly
more conversion for dash-change.
[lilypond.git] / input / mutopia / E.Satie / petite-ouverture-a-danser.ly
index f2bef8b2b4b339eabfc356db13b1b97e3810ec1d..0b344044e71a2436051b5e59679cfc9e56c86c6e 100644 (file)
@@ -1,15 +1,13 @@
 \header {
   title = "Petite Ouverture à danser"
-  subtitle =   "4"
+  subtitle = "4"
   source = ""
   composer = "Erik Satie (1866-1925)"
   enteredby = "jcn"
   copyright = "Public Domain"
 }
 
-\version "2.4.0"
-
-\include "nederlands.ly"
+\version "2.7.32"
 
 global =  {
   \key a \minor
@@ -126,16 +124,6 @@ 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 PianoStaff <<
        \context Staff = "treble" << 
@@ -149,8 +137,6 @@ lower = \context Staff  \relative c{
            \clef bass
            \lower
        >>
-       #(override-auto-beam-setting '(end 1 8 * *)  1 4)
-       #(override-auto-beam-setting '(end 1 16 * *)  1 4)
     >>
     \layout {
        \context {
@@ -163,4 +149,6 @@ lower = \context Staff  \relative c{
     }
 }
 
-
+%% Local Variables:
+%% coding: utf-8
+%% End: