]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/test/dynamic-absolute-volume.ly
*** empty log message ***
[lilypond.git] / input / test / dynamic-absolute-volume.ly
index b52259701abd08067de92414e9fd268c9f56cdff..0aa9ae74fb29580403d4e86f6d2238d87efc93ac 100644 (file)
@@ -1,7 +1,8 @@
-\version "1.7.18"
+
+\version "2.1.30"
 \header {
     texidoc = "@cindex Dynamic Absolute Volume
-Absolute dynamics have effect in MIDI files.
+Absolute dynamics have an effect on MIDI files.
 "
 }
 
@@ -9,20 +10,19 @@ Absolute dynamics have effect in MIDI files.
 \score{
 \notes\relative c''{
 %segfault in engraver
-a1-\ppp 
-a1-\pp
-a-\p
-a-\mp
-a-\mf
-a-\f
-a-\ff
+a1\ppp 
+a1\pp
+a\p
+a\mp
+a\mf
+a\f
+a\ff
 a\fff
 a\sf
 }
-\paper{
-}
+\paper{ raggedright = ##t }
 \midi{
 \tempo 1 = 60
 }
 }
-%% new-chords-done %%
+