]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/spacing-bar-whole-measure.ly
Split WWW target in two stages WWW-1 and WWW-2
[lilypond.git] / input / regression / spacing-bar-whole-measure.ly
1 \header{
2   texidoc = "Notes that fill a whole measure are preceded by extra space. "
3   
4   }
5
6 \version "2.11.10"
7
8 \layout{
9   ragged-right=##t
10 }
11
12 \new Staff \relative {
13   \override Score.NonMusicalPaperColumn #'stencil = #ly:paper-column::print
14   \override Score.NonMusicalPaperColumn #'layer = #1
15   
16   \time 4/4
17   s1
18   c2. c4
19   \time 3/4
20   s2.
21   c2.
22 }