Re: Beaming on the quarter note

2014-11-16 Thread jimmyg521
Thanks  Peter. I think I see a a method. Put these directives  in my master  
include in a variable and then put that variable in the \score sec--once and 
done.

Excellent.

Gos I love this  program and it's Legion of Masters :-)

Sent from my android device.

-Original Message-
From: pe...@chubb.wattle.id.au
To: Guy Stalnaker jimmyg...@gmail.com
Cc: Phil Burfitt phil.burf...@talktalk.net, lilypond-user Mailinglist 
lilypond-user@gnu.org
Sent: Sun, 16 Nov 2014 8:23 PM
Subject: Re: Beaming on the quarter note

 Guy == Guy Stalnaker jimmyg...@gmail.com writes:

Guy Phil, That was what I found :-) But unless I'm mistaken, one must
Guy use those directives for *every* time signature change. Thus if I

You can do it once for each time signature you're going to use.

\version 2.18.2
\score {
  
   % Beam 4/4 at crotchets
\overrideTimeSignatureSettings
  4/4
  1/4
  #'(1 1 1 1)
  #'()

% Beam 3/4 at crotchets
\overrideTimeSignatureSettings
  3/4
  1/4
  #'(1 1 1)
  #'()

  \new Staff {
\relative c' {
  \time 4/4 \repeat unfold 8 b8 |
  \time 3/4 \repeat unfold 6 b8 |
  \time 2/4 \repeat unfold 4 b8 |
  \time 5/4 \repeat unfold 10 b8 |
}
  }
 
}

___
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user


Re: Mac testers needed for Frescobaldi! (again)

2014-06-24 Thread jimmyg521
Davide,

First, much thanks for your very patient responses to my SIP API errors 
with the Port version of Frescobaldi. 

I'm happy to report that the app bundle, thus far, works flawlessly so no 
further need for the Port install of Frescobaldi. I've opened some fairly 
hairy scores which use book structure and all works as expected. I have 
not, yet, tested the conversion apps. But for now all is working well.

Best regards,

Guy

On Tuesday, June 17, 2014 10:17:29 AM UTC-5, Davide Liessi wrote:

 Dear FrescobaldiLilyPondMac users, 
 some months ago I published a DMG disk image containing an 
 experimental Frescobaldi.app bundle. 

 Some packaging problems were reported ([1]): 
 - lack of MIDI support (PortMIDI was not included), 
 - impossibility to run convert-ly and musicxml2ly (the wrong Python 
 interpreter was used for the scripts bundled in LilyPond.app). 

 During the last days I was able to fix these problems (at least on my 
 machine). 
 I uploaded a new version of Frescobaldi.app, based on the newly 
 released 2.0.16, at 

 https://www.dropbox.com/s/whu5qnn5pys81ix/Frescobaldi-2.0.16-devapp-20140616.dmg
  

 The application contains some 64 bit code, so it won't run on machines 
 with 32 bit CPU (I'll try to solve this in the next iteration). 

 I would be very grateful if you could download the application, test 
 it and report any issues. 
 In particular you should test if MIDI output is working [2] and if you 
 are able to update a file with convert-ly and to import a MusicXML 
 file (example MusicXML files at [3]). 

 The test should be harmless: the only collateral effect is that any 
 change you'll make to the settings inside this application bundle will 
 be picked up by your usual installation of Frescobaldi, since they'll 
 share the same preferences file. [4] 

 The previous tests revealed only the mentioned problems, so the 
 application should be quite stable. 
 However this application bundle is still considered experimental, so I 
 don't recommend it for everyday use (although I really appreciate 
 people testing it in everyday use cases). 
 After the tests I advise you to delete the application bundle and wait 
 for the official release. [5] 

 Last but not least, I would like to thank once again the users who 
 tested the previous version of the application. 

 Best wishes. 
 Davide 


 [1] The splash screen bug 
 (https://github.com/wbsoft/frescobaldi/issues/428) and some very 
 critical usability problems (in particular compatibility with screen 
 readers) were also reported, but they are certainly unrelated to the 
 installation method, so I didn't address them. 

 [2] I remind you that in order to have MIDI support 
 FluidSynth/qsynth/SimpleSynth must be running and Frescobaldi must 
 recognize the MIDI ports (you should either start *synth before 
 Frescobaldi or refresh the MIDI ports in Frescobaldi's preferences). 

 [3] http://www.musicxml.com/wp-content/uploads/2012/11/xmlsamples.zip 

 [4] Actually, if your usual version of Frescobaldi is older than 
 October 2013, your settings will become inaccessible from that 
 version, while they will still be accessible from versions of the 
 program newer than that date. 
 But if you're running such an old version, you should seriously 
 consider updating to the newly released 2.0.16 (it will be available 
 through MacPorts in a few days): Frescobaldi has improved a whole lot 
 in the last months! 

 [5] To avoid messing with your current setup (except for the settings 
 changes mentioned in [4]) and forgetting to delete the application 
 bundle after the test, you can run the application directly from the 
 disk image, without copying it to the /Applications directory. 

___
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user


Re: Mac testers needed for Frescobaldi!

2014-06-11 Thread jimmyg521
Davide,

Know I'm late to this party, but I cannot run this application. My 10.6.8 
MacOSX (a *old* MacBook which cannot  be upgraded to a newer MacOSX 
version) tells me, for the application as you have compiled it: You can’t 
open the application “Frescobaldi.app” because it’s not supported on this 
type of Mac.

Would love to use it even as a dev version since I've just hosed my 
Frescobaldi install doing a port update. Another user reported the same sip 
API version error I'm seeing. I'm trying to force a recompile now. If it 
doesn't work I'll post to the list what I'm seeing.

On Tuesday, April 22, 2014 5:42:26 AM UTC-5, Davide Liessi wrote:

 [1] My machine runs 10.6 (Snow Leopard) and I currently have only 
 occasional access to a 10.8 (Mountain Lion) machine. 

___
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user