]> 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 552a5ddd296ff7a0b1b7b59bd830f5237fef1ad4..e2f25f7d90df0427002414d23de73440c223d71b 100644 (file)
@@ -1,18 +1,23 @@
-\version "1.7.7"
+
+\version "2.10.0"
+% probably should be merged into refman.
 \header{
-    texidoc = "Additional tricks for dynamics.  Pi`u forte dynamic script"
-}
+    texidoc = "@cindex Dynamic Piu Forte
+Più forte dynamics is produced using @code{\markup}. " }
+
+piuf = \markup {  \italic "più" \dynamic "f" }
 
-piuf = \markup {  \italic "pi\\`u" \dynamic "f" }
+\layout{ragged-right = ##t}
+
+\relative c''{
+  c-\piuf
+  c
+  c2\< c2\!
+  
+  c2\< c2\!
+}
 
-\score{
-    \notes\relative c''{
-       c-\piuf
-       c
-       c2\< \! c2
-       
-       c2\< \! c2
-       }
-    }
 
-%% new-chords-done %%
+%% Local Variables:
+%% coding: utf-8
+%% End: