]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/test/dynamic-extra.ly
* input/mutopia/W.A.Mozart/mozart-hrn-3.ly: Mozart died in 1791
[lilypond.git] / input / test / dynamic-extra.ly
index 141e2ddda030470fe0f4c24d8d62574ac2f66326..558bcbb6760b32d40e806bae11b2cef68ca0aa14 100644 (file)
@@ -1,8 +1,9 @@
-\version "1.7.18"
+
+\version "2.1.30"
 % probably should be merged into refman.
 \header{
     texidoc = "@cindex Dynamic Piu Forte
-Additional tricks for dynamics.  Pi`u forte dynamic script. " }
+PiĆ¹ forte dynamics is produced using @code{\markup}. " }
 
 piuf = \markup {  \italic "pi\\`u" \dynamic "f" }
 
@@ -10,10 +11,11 @@ piuf =      \markup {  \italic "pi\\`u" \dynamic "f" }
     \notes\relative c''{
        c-\piuf
        c
-       c2\< \! c2
+       c2\< c2\!
        
-       c2\< \! c2
+       c2\< c2\!
        }
+\paper{raggedright = ##t}
     }
 
-%% new-chords-done %%
+