]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/beam-extreme.ly
* ly/a4-init.ly (vsize): remove papersize init files.
[lilypond.git] / input / regression / beam-extreme.ly
index cf2154ade078565c3a2320b9ecb84b7df64a92eb..50f68d76af3437a1eee130942d84a03e3cabcad2 100644 (file)
@@ -1,15 +1,15 @@
 
-\version "1.9.2"
+\version "2.3.16"
 \header{
 texidoc="
 Beams should behave reasonably well, even under extreme circumstances.
 Stems may be short, but noteheads should never touch the beam.  Note that
 under normal circumstances, these beams would get knees here
-Beam.auto-knee-gap was set to false.
+@code{Beam.auto-knee-gap} was set to false.
 "
 }
 
-extreme = \notes\relative c'' {
+extreme = \relative c'' {
   \stemBoth
    g8[ c c,]
    c16[ c'' a f]
@@ -31,13 +31,13 @@ extreme = \notes\relative c'' {
   {
     % If we want to test extreme beams,
     % we should not have them auto-kneed
-    \property Voice.Beam \override #'auto-knee-gap = ##f
+    \override Beam  #'auto-knee-gap = ##f
     \extreme
 
 
     %% what does this test? --hwn
 %{
-    \property Voice.Beam \override #'slope-limit = #1000
+    \override Beam  #'slope-limit = #1000
     \extreme
     %}
   }