]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/beaming-ternary-metrum.ly
Merge branch 'master' into dev/texi2html
[lilypond.git] / input / regression / beaming-ternary-metrum.ly
index 0c232c64ab4e25dafd60e5d1fa24dd0d709f9e53..ddc3cedf638629ef2f7b60b6a4b0daf1f267307a 100644 (file)
@@ -1,12 +1,21 @@
 
-\version "2.6.0"
+\version "2.11.51"
+
 \header {
-  texidoc = "Automatic beaming works also in ternary time sigs."
+
+  texidoc = "Automatic beaming works also in ternary time sigs. In
+  this case, the 8th is a beat, so the 16ths are split into two
+  groups.  This can be avoided by overriding @code{beatLength} to be
+  three 8th notes."
+
 }
 
+\layout { ragged-right = ##t}
+
 \relative c'' {
   \time 6/8
   c8.[ c16 c16 c16] 
+  \set beatLength = #(ly:make-moment 3 8)
+  c8.[ c16 c16 c16] 
 }
-\layout { raggedright = ##t}