]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/pedal-bracket.ly
robustness: handle floating grace attached across line breaks. Fixes #203
[lilypond.git] / input / regression / pedal-bracket.ly
index afa98a889081b159de6b731abc22843254a3dc3b..b4b8ef487c85b0c1f06f0b35ca2974fe5b68771c 100644 (file)
@@ -1,4 +1,4 @@
-\version "2.7.13"
+\version "2.10.0"
 
 \header {
 
@@ -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
     }
-    \layout { raggedright = ##t }
+    \layout { ragged-right = ##t }
 }