]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/beaming-ternary-metrum.ly
*** empty log message ***
[lilypond.git] / input / regression / beaming-ternary-metrum.ly
index cced3839bcf90e4d2cd77e9677ba2538535bbe2a..1f7c3f6d74464f58e97c137a15b85f009bc235cc 100644 (file)
@@ -1,14 +1,14 @@
-#(ly:set-option 'old-relative)
-\version "1.9.1"
+
+\version "2.4.0"
 \header {
 texidoc = "Automatic beaming works also in ternary time sigs."
 }
 
 \score {
-   \notes \relative c'' {
+    \relative c'' {
 \time 6/8
  c8.[ c16 c16 c16] 
 }
-\paper { raggedright = ##t}
+\layout { raggedright = ##t}
 }