]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/mutopia/E.Satie/petite-ouverture-a-danser.ly
Fix some bugs in the dynamic engraver and PostScript backend
[lilypond.git] / input / mutopia / E.Satie / petite-ouverture-a-danser.ly
index f2bef8b2b4b339eabfc356db13b1b97e3810ec1d..2981559188276a24cc74900dd15c49754589ccfe 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.39"
 
 global =  {
   \key a \minor
@@ -32,8 +30,7 @@ global =  {
   \bar "|."
 }
   
-i = \context Staff \relative c''{
-  \context Voice = "i"
+i = \context Staff \relative c''\new Voice {
   \voiceOne
 
   c8.( es16 bes4 ~ |  bes8) r c8.( bes16 | des4 c8. bes16 | c4 ~  c8) r |
@@ -60,8 +57,7 @@ i = \context Staff \relative c''{
   
 }
 
-ii = \context Staff \relative c'{
-  \context Voice = "ii"
+ii = \context Staff \relative c'\new Voice{
   \voiceTwo
 
   r8 <es as> r <des f> | r <es g> r <es as> | r <f as> r <f as> |
@@ -98,8 +94,7 @@ ii = \context Staff \relative c'{
  
 }
 
-lower = \context Staff  \relative c{
-  \context Voice = "iii"
+lower = \context Staff  \relative c \new Voice{
 
   <as as'>4 <es es'> | r <as as'> | <des, des'> <f f'> | <c c'> r |
   <as as'> <des des'> | <bes bes'> r | <des des'> <bes bes'> |
@@ -126,31 +121,19 @@ 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" << 
+       \new Staff = "treble" << 
            \global 
            \clef violin
            \i
            \ii
        >>
-       \context Staff = "bass" <<
+       \new Staff = "bass" <<
            \global
            \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 +146,6 @@ lower = \context Staff  \relative c{
     }
 }
 
-
+%% Local Variables:
+%% coding: utf-8
+%% End: