]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/test/crescendi.ly
(fill_pages): New method. Try to cramp or
[lilypond.git] / input / test / crescendi.ly
index 863745a70462aed8cf20968685f523c607fe7006..8d3b61799f5e4c1f021bc66e2a081d63ca7baf09 100644 (file)
@@ -1,18 +1,23 @@
-\version "1.7.16"
 
+\version "2.1.30"
+\header{
+       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
+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 %%
+