]> git.donarmstrong.com Git - lilypond.git/blobdiff - mutopia/E.Satie/petite-ouverture-a-danser.ly
release: 1.3.111
[lilypond.git] / mutopia / E.Satie / petite-ouverture-a-danser.ly
index 67b645ef5491b1fd8f7195b250fbe80509577128..8e8f34d0e84c34105a0463dd9ddd491ee33881e3 100644 (file)
@@ -12,7 +12,7 @@
  Tested Features:
 %}
 
-\version "1.0.14";
+\version "1.3.110";
 
 \include "nederlands.ly"
 
@@ -34,12 +34,12 @@ global = \notes {
   \bar "||";
   \time 2/4;
   s2*18
-  \bar ".|";
+  \bar "|.";
 }
   
-i = \type Staff \notes\relative c''{
-  \type Voice=i
-  \stemup
+i = \context Staff \notes\relative c''{
+  \context Voice=i
+  \stemUp
 
   c8.( es16 bes4 ~ | )bes8 r c8.( bes16 | des4 c8. bes16 | c4 ~ ) c8 r |
   c4( f,8. as16 | bes4 ~ )bes8 r | f8.( es16 f4 | es )f |
@@ -65,9 +65,9 @@ i = \type Staff \notes\relative c''{
   
 }
 
-ii = \type Staff \notes\relative c'{
-  \type Voice=ii
-  \stemdown
+ii = \context Staff \notes\relative c'{
+  \context Voice=ii
+  \stemDown
 
   r8 <es as> r <des f> | r <es g> r <es as> | r <f as> r <f as> |
   r <es g> r <es g> | r <es as> r <as, des> | r <des f> r <des f> |
@@ -85,9 +85,9 @@ ii = \type Staff \notes\relative c'{
   r <cis e> r <cis e> | r <b d> r <a d> | r <g b> r <a cis> |
   r <a cis> r <a cis> |
 
-  \translator Staff=bass\stemup
+  \translator Staff=bass\stemUp
   r <g b> r <fis a> r <fis a> | r <g bes>
-  \translator Staff=treble\stemdown
+  \translator Staff=treble\stemDown
   r <a c> r <a d> |
 
   r <bes d> r <bes d> | r <g c> r <bes d> | r <c es> r <d g> |
@@ -103,8 +103,8 @@ ii = \type Staff \notes\relative c'{
  
 }
 
-lower = \type Staff \notes \relative c{
-  \type Voice=iii
+lower = \context Staff \notes \relative c{
+  \context Voice=iii
 
   <as4 as'> <es es'> | r <as as'> | <des, des'> <f f'> | <c c'> r |
   <as as'> <des des'> | <bes bes'> r | <des des'> <bes bes'> |
@@ -132,14 +132,14 @@ lower = \type Staff \notes \relative c{
 }
 
 \score {
-    \type GrandStaff < 
-      \type Staff = treble < 
+    \context GrandStaff < 
+      \context Staff = treble < 
         \global 
         \clef violin;
        \i
        \ii
       >
-      \type Staff = bass <
+      \context Staff = bass <
         \global
        \clef bass;
         \lower
@@ -152,8 +152,8 @@ lower = \type Staff \notes \relative c{
     \translator{ \OrchestralScoreContext }
     \translator{
            \VoiceContext
-           beamAutoEnd_8 = "1/4";
-           beamAutoEnd_16 = "1/4";
+           autoBeamSettings \override #'(end 1 8 * *) = #(make-moment 1 4)
+           autoBeamSettings \override #'(end 1 16 * *) = #(make-moment 1 4)
     }
   }
   \midi {