]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/test/dynamic-extra.ly
Fix and elaborate on input/test/vertical-extent.ly (Thanks Mats).
[lilypond.git] / input / test / dynamic-extra.ly
index f49bc3ed8b394a93f1df5da1e49b2bead143133f..b3490c49dac40c50c90ab8ca2c977a7b46b8867c 100644 (file)
@@ -1,18 +1,23 @@
-\version "1.7.16"
+
+\version "2.7.39"
+% 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: