]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/pedal-bracket.ly
* input/regression/markup-syntax.ly: remove \score.
[lilypond.git] / input / regression / pedal-bracket.ly
index 8913e85199c10bbea2f7fca065ff84ab16282aab..37e796997c743763bdcc15769494c752f5860306 100644 (file)
@@ -1,4 +1,4 @@
-\version "2.1.22"
+\version "2.4.0"
 
 \header {
 
@@ -9,7 +9,7 @@
 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[ 
@@ -21,5 +21,5 @@ At a line-break, there are no vertical endings.  " }
         c4 d \unaCorda e f g
         b  | \break c b c \treCorde c
     }
-    \paper { raggedright = ##t }
+    \layout { raggedright = ##t }
 }