]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/pedal-bracket.ly
Merge branch 'translation' into staging
[lilypond.git] / input / regression / pedal-bracket.ly
index 007b8404799d3291243e38678004bc119b7ff4c0..b75c1eeddfe947cdcb83fc73e45b4277b83ccab4 100644 (file)
@@ -6,7 +6,8 @@
  the left side of the main note-column. If a note is shared between
  two brackets, these ends are flared.
 
-At a line-break, there are no vertical endings.  " }
+At a line-break, there are no vertical endings.  Pedal changes can
+be placed at spacer rests." }
 
 \score {
      \relative c'' {
@@ -19,7 +20,9 @@ At a line-break, there are no vertical endings.  " }
         \set Staff.pedalUnaCordaStyle = #'mixed
 
         c4 d \unaCorda e f g
-        b  | \break c b <c e,>\arpeggio \treCorde c
+        b  | \break c b <c e,>\arpeggio \treCorde c |
+        b8\sustainOn g d b <<c2 {s4 s4\sustainOff\sustainOn }>> |
+        g1
     }
     \layout { ragged-right = ##t }
 }