]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/dynamics-unbound-hairpin.ly
Merge branch 'master' into dev/texi2html
[lilypond.git] / input / regression / dynamics-unbound-hairpin.ly
index 1cbe39fd04c59cb8f9bcb12350d8b5c095418057..0f8ecf6ea86e4a86c54215eb0d84040e7171fe88 100644 (file)
@@ -1,13 +1,14 @@
-\version "1.9.2"
+\version "2.11.51"
 
 \header {
-texidoc = "Crescendi may start off-notes. In that case, they should  not collapse into flat lines."
+texidoc = "Crescendi may start off-notes, however, they should  not collapse into flat lines."
 }
+\layout { ragged-right = ##t}
 
-\score { \notes { \context  Voice { 
-  < f''1 { s4 s4 \< s4\! \> s4\! } >
-}}
 
-\paper { raggedright = ##t}
+\context  Voice { 
+  << f''1 { s4 s4 \< s4\! \> s4\! } >>
 }
 
+
+