]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/bend-dot.ly
Imported Upstream version 2.16.0
[lilypond.git] / input / regression / bend-dot.ly
index 4b55de5cd431cc42e23e62c28a8bcd6e209004bd..26ae2aff3ed86621a549aaed914228fda8e56eb6 100644 (file)
@@ -1,8 +1,12 @@
-\version "2.11.2"
+\version "2.16.0"
 \header {
   texidoc  = "Bends avoid dots, but only if necessary."
 }
 
+\paper {
+  ragged-right = ##t
+}
+
 \score {
   <<
     \new Staff \relative c' {
@@ -13,7 +17,3 @@
     }
   >>
 }
-
-\paper {
-  ragged-right = ##t
-}