]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/beaming-ternary-metrum.ly
new file.
[lilypond.git] / input / regression / beaming-ternary-metrum.ly
index 2553de69fdfccc2a7c1782a02a3a51b8e555c9a3..4561952d11e9a019bada5534fa93523a3ffafd5a 100644 (file)
@@ -1,13 +1,14 @@
-\version "1.7.16"
+
+\version "2.3.4"
 \header {
-texidoc = "automatic beaming also works in ternary time sigs."
+texidoc = "Automatic beaming works also in ternary time sigs."
 }
 
 \score {
-   \notes \context Staff {
+    \relative c'' {
 \time 6/8
- c8.-[ c16 c16 c16] 
+ c8.[ c16 c16 c16] 
 }
 \paper { raggedright = ##t}
 }
-%% new-chords-done %%
+