From: fred Date: Tue, 26 Mar 2002 22:26:52 +0000 (+0000) Subject: lilypond-1.2.11 X-Git-Tag: release/1.5.59~2133 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=902c9aec54304fba6269e072b8f7032a65dc63b7;p=lilypond.git lilypond-1.2.11 --- diff --git a/input/test/different-time-signatures.ly b/input/test/different-time-signatures.ly index f7d7624d57..8b33afe982 100644 --- a/input/test/different-time-signatures.ly +++ b/input/test/different-time-signatures.ly @@ -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;