]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/test/crescendi.ly
*** empty log message ***
[lilypond.git] / input / test / crescendi.ly
index 3d4774187581c5b1e91c97259b5d1728fc976652..ff08cc868144489d25b685c2c1339c75e36353b2 100644 (file)
@@ -1,17 +1,23 @@
+
+\version "2.1.22"
+\header{
+       texidoc="@cindex Crescendi
+LilyPond can print crescendi in a number of different ways.
+" }
 \score{
 \notes\relative c''{
-a1\fff\< \!a
-a\> \!a
-\property Voice.crescendoText = "cresc."
-\property Voice.crescendoSpanner = "dashed-line"
-a\mf\cresc \endcresc a
-%a\decresc \enddecresc a
-a1\< \!a
-a\> \!a
+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;
+\tempo 1 = 60
 }
 }
+