]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/spacing-loose-polyphony.ly
Issue 5167/6: Changes: show \markup xxx = ... \etc assignments
[lilypond.git] / input / regression / spacing-loose-polyphony.ly
1 \version "2.19.21"
2
3 \header {
4   texidoc = "Loose columns (here, the treble clef) are spaced
5 correctly in polyphonic music.
6 "
7 }
8
9 \new PianoStaff <<
10   \new Staff \relative {
11     \tuplet 3/2 { g'4 a2 }
12   }
13   \new Staff \relative {
14     \clef bass fis,8 cis'
15     \clef treble g'' fis,
16   }
17 >>