]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/beam-concave-chord.ly
Run scripts/auxiliar/update-with-convert-ly.sh
[lilypond.git] / input / regression / beam-concave-chord.ly
index f02962d9013f3bd9f6643e6c850d766f57a61be3..6b173a7b1b1705a8ad034843d140ce43bd4087bb 100644 (file)
@@ -1,14 +1,14 @@
-\version "2.16.0"
+\version "2.19.21"
 \header {
 texidoc = "Concave beaming works for chords as well as monophonic
 music.
 "
 }
 
-morgenliedBeam = \relative c'' \new Voice {
+morgenliedBeam = \relative \new Voice {
   \time 3/8
   % morgenlied
-  c16 b c e g <e b'> |
+  c''16 b c e g <e b'> |
   \stemUp
   c16 b c e g <e b'> |
 }
@@ -37,10 +37,10 @@ nonHorizontalBeams = {
 
 #(define (<> x y) (not (= x y)))
 mustBeHorizontal = {
-  \override Staff.Beam #'positions = #(check-slope-callbacks =)
+  \override Staff.Beam.positions = #(check-slope-callbacks =)
 }
 mustNotBeHorizontal = {
-  \override Staff.Beam #'positions = #(check-slope-callbacks <>)
+  \override Staff.Beam.positions = #(check-slope-callbacks <>)
 }
 
 \new Voice {