]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/pedal-bracket.ly
Release: bump Welcome versions.
[lilypond.git] / input / regression / pedal-bracket.ly
index b75c1eeddfe947cdcb83fc73e45b4277b83ccab4..e4cffe9494e91917da5dc31e584db0b20e983a3b 100644 (file)
@@ -1,4 +1,4 @@
-\version "2.14.0"
+\version "2.19.21"
 
 \header {
 
@@ -10,17 +10,18 @@ At a line-break, there are no vertical endings.  Pedal changes can
 be placed at spacer rests." }
 
 \score {
-     \relative c'' {
+     \relative {
         \set Staff.pedalSustainStyle = #'bracket
 
-        c4 d <e f b,> \sustainOn b c c, \sustainOff \sustainOn  d8[ c]  e8[
+        c''4 d <e f b,> \sustainOn b c c, \sustainOff \sustainOn  d8[ c]  e8[
             e \sustainOff \sustainOn]  f4 r \sustainOff
             g \sustainOn bes bes, \sustainOff c'
 
         \set Staff.pedalUnaCordaStyle = #'mixed
 
-        c4 d \unaCorda e f g
-        b  | \break c b <c e,>\arpeggio \treCorde c |
+        c4 d \unaCorda e f g b \break
+        \mark "long mark"
+        c b <c e,>\arpeggio \treCorde c |
         b8\sustainOn g d b <<c2 {s4 s4\sustainOff\sustainOn }>> |
         g1
     }