Issue 674: a \score with a TabStaff isn't spaced like a \score with a Staff
http://code.google.com/p/lilypond/issues/detail?id=674

New issue report by v.villenave:
%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"
 }
}


Issue attributes:
        Status: Accepted
        Owner: v.villenave
        Labels: Type-Defect Priority-Low

--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings


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

Reply via email to