]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/test/pedal.ly
release: 1.3.146
[lilypond.git] / input / test / pedal.ly
index cd7398265c8e16f1c11675e75dfcb0f16c2066df..3b21563bbcb63a711ba44dea8f7340bafe878dda 100644 (file)
@@ -1,14 +1,23 @@
+\version "1.3.146"
+\header{
+texidoc = "Piano pedal symbols merge stop and start.  The strings are configurable. "
+}
+
+
+
+
 \score{
-\context Staff \notes\relative c{
-c\sustaindown d e f\sustainup g\sustaindown b c
-c,\sustainup\sustaindown d e f \sustainup g\sustaindown b c
-\property Staff.stopStartSustain = #"-P"
-\property Staff.startSustain = #"P"
-c,\sustainup\sustaindown d e f \sustainup g\sustaindown b c
+\context Staff \notes\relative c'{
+c4\sustainDown d e f\sustainUp g\sustainDown b c
+c, [d16 \sustainUp \sustainDown c  c c] [e e \sustainUp \sustainDown e e ] f4 \sustainUp g\sustainDown b c
+\property Staff.pedalSustainStrings = #'("-" "-P" "P")
+\property Staff.SustainPedal \override #'padding = #2
+c, \sustainUp\sustainDown d e f
+ \sustainUp g\sustainDown b c
 }
 \paper{
 }
 \midi{
-\tempo 4 = 60;
+\tempo 4 = 60
 }
 }