]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/beaming-ternary-metrum.ly
* flower/include/std-vector.hh (insert): Remove, replace by
[lilypond.git] / input / regression / beaming-ternary-metrum.ly
index 878c26ae49d84145c67f95e0c34ddac070133cf6..63efc88908edb284580207696479ebace2b7e800 100644 (file)
@@ -1,14 +1,12 @@
 
-\version "1.9.2"
+\version "2.7.13"
 \header {
-texidoc = "Automatic beaming works also in ternary time sigs."
+  texidoc = "Automatic beaming works also in ternary time sigs."
 }
+\layout { raggedright = ##t}
 
-\score {
-   \notes \relative c'' {
-\time 6/8
- c8.[ c16 c16 c16] 
-}
-\paper { raggedright = ##t}
+\relative c'' {
+  \time 6/8
+  c8.[ c16 c16 c16] 
 }