bug-lilypond
[Top][All Lists]
Advanced

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

Issue 932 in lilypond: Vertical spacing: repeat brackets and tablatures


From: lilypond
Subject: Issue 932 in lilypond: Vertical spacing: repeat brackets and tablatures exceeding page bottom
Date: Fri, 11 Dec 2009 18:49:51 +0000

Status: Accepted
Owner: v.villenave
CC: joeneeman
Labels: Type-Defect Priority-Medium Spacing

New issue 932 by v.villenave: Vertical spacing: repeat brackets and tablatures exceeding page bottom
http://code.google.com/p/lilypond/issues/detail?id=932

% new report from Alexander:

% In the following example, on the first page the last system runs
% into and below the bottom of the page.  Removing the alternatives
% or converting the TabStaff into a Staff fixes the issue.

\version "2.13.9"

#(set-default-paper-size "a6")
x = \repeat unfold 3 <e e''>4
notes = {
  \time 3/4
  \repeat volta 2 { \repeat unfold 7 \x }
  \alternative {
    { \x \x }
    { \x \x }
  }
  \repeat unfold 10 \x
}

\score {
  <<
    \new Staff \notes
    \new TabStaff \notes
  >>
}

% May be related to issue 850.

Attachments:
        page1.png  20.8 KB

--
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]