]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/beam-shortened-lengths.ly
*** empty log message ***
[lilypond.git] / input / regression / beam-shortened-lengths.ly
index 2f236419a8aa35e8cab0d720a0cb9f8e0a78fbe5..4097f7dfa19b8a3565f654d19984c95d80559b64 100644 (file)
@@ -1,18 +1,16 @@
-\version "1.7.16"
+
+\version "2.6.0"
 
 \header{
     texidoc="Beams in unnatural direction, have shortened stems, but do not look too short."
     }
 
-\score{
-    \notes\relative c'{
-       \property Voice.Beam \set #'position-callbacks =
-        #`(,Beam::least_squares
-        ,Beam::check_concave
-        ,Beam::slope_damping)
-       \stemUp
-        f'4  f8-[ f]  f16-[ f]  f32-[ f]  f64-[ f]  f128-[ f] 
-    }
-    \paper{ raggedright = ##t}
-}          
-%% new-chords-done %%
\ No newline at end of file
+\relative c'{
+  \override Beam  #'position-callbacks =
+  #`(,Beam::least_squares
+     ,Beam::check_concave
+     ,Beam::slope_damping)
+  \stemUp
+  f'4  f8[ f]  f16[ f]  f32[ f]  f64[ f]  f128[ f] 
+}
+\layout{ raggedright = ##t }