I'm not top posting.

%Reported on the German lilypond forum
%The vertical spacing between TabStaff instantiations
%is smaller than between Staff instantiations.




\score {
 { c'4 d' e' f' g'1 }
 \header {
   piece = "Titel 1"
 }
}
\score {
 \new TabStaff {
   c'4 d' e' f' g'1
 }
 \header {
   piece = "Titel 2"
 }
}
\score {
 { c'4 d' e' f' g'1 }
 \header {
   piece = "Titel 3"
 }
}


_______________________________________________
bug-lilypond mailing list
bug-lilypond@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-lilypond

Reply via email to