]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/dynamics-unbound-hairpin.ly
* lily/book.cc:
[lilypond.git] / input / regression / dynamics-unbound-hairpin.ly
index b9142bf8c480dfe76513e45941c0bd0c4eefac72..0da2a7cf00fcaefd2ca79575cd20d62fb9c9aa5b 100644 (file)
@@ -1,13 +1,13 @@
-\version "1.9.8"
+\version "2.4.0"
 
 \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."
 }
 
-\score { \notes { \context  Voice { 
+\score {  { \context  Voice { 
   << f''1 { s4 s4 \< s4\! \> s4\! } >>
 }}
 
-\paper { raggedright = ##t}
+\layout { raggedright = ##t}
 }