bug-lilypond
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Issue 674 in lilypond: a \score with a TabStaff isn't spaced like a \sco


From: codesite-noreply
Subject: Issue 674 in lilypond: a \score with a TabStaff isn't spaced like a \score with a Staff
Date: Fri, 12 Sep 2008 06:42:58 -0700

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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]