]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/pedal-bracket.ly
Merge branch 'master' of ssh://jomand@git.sv.gnu.org/srv/git/lilypond
[lilypond.git] / input / regression / pedal-bracket.ly
index f3da680f36bb3daf0d519778c03d2b51c07a86e6..b4b8ef487c85b0c1f06f0b35ca2974fe5b68771c 100644 (file)
@@ -1,19 +1,19 @@
-\version "2.1.22"
+\version "2.10.0"
 
 \header {
 
-    texidoc = "Piano pedal brackets.  Brackets should start and end at
+    texidoc = "The brackets of a piano pedal should start and end at
  the left side of the note. If a note is shared between two brackets,
- the ends are flared.
+ these ends are flared.
 
-There are no vertical endings at a line-break.  " }
+At a line-break, there are no vertical endings.  " }
 
 \score {
-    \notes \relative c'' {
+     \relative c'' {
         \set Staff.pedalSustainStyle = #'bracket
 
         c4 d e \sustainDown b c c, \sustainUp \sustainDown  d8[ c]  e8[ 
-           e \sustainUp \sustainDown] f4 d
+           e \sustainUp \sustainDown]  f4 d
         \sustainUp g \sustainDown b b, \sustainUp c'
 
         \set Staff.pedalUnaCordaStyle = #'mixed
@@ -21,5 +21,5 @@ There are no vertical endings at a line-break.  " }
         c4 d \unaCorda e f g
         b  | \break c b c \treCorde c
     }
-    \paper { raggedright = ##t }
+    \layout { ragged-right = ##t }
 }