]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/test/crescendi.ly
* lily/align-interface.cc (find_fixed_alignment_parent): new function.
[lilypond.git] / input / test / crescendi.ly
index 846fee70970a600ff421ee330beb1e6ad93d7bae..ab8ee81b2f9644aa3d7b0f35ed0772e9569586a5 100644 (file)
@@ -1,17 +1,22 @@
-\version "1.3.146"
-
+\version "1.7.18"
+\header{
+       texidoc="@cindex Crescendi
+Lilypond can print crescendi in a number of different ways.
+" }
 \score{
 \notes\relative c''{
-a1\fff\> \!a\pp
+a1\fff\> \!a-\pp
 a\< \!a
 \property Voice.crescendoText = "cresc."
 \property Voice.crescendoSpanner = #'dashed-line
-a\mf\< a \!a 
+a-\mf\< a \!a 
 a\< \!a
 }
 \paper{
+raggedright = ##t
 }
 \midi{
 \tempo 1 = 60
 }
 }
+%% new-chords-done %%