]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/pedal-bracket.ly
don't set callback if staff-position set. Fixes #126.
[lilypond.git] / input / regression / pedal-bracket.ly
index ed5377c5c9f7d748cfd89b319a684b269f5184d1..52606ffcdcd2150f06a4983ad8a20c172c67d2a2 100644 (file)
@@ -1,4 +1,4 @@
-\version "2.3.16"
+\version "2.7.39"
 
 \header {
 
@@ -13,7 +13,7 @@ At a line-break, there are no vertical endings.  " }
         \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 @@ 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 { ragged-right = ##t }
 }