]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/hairpin-ending.ly
Bugfix
[lilypond.git] / input / regression / hairpin-ending.ly
index 76640a9f66eace1c024e85c9365512a9ecb3af9e..29478cf3802a1986d248b6caed97439b1682f453 100644 (file)
@@ -1,5 +1,5 @@
 
-\version "2.2.0"
+\version "2.4.0"
 
 \header {
 
@@ -11,7 +11,7 @@ into them."
 
 
 \score {
-\notes \relative c'' { c4 \> c4 c4\! c4_\ff \> c4 c4\!\p }
-\paper { raggedright = ##t} 
+ \relative c'' { c4 \> c4 c4\! c4_\ff \> c4 c4\!\p }
+\layout { raggedright = ##t} 
 }