]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/test/crescendi.ly
*** empty log message ***
[lilypond.git] / input / test / crescendi.ly
index 35a224794ca8fbae07658e25247048a3e8458945..b44b7bf40cbb90f4ec5804a144f040d93935d7da 100644 (file)
@@ -1,21 +1,23 @@
-\version "1.7.18"
+
+\version "2.3.4"
 \header{
-       texinfo="@cindex Crescendi
-Lilypond can print crescendi in a number of different ways.
+       texidoc="@cindex Crescendi
+Crescendi can be printed in a number of different ways.
 " }
 \score{
-\notes\relative c''{
-a1\fff\> \!a-\pp
-a\< \!a
-\property Voice.crescendoText = "cresc."
-\property Voice.crescendoSpanner = #'dashed-line
-a-\mf\< a \!a 
-a\< \!a
+\relative c''{
+a1\fff\> a\pp\!
+a\< a\!
+\set crescendoText = \markup { \italic \bold "cresc." }
+\set crescendoSpanner = #'dashed-line
+a\mf\< a a\! 
+a\< a\!
 }
 \paper{
+raggedright = ##t
 }
 \midi{
 \tempo 1 = 60
 }
 }
-%% new-chords-done %%
+