+++ /dev/null
-\header {
-texidoc="apparently added in 1.5.2 -- what about it?"
-}
-\version "1.3.148"
-
-\score {\notes \relative c'' <
-\context Staff = SA { \times 6/7 { [c8 c c c c c c] } }
-\context Staff = SB { \times 6/6 { [c c c c c c] } }
->
-
-\paper { linewidth = -1. }
-}
+++ /dev/null
-\header {
-
-texidoc="
-
- c ~ cis gets tied
-
-"
-}
-
- \score {
- \context Staff \context Voice = i {
- \notes\relative c'' { <c4 g' es'>~<cis4 gis' e'> }
- }
- }
+++ /dev/null
-\version "1.3.146"
-
-%{
-Have some fun beam quanting
-%}
-
-% no y quantising
-#(define (beam-vertical-position-quants m dy) '())
-
-% rediculous dy quanting
-#(define beam-height-quants '(0 4))
-
-\score {
- \notes\relative c'{
- c8 c c c
- c8 e g a
- c,8 f b e
- }
-}