]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/test/crescendi.ly
remove bogus docstring.
[lilypond.git] / input / test / crescendi.ly
index 5a7e44eba33c4a732fc6194fe4fe9094fc7fe038..62114511b344c5f2c6f9f5189496dd5003fc68ea 100644 (file)
@@ -1,15 +1,23 @@
+
+\version "1.9.8"
+\header{
+       texidoc="@cindex Crescendi
+LilyPond can print crescendi 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
+a1\fff\> a\pp\!
+a\< a\!
+\property Voice.crescendoText = \markup { \italic \bold "cresc." }
+\property Voice.crescendoSpanner = #'dashed-line
+a\mf\< a a\! 
+a\< a\!
 }
 \paper{
+raggedright = ##t
 }
 \midi{
-\tempo 1 = 60;
+\tempo 1 = 60
 }
 }
+