]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/test/pedal.ly
update syntax in .ly files.
[lilypond.git] / input / test / pedal.ly
index d37df65ba2f24ed0f68c416f1c3aafeeb02b1f75..741ce9a4378f5999a7468e373b2c5ba45f68b68b 100644 (file)
@@ -1,4 +1,4 @@
-\version "1.5.68"
+\version "1.7.6"
 \header{
     texidoc = "Piano pedal symbols merge stop and start.  The strings are configurable. 
 Text style, bracket style, and a mixture of both are supported.  "
@@ -11,18 +11,18 @@ Text style, bracket style, and a mixture of both are supported.  "
     \context Staff \notes\relative c'{
 
        c4 d e f g
-       \sustainDown b c
-       c, [d16  c  c c] [e e \sustainUp \sustainDown e e ] f4 \sustainUp 
-       g\sustainDown  b \sustainUp c 
+       -\sustainDown b c
+       c, [d16  c  c c] [e e -\sustainUp -\sustainDown e e ] f4 -\sustainUp 
+       g-\sustainDown  b -\sustainUp c 
        \property Staff.pedalSustainStrings = #'("-" "-P" "P")
        \property Staff.SustainPedal \override #'padding = #-2
-       c, \sustainDown d e \sustainUp \sustainDown f
-       \sustainUp g b c
+       c, -\sustainDown d e -\sustainUp -\sustainDown f
+       -\sustainUp g b c
 
        \property Staff.SustainPedal \override #'pedal-type = #'bracket
 
-       c4 d e \sustainDown b c c, \sustainUp \sustainDown [d8 c] [e8 e \sustainUp \sustainDown] f4 d
-       \sustainUp g \sustainDown b b, \sustainUp c'
+       c4 d e -\sustainDown b c c, -\sustainUp -\sustainDown [d8 c] [e8 e -\sustainUp -\sustainDown] f4 d
+       -\sustainUp g -\sustainDown b b, -\sustainUp c'
 
        \property Staff.UnaCordaPedal \override #'pedal-type = #'mixed
 
@@ -37,3 +37,4 @@ Text style, bracket style, and a mixture of both are supported.  "
        \tempo 4 = 60
     }
 }
+%% new-chords-done %%