]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/test/ancient-time.ly
Merge branch 'master' of ssh://hanwen@repo.or.cz/srv/git/lilypond into master-hanwen
[lilypond.git] / input / test / ancient-time.ly
index b23c17c54a91cec374b200aabb02cb126aaf211b..798de99feeeb0c88b4e7ea857163b0738b7d3517 100644 (file)
@@ -1,4 +1,4 @@
-\version "2.1.28"
+\version "2.7.39"
 % TODO: move stuff from ancient-font into here?  See comment
 % for ancient-font.ly
 \header {
@@ -8,10 +8,10 @@ Time signatures may also be engraved in an old style.
 }
 
 \score {
-  \notes { 
-    \override Staff.TimeSignature  #'style = #'neo_mensural
+   { 
+    \override Staff.TimeSignature  #'style = #'neomensural
     s1 
   }
-       \paper {raggedright = ##t}
+       \layout {ragged-right = ##t}
 }