X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fmutopia%2FE.Satie%2Fpetite-ouverture-a-danser.ly;h=6d0047e469c53e60da35cf74a8e5b3aaf11b645f;hb=5c14a087ca6cbd665fd631452b7b1283ba0387c3;hp=d795d256d55a6a4368c2e6cd443e5b9121465ace;hpb=70048d99398924e7ca0eb481925145ec243700c5;p=lilypond.git diff --git a/input/mutopia/E.Satie/petite-ouverture-a-danser.ly b/input/mutopia/E.Satie/petite-ouverture-a-danser.ly index d795d256d5..6d0047e469 100644 --- a/input/mutopia/E.Satie/petite-ouverture-a-danser.ly +++ b/input/mutopia/E.Satie/petite-ouverture-a-danser.ly @@ -1,18 +1,15 @@ -#(ly:set-option 'old-relative) \header { - title = "Petite Ouverture \\`a danser" - subtitle = "4" - source = "" - composer = "Erik Satie (1866-1925)" - enteredby = "jcn" - copyright = "Public Domain" + title = "Petite Ouverture à danser" + subtitle = "4" + source = "" + composer = "Erik Satie (1866-1925)" + enteredby = "jcn" + copyright = "Public Domain" } -\version "1.9.4" +\version "2.11.61" -\include "nederlands.ly" - -global = \notes { +global = { \key a \minor \time 2/4 s2*10 @@ -33,8 +30,7 @@ global = \notes { \bar "|." } -i = \context Staff \notes\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 | @@ -61,8 +57,7 @@ i = \context Staff \notes\relative c''{ } -ii = \context Staff \notes\relative c'{ - \context Voice=ii +ii = \context Staff \relative c'\new Voice{ \voiceTwo r8 r | r r | r r | @@ -81,9 +76,9 @@ ii = \context Staff \notes\relative c'{ r r | r r | r r | r r | - \translator Staff=bass\voiceOne + \change Staff=bass\voiceOne r r r | r - \translator Staff=treble\voiceTwo + \change Staff=treble\voiceTwo r r | r r | r r | r r | @@ -99,8 +94,7 @@ ii = \context Staff \notes\relative c'{ } -lower = \context Staff \notes \relative c{ - \context Voice=iii +lower = \context Staff \relative c \new Voice{ 4 | r | | r | | r | | @@ -128,31 +122,36 @@ lower = \context Staff \notes \relative c{ } \score { - \context GrandStaff << - \context Staff = treble << - \global - \clef violin - \i - \ii - >> - \context Staff = bass << - \global - \clef bass - \lower - >> + \context PianoStaff << + \new Staff = "treble" << + \global + \clef violin + \i + \ii + >> + \new Staff = "bass" << + \global + \clef bass + \lower + >> >> - - \paper { - \translator{ - \VoiceContext - Slur \override #'attachment = #'(stem . stem) - autoBeamSettings \override #'(end 1 8 * *) = #(ly:make-moment 1 4) - autoBeamSettings \override #'(end 1 16 * *) = #(ly:make-moment 1 4) + \layout { + \context { + \Score + \override SpacingSpanner #'spacing-increment = #3 + } } - } + \midi { - \tempo 4 = 60 - } -} + \context { + \Score + tempoWholesPerMinute = #(ly:make-moment 60 4) + } + } + +} +%% Local Variables: +%% coding: utf-8 +%% End: