]> git.donarmstrong.com Git - lilypond.git/commitdiff
lilypond-1.2.11
authorfred <fred>
Tue, 26 Mar 2002 22:26:52 +0000 (22:26 +0000)
committerfred <fred>
Tue, 26 Mar 2002 22:26:52 +0000 (22:26 +0000)
input/test/different-time-signatures.ly

index f7d7624d573d44345ac699f87d74de2bc63eed75..8b33afe9825e14d28e4533884c998934d3a69b51 100644 (file)
@@ -1,17 +1,28 @@
+
+% barline spacing  disrupts visual rhythm.
+
+\scm "(set! space-alist (assoc-set! space-alist '(\"Staff_bar\" \"begin-of-note\") '(minimum_space 0.0)))";
+\scm "(set! space-alist (assoc-set! space-alist '(\"\" \"Staff_bar\") '(minimum_space 0.0)))";
+
 \score{
-    <
-       \context Staff=a \notes{
+    \notes \relative c'  <
+       \context Staff= AS {
            \time 3/4;
            c4 c c | c c c |
        }
-       \context Staff=b \notes{
+       \context Staff=BS {
            \time 2/4;
            c4 c | c c | c c
        }
+       % TODO: make c4. here align  with c4 there.
+       \context Staff =CS {
+           \time 3/8;
+           c4. c8 c c   c4. c8 c c
+       }
     >
 
     \paper{
-       linelength = -1.0\cm;
+       linewidth = -1.0\cm;
        \translator{
            \ScoreContext
            \remove Timing_engraver;