]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/beaming-ternary-metrum.ly
* configure.in (reloc_b): bump fontforge requirement to 20050624.
[lilypond.git] / input / regression / beaming-ternary-metrum.ly
index 6909d1035bc7e244c32a080a96cbeea03b4ddb10..475aab238b951f5ef34f50e9cd163f76f68c0a45 100644 (file)
@@ -1,14 +1,14 @@
 
-\version "2.1.26"
+\version "2.6.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}
 }