]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/spacing-loose-polyphony.ly
Run scripts/auxiliar/update-with-convert-ly.sh
[lilypond.git] / input / regression / spacing-loose-polyphony.ly
1 \version "2.16.0"
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 c' {
11     \times 2/3 { g'4 a2 }
12   }
13   \new Staff \relative c' {
14     \clef bass fis,,8 cis'
15     \clef treble g'' fis,
16   }
17 >>