]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/test/dynamic-absolute-volume.ly
* lily/bar-line.cc (compound_barline): fix : for staff without
[lilypond.git] / input / test / dynamic-absolute-volume.ly
index 683bd2a071c0a23084aa3d37e170ed80854eb8b6..0e3891720a9f0cc071ff484523c47912c56fc636 100644 (file)
@@ -1,29 +1,28 @@
-\version "1.7.18"
-% renamed from absolute-volume.ly to dynamic-absolute-volume.ly
+
+\version "2.3.8"
 \header {
     texidoc = "@cindex Dynamic Absolute Volume
-Absolute dynamics have effect in MIDI files.
+Absolute dynamics have an effect on MIDI files.
 "
 }
 
 
 \score{
-\notes\relative c''{
+\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 %%
+