denemo-devel
[Top][All Lists]
Advanced

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

Re: SOLVED Re: How to scroll with an unmeasured piece?


From: Richard Shann
Subject: Re: SOLVED Re: How to scroll with an unmeasured piece?
Date: Wed, 11 Nov 2020 18:00:57 +0000

   A. On Wed, 2020-11-11 at 10:21 -0400, Robert Lewis wrote:
> Hi Richard -
> 
> On Tuesday, November 10, 2020 3:13:06 PM AST you wrote:
> > On Tue, 2020-11-10 at 10:14 -0400, Robert Lewis wrote:
> > > Hello Richard -
> > > 
> > > On Monday, 9 November 2020 16:27:20 AST you wrote:
> > > > On Mon, 2020-11-09 at 09:57 -0400, Robert Lewis wrote:
> > > > > Hello -
> > > > > 
> > > > > OS:  Debian Stretch (64-bit)
> > > > > Denemo v. 2.4.0
> > > > > 
> > > > > Thank you for all your work on Denemo -- I couldn't do
> > > > > without
> > > > > it.
> > > > > 
> > > > > I'm trying to write out an unmeasured piece for a solo
> > > > > instrument,
> > > > > but the 
> > > > > staff does not continue to scroll once I enter notes beyond
> > > > > the
> > > > > width
> > > > > of the 
> > > > > window.
> > > > 
> > > > What you have not realized is that the Denemo "measures" are
> > > > not
> > > > really
> > > > measures, but just convenient chunks that let Denemo display
> > > > the
> > > > music.
> > > > Actual measure barlines are created automatically by the
> > > > LilyPond
> > > > typesetter - this is discussed in the manual (Fn1). To
> > > > understand
> > > > this,
> > > > create a new score in 4/4 and put 5 quarter notes in the first
> > > > bar
> > > > and
> > > > three in the second and look at the PDF.
> > > 
> > > Yes, I do understand how this works.
> > > 
> > > > The command you want is
> > > > 
> > > > Command: Unmeasured Staffs (Off/On)
> > > > Makes the staffs accept any duration per Denemo measure and
> > > > typesets as
> > > > a cadenza. Equivalent to Cadenza Time from the first bar.
> > > > Location: Object Menu ▶ Time Signatures
> > > > Internal Name: Unmeasured
> > > > 
> > > > (you could find this by typing "Unmeasured" into the Command
> > > > Center
> > > > search box).
> > > 
> > > That is the command I'm using. 
> > > 
> > > The problem is that the staff does not move the left so I can
> > > continue to see 
> > > the notes I enter without using either of the two methods I
> > > described
> > > below in 
> > > my first message.  I'm sorry if I'm not being clear, but I don't
> > > know
> > > how else 
> > > to describe it.  
> > > 
> > > However, I have found a solution:
> > > . use any time signature
> > > . enter all the notes, articulations, etc. (ignoring the bar
> > > lines)
> > > . go back to the beginning
> > > . use the Unmeasured command
> > > . I can now scroll through the entire piece
> > > 
> > >   (and use "allow line break" and "line break" as needed for the
> > > 
> > > PDF)
> > > 
> > > I don't know why scrolling doesn't work when starting out with
> > > Unmeasured, but 
> > > since my solution works, please consider this solved.
> > 
> > Well, it would be good to know what's going on to avoid the same
> > problem arising for others. (I've included the list here, so that
> > those
> > listening in can find your solution).
> > I've just tested a new score setting Unmeasured Staff and adding
> > notes/measures until it scrolls as I go off the right hand side.
> > The most likely source of the problem would be the Gtk version:
> > If you do
> > 
> > denemo --version
> > 
> > in a terminal what versions does it show?
> > I get:
> > 
> > GNU Denemo version 2.4.4
> > Gtk versions runtime: 3.22.11, compiled against: 3.22.11, 
> > 
> > It would be good to know if some change in Gtk is causing scrolling
> > to
> > fail.
> > 
> > Richard
> 
> In Debian Stretch (my active system)
> 
> GNU Denemo version 2.4.0
> Gtk versions runtime: 3.22.11, compiled against: 3.22.11
> 
> deb package by Andreas Schneider
> 
> Thinking about different versions lead me to try other OSs.  Here are
> my 
> results:
> 
> Debian Buster in a VM
> 
> GNU Denemo version 2.4.4
> Gtk versions runtime: 3.24.5, compiled against: 3.22.11
> 
> deb package by Andreas Schneider
> ==================================
> 
> Windows 7 64-bit in Codeweavers crossover wine
>  
> using the windows installer (v. 2.4.0)
> 
> ==================================
> 
> Windows 7 64-bit in a VM
> 
> using the windows installer (v. 2.4.0)
> 
> ==================================
> 
> The results are the same in all cases - the staff does not scroll.
> 
> If you're able to have the staff scroll, what system are you using?

Debian GNU/Linux 9.9 (stretch)

I've just recorded a sequence of commands into the Scheme window where
I start with a new empty score and make the staff unmeasured add four
quarter notes then create a new measure and repeat until it starts
scrolling. Attached is a screenshot of the screen after it has scrolled
and of the Scheme window.
The script in the Scheme window is this:
8><8><8><8><8><8><8><8><8><8><8><8><8><8><8><8><8><
(d-Unmeasured)
(d-C)
(d-C)
(d-C)
(d-AddMeasure)
(d-C)
(d-C)
(d-C)
(d-AddMeasure)
(d-C)
(d-C)
(d-C)
(d-AddMeasure)
(d-C)
(d-C)
(d-C)
(d-AddMeasure)
(d-C)
(d-C)
(d-C)
(d-AddMeasure)
(d-C)
(d-C)
(d-C)
(d-AddMeasure)
(d-C)
(d-C)
(d-C)
(d-AddMeasure)
(d-C)
(d-C)
(d-C)
(d-AddMeasure)
8><8><8><8><8><8><8><8><8><8><8><8><8><8><8><8><8><

How many "bars" you will need to make it scroll would depend on the
width of your screen.
You could paste this script into the Scheme window and execute it to
see if it scrolls. I've just tested that too.

> 
> Would you like to continue this conversation by e-mail, or would you
> like me 
> to respond to:  gmane.comp.audio.denemo.devel?

I'm afraid I don't know anything about gmane (I just looked at its
wikipedia entry but am not much wiser :( )

Richard

Attachment: Screenshot at 2020-11-11 14-53-15.png
Description: PNG image

Attachment: Screenshot at 2020-11-11 14-53-50.png
Description: PNG image


reply via email to

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