denemo-devel
[Top][All Lists]
Advanced

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

Re: [Denemo-devel] how to get back to default settings


From: Richard Shann
Subject: Re: [Denemo-devel] how to get back to default settings
Date: Mon, 06 Nov 2017 17:11:31 +0000

On Mon, 2017-11-06 at 10:39 -0500, Bob Cannon wrote:
> I have a file that was fine until I made some changes in an effort to
> create more whitespace on the page.  I think that I changed fontsize
> and number of systems.  As a result, LilyPond can't typeset the score.
> I've deleted all measures in the score and still have the same result,
> so I think that all of my music entries are okay.

The stuff that is not "music entries" (that is Denemo Objects) are
Denemo Directives that are attached to 
      * the score as a whole, 
      * to the movement, 
      * to the staff or 
      * to the voice. 
For each of these types of Denemo Directive there is an editor that
lists the ones you have defined and allows you to inspect/delete, clone
etc and can usually tell you what command was used to create it. The
editors are invoked from the Score, movement or Staff/Voice menu (in
actuality the score and movement editors are in one window, and the
staff and voice editors in another, just in separate panes).

When you have created some Denemo Directive by using a command, usually
you should be able to alter or remove the setting by repeating the
command used, but I don't see anything in the help for "Systems per
page" that says how to remove the setting altogether. I've filed a bug
report about that

In this case you can go to the Score->Score Properties Editor and scroll
down to the "Systems per Page" directive (it's among the Paper
Directives). You can delete it there.

I'm assuming you have the latest version of Denemo -
let me know if you still have problems ...

Richard

> The error appears to be in the following LilyPond segment.  
>         %\header { tagline = #f }
>         \layout {indent = 12.6}
>         #(set-default-paper-size "a4")
>         #(set-global-staff-size 18)
>         \paper {
>         
>         } #(set-global-staff-size 24) {
>         
>          systems-per-page = 10
>         
>                }
> 
> The error is flagged in the systems-per-page line.  By the way, I can
> delete this segment from the code, and the LilyPond command line
> parser is successful.  
> 
> How can I get back to the default settings?
> 
> Thank you.
> 
> Bob
> 
> _______________________________________________
> Denemo-devel mailing list
> address@hidden
> https://lists.gnu.org/mailman/listinfo/denemo-devel





reply via email to

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