lilypond-user
[Top][All Lists]
Advanced

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

Re: how to force shortened staff lines?


From: Knute Snortum
Subject: Re: how to force shortened staff lines?
Date: Tue, 16 Sep 2014 17:44:36 -0700

This seems to work fine for me:

%% --- Begin

\version "2.18.2"

\paper {

  right-margin = 3.0\in

}

\score {

  \relative c' {

    \repeat unfold 32 { c4 d e f }

  }

  \layout {

  }

}

%%--- End


Can you post a short example that shows us the problem?

Knute Snortum
(via Gmail)

On Tue, Sep 16, 2014 at 10:36 AM, Bric <address@hidden> wrote:
i want to generate a landscape score, but one where the staff lines extend some percentage of the printable area - let's say, 70%. Leaving 30% width blank, on the right, for hand-written annotations (upon printout).

I've tried:

line-width = 70%

           ,

line-width = 7.0\in

      , and

right-margin = 3.0\in

but all that is being ignored.  At least in the "\paper {   }" block.

Help?




_______________________________________________
lilypond-user mailing list
address@hidden
https://lists.gnu.org/mailman/listinfo/lilypond-user


reply via email to

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