]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/beamlet-point-toward-beat.ly
Run scripts/auxiliar/update-with-convert-ly.sh
[lilypond.git] / input / regression / beamlet-point-toward-beat.ly
index 014e556b8968853c97b2f29b4f40ccd751d98172..29383578601ffe7acba983cf855e62ef95dae939 100644 (file)
@@ -1,4 +1,4 @@
-\version "2.16.0"
+\version "2.19.21"
 
 \header {
   texidoc = "
@@ -9,9 +9,9 @@ the second beam strictly follows the beat.
 }
 
 
-\relative c'' {
+\relative {
   \time 6/8
-  a8. a16 a a
+  a'8. a16 a a
   \set strictBeatBeaming = ##t
   a8. a16 a a
 }