]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/override-nest.ly
MusicXML: Change time signature in duration test file, so it looks better
[lilypond.git] / input / regression / override-nest.ly
index 7680c0b95c913e7c12e83614bab440a5f4190a6e..04460495d62547b8d8f26077abc218c3d4837526 100644 (file)
@@ -1,13 +1,14 @@
-\version "2.7.32"
-\header {
+\version "2.10.0"
 
-  texidoc = "Sublist of grob property lists may be also tuned. In the
+\header {
+  texidoc = "Sublist of grob property lists may be also tuned.  In the
 next example, the @code{beamed-lengths} property of the @code{Stem}
 grob is tweaked."
-
 }
 
 \relative {
-  \override Stem #'details #'beamed-lengths = #'(8 8 8)
-  c8[ c]
+  \override Stem #'details #'beamed-lengths = #'(6 10 8)
+  c8[ c] c16[ c] c32[ c]
+  \revert Stem #'details
+  c8[ c] c16[ c] c32[ c]
 }