]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/pedal-bracket.ly
Make distributed tarball from Git file list
[lilypond.git] / input / regression / pedal-bracket.ly
index 007b8404799d3291243e38678004bc119b7ff4c0..0b6c171dec6fc34d02fd94835b012901b6232e38 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'' {
@@ -18,8 +19,11 @@ 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
+        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
     }
     \layout { ragged-right = ##t }
 }