]> 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 2affdc49febaf7b2b049b3ab432069af5483449f..0da2a7cf00fcaefd2ca79575cd20d62fb9c9aa5b 100644 (file)
@@ -1,13 +1,13 @@
-\version "2.1.28"
+\version "2.4.0"
 
 \header {
 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}
 }