diff options
author | Keith OHara <k-ohara5a5a@oco.net> | 2012-08-27 22:58:10 -0700 |
---|---|---|
committer | Keith OHara <k-ohara5a5a@oco.net> | 2012-09-02 22:39:24 -0700 |
commit | 02ad036711aa66a3e9b87f29ee0e5aa0da733a06 (patch) | |
tree | 9b05e409729b153124f23bc4db26b3a23e483674 /input | |
parent | dda8739f019fad832b2c59aa5675a42717c15637 (diff) |
Ledger-line-spanner: symmetric extents; issue 2493
Diffstat (limited to 'input')
-rw-r--r-- | input/regression/compound-time-signatures.ly | 1 | ||||
-rw-r--r-- | input/regression/tablature-full-notation.ly | 2 |
2 files changed, 3 insertions, 0 deletions
diff --git a/input/regression/compound-time-signatures.ly b/input/regression/compound-time-signatures.ly index 0fb7730f4d..48170ffcab 100644 --- a/input/regression/compound-time-signatures.ly +++ b/input/regression/compound-time-signatures.ly @@ -16,6 +16,7 @@ as @code{\\compoundMeter #'((3 2 8))} or shorter \relative c' { + \override Staff.TimeSignature #'break-visibility = #'#(#f #t #t) \compoundMeter #'(1 2 3 4 8) \repeat unfold 10 c8 \repeat unfold 20 c16 \break diff --git a/input/regression/tablature-full-notation.ly b/input/regression/tablature-full-notation.ly index 2fbe808836..a1acd8bc4c 100644 --- a/input/regression/tablature-full-notation.ly +++ b/input/regression/tablature-full-notation.ly @@ -27,6 +27,8 @@ tabstuff = { \bar "|." } +#(set-global-staff-size 18) + \score { << \new Staff { \clef "G_8" \tabstuff } |