Consider accidentals in optical spacing correction.
[lilypond.git] / input / regression / spacing-bar-whole-measure.ly
blobeac6426ea6f12ea5e1e62b3ada0e3afd5ebb644d
1 \header{
2 texidoc = "Notes that fill a whole measure are preceded by extra space. "
6 \version "2.12.0"
8 \layout{
9 ragged-right=##t
12 \new Staff \relative {
13 \override Score.NonMusicalPaperColumn #'stencil = #ly:paper-column::print
14 \override Score.NonMusicalPaperColumn #'layer = #1
16 \time 4/4
18 c2. c4
19 \time 3/4
20 s2.
21 c2.
22 \override Score.NonMusicalPaperColumn #'full-measure-extra-space = #3.0
23 s2.
24 c2.