]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/test/crescendi.ly
* scm/music-functions.scm (voicify-music): add \context Staff for
[lilypond.git] / input / test / crescendi.ly
index a224ef53e93c0e3a403818ad0d8aa1f41ff315c2..c78673d5a0c1c1886fc4b1ce399e3cd67742d129 100644 (file)
@@ -1,18 +1,23 @@
-\version "1.7.18"
 
+\version "2.1.7"
+\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."
+a1\fff\> a\pp\!
+a\< a\!
+\property Voice.crescendoText = \markup { \italic \bold "cresc." }
 \property Voice.crescendoSpanner = #'dashed-line
-a-\mf\< a \!a 
-a\< \!a
+a\mf\< a a\! 
+a\< a\!
 }
 \paper{
+raggedright = ##t
 }
 \midi{
 \tempo 1 = 60
 }
 }
-%% new-chords-done %%
+