]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/test/dynamic-extra.ly
bump .ly \version to 2.10.0
[lilypond.git] / input / test / dynamic-extra.ly
index 0a3c72456252acb7d41f91085db1c1583fa587d7..e2f25f7d90df0427002414d23de73440c223d71b 100644 (file)
@@ -1,21 +1,23 @@
 
-\version "2.1.28"
+\version "2.10.0"
 % probably should be merged into refman.
 \header{
     texidoc = "@cindex Dynamic Piu Forte
-Più forte dynamics is produced using @code{\markup}. " }
+Più forte dynamics is produced using @code{\markup}. " }
 
-piuf = \markup {  \italic "pi\\`u" \dynamic "f" }
+piuf = \markup {  \italic "più" \dynamic "f" }
 
-\score{
-    \notes\relative c''{
-       c-\piuf
-       c
-       c2\< c2\!
-       
-       c2\< c2\!
-       }
-\paper{raggedright = ##t}
-    }
+\layout{ragged-right = ##t}
 
+\relative c''{
+  c-\piuf
+  c
+  c2\< c2\!
+  
+  c2\< c2\!
+}
 
+
+%% Local Variables:
+%% coding: utf-8
+%% End: