]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/dynamics-unbound-hairpin.ly
Imported Upstream version 2.16.0
[lilypond.git] / input / regression / dynamics-unbound-hairpin.ly
index c9c54a56ae2b404987e5b8322c9c09f76542a789..526a462cda9bbdf7877b5a2ae4968bd92ef189fc 100644 (file)
@@ -1,13 +1,14 @@
-\version "2.3.22"
+\version "2.16.0"
 
 \header {
 texidoc = "Crescendi may start off-notes, however, they should  not collapse into flat lines."
 }
+\layout { ragged-right = ##t}
 
-\score {  { \context  Voice { 
-  << f''1 { s4 s4 \< s4\! \> s4\! } >>
-}}
 
-\layout { raggedright = ##t}
+\context  Voice { 
+  << f''1 { s4 s4 \< s4\! \> s4\! } >>
 }
 
+
+