]> git.donarmstrong.com Git - lilypond.git/blob - input/bugs/empty.ly
release: 1.3.126
[lilypond.git] / input / bugs / empty.ly
1 %
2 % empty bars?
3 %
4 \score{
5 \context Staff \notes\relative c''{
6 \property Staff.defaultBarType = #""
7 c1 c
8 \property Staff.defaultBarType = #"empty"
9 c1 c
10 }
11 \paper{
12 }
13 \midi{
14 \tempo 1 = 60;
15 }
16 }