Re: initial grace notes prevent instrumentName & systemStartBrace/Square

2010-09-09 Thread Patrick Schmidt
Am 10.09.2010 um 04:16 schrieb Patrick McCarty: Hi, On 2010-09-09, Patrick Schmidt wrote: \version "2.13.31" % on Mac OS X \paper{ raggedright = ##t } initialAcciaccatura = \relative c' { \acciaccatura 8 8 } initialGrace = \relative c'' { \grace c16 c4 } initia

ANN: Frescobaldi 1.1.6

2010-09-09 Thread Wilbert Berendsen
Dear friends, Frescobaldi 1.1.6 has been released. Highlights: a built-in MIDI player and more subpanels in the Quick Insert Panel for inserting slurs, dynamics, etc. Some bugs have been fixed. The built-in MIDI player uses the MIDI player component of KMid version 2.4.0 or higher, that needs

Unable to remove dynamic line inside Dynamics

2010-09-09 Thread Jay Anderson
\version "2.13.32" justCresc = #(make-music 'CrescendoEvent 'span-direction START 'span-type 'text 'span-text "cresc." 'tweaks '((style . none))) \new Staff \relative c' { c1\justCresc | %Works as desired c | c\! | } \new PianoStaff << \new Staff \relative c' { c1 | c | c | c | c | } \

Re: initial grace notes prevent instrumentName & systemStartBrace/Square

2010-09-09 Thread Patrick McCarty
Hi, On 2010-09-09, Patrick Schmidt wrote: > > \version "2.13.31" % on Mac OS X > \paper{ raggedright = ##t } > > initialAcciaccatura = \relative c' { > \acciaccatura 8 > 8 > } > > initialGrace = \relative c'' { > \grace c16 > c4 > } > > initialAppoggiatura = \relative c

Re: Extra bracket as a broken slurs corrector ,)

2010-09-09 Thread Patrick McCarty
On 2010-08-31, Dmytro O. Redchuk wrote: > > This may be related to issues 379 and 427[1] .) I believe so. > My colleague, who helps me in typing pitches, made a mistake --- > well, everyone of us may do this, it's just extra unneeded opening > bracket, extra SlurEvent in a music. But this happen

Re: Instrument names run off left margin

2010-09-09 Thread David Rogers
* Phil Holmes [2010-09-09 10:32]: - Original Message - From: "Nathan" To: Sent: Thursday, September 09, 2010 4:11 AM Subject: Instrument names run off left margin Without overriding anything, the output of the code below has the instrument names running off of the left margin. Is t

Re: LilyPondTool users on Mac?

2010-09-09 Thread James Bailey
On Sep 9, 2010, at 8:38 PM, Seth Williamson wrote: > First, I want to thank everybody who is trying to help a noob such as myself > with this problem. You guys are great. > > To answer Brett's question, JEdit is 4.3.2. LilyPondTool is 2.12.894. > > Below, I copy a note I sent off-list to ano

Re: [lily4jedit-user] LilyPondTool users on Mac?

2010-09-09 Thread Carl Sorensen
On 9/9/10 12:38 PM, "Seth Williamson" wrote: > First, I want to thank everybody who is trying to help a noob such as myself > with this problem.  You guys are great. > > To answer Brett's question, JEdit is 4.3.2.  LilyPondTool is 2.12.894. > > Below, I copy a note I sent off-list to another

Re: LilyPondTool users on Mac?

2010-09-09 Thread James Bailey
> First, I want to thank everybody who is trying to help a noob such as myself > with this problem. You guys are great. > > To answer Brett's question, JEdit is 4.3.2. LilyPondTool is 2.12.894. > > Below, I copy a note I sent off-list to another potential savior explaining > the latest proble

Re: LilyPondTool users on Mac?

2010-09-09 Thread Henning Hraban Ramm
Am 2010-09-09 um 20:38 schrieb Seth Williamson: Error running external command See the activity log about the problem Cannot run program "/Applications/LilyPond.app/Contents/Resources/ bin/lilypond" (in directory "/Applications/LilyPond.app/Contents/ Resources/bin"): error=13, Permission denie

Re: Chord Names Between Piano Staff Treble and Bass Clefs

2010-09-09 Thread keith Luke
Kieren, Thanks for the solution. It's exactly what I was trying to do. Now I have another great LilyPond technique to use with any PianoStaff chord names. Keith On Wed, Sep 8, 2010 at 11:49 PM, Kieren MacMillan < kieren_macmil...@sympatico.ca> wrote: > > Well, I've tried it of course, but it

Re: LilyPondTool users on Mac?

2010-09-09 Thread Seth Williamson
First, I want to thank everybody who is trying to help a noob such as myself with this problem. You guys are great. To answer Brett's question, JEdit is 4.3.2. LilyPondTool is 2.12.894. Below, I copy a note I sent off-list to another potential savior explaining the latest problem. If anybody o

Re: LilyPondTool users on Mac?

2010-09-09 Thread James Bailey
On Sep 8, 2010, at 8:37 PM, Seth Williamson wrote: > Is there anybody on this list who uses LilyPondTool on a MacBook? > > Please get back with me -- feel free to reply offlist. > > > Seth Williamson I tried to do it once, but it proved to be far too difficult to set up, so I just stick with

Re: Chord Names Between Piano Staff Treble and Bass Clefs

2010-09-09 Thread D'Arcy J.M. Cain
On Thu, 09 Sep 2010 10:32:45 +0200 Éditions IN NOMINE wrote: > If you encapsulate right and left hand, I think this is not possible. Which makes sense. The piano is one instrument, not two. -- D'Arcy J.M. Cain Big Smoke Music http://BigSmokeMusic.com/ _

Re: Chord Names Between Piano Staff Treble and Bass Clefs

2010-09-09 Thread Éditions IN NOMINE
Bravo Kieren ! I think you gave us the answer to the original question ! Regards. JMarc On 09/09/2010 11:49, Kieren MacMillan wrote: \version "2.13.31" \score { \new PianoStaff<< \new Staff \relative a' { a4 b c d } \new ChordNames {2 } \new Staff \relative a { \clef bass

Re: Chord Names Between Piano Staff Treble and Bass Clefs

2010-09-09 Thread Kieren MacMillan
> Well, I've tried it of course, but it doesn't work : chords are below the > left hand... PianoStaff does not, by default, accept ChordNames. \version "2.13.31" \score { \new PianoStaff << \new Staff \relative a' { a4 b c d } \new ChordNames { 2 } \new Staff \relative a { \clef

Re: initial grace notes prevent instrumentName &, systemStartBrace/Square

2010-09-09 Thread Phil Holmes
- Original Message - From: "Mats Bengtsson" To: Sent: Thursday, September 09, 2010 10:12 AM Subject: Re: initial grace notes prevent instrumentName &,systemStartBrace/Square This is just another manifestation of our old favourite bug which is documented under "Known issues and wa

Re: initial grace notes prevent instrumentName &, systemStartBrace/Square

2010-09-09 Thread Patrick Schmidt
Am 09.09.2010 um 11:12 schrieb Mats Bengtsson: Good morning LilyPond, \version "2.13.31" % on Mac OS X \paper{ raggedright = ##t } initialAcciaccatura = \relative c' { \acciaccatura 8 8 } initialGrace = \relative c'' { \grace c16 c4 } initialAppoggiatura = \r

Re: Instrument names run off left margin

2010-09-09 Thread Phil Holmes
- Original Message - From: "Nathan" To: Sent: Thursday, September 09, 2010 4:11 AM Subject: Instrument names run off left margin Without overriding anything, the output of the code below has the instrument names running off of the left margin. Is this a bug? a problem with my compu

Re: initial grace notes prevent instrumentName &, systemStartBrace/Square

2010-09-09 Thread Mats Bengtsson
Good morning LilyPond, \version "2.13.31" % on Mac OS X \paper{ raggedright = ##t } initialAcciaccatura = \relative c' { \acciaccatura 8 8 } initialGrace = \relative c'' { \grace c16 c4 } initialAppoggiatura = \relative c'' { \appoggiatura c16 c4

Re: Chord Names Between Piano Staff Treble and Bass Clefs

2010-09-09 Thread Éditions IN NOMINE
Well, I've tried it of course, but it doesn't work : chords are below the left hand... On 09/09/2010 11:11, Ole Schmidt wrote: \new PianoStaff << ___ lilypond-user mailing list lilypond-user@gnu.org http://lists.gnu.org/mailman/listinfo/lilypond-user

Re: Chord Names Between Piano Staff Treble and Bass Clefs

2010-09-09 Thread Ole Schmidt
Learning Manual "2.2.3 Staff groups" first example: \new PianoStaff << \new Staff … \new Staff … >> or in your case: \new PianoStaff << \new Staff … \new ChordNames... \new Staff … >> hth ole Am 09.09.2010 um 10:32 schrieb Éditions IN NOMINE: > Hi. > > If you encapsulate right

initial grace notes prevent instrumentName & systemStartBrace/Square

2010-09-09 Thread Patrick Schmidt
Good morning LilyPond, \version "2.13.31" % on Mac OS X \paper{ raggedright = ##t } initialAcciaccatura = \relative c' { \acciaccatura 8 8 } initialGrace = \relative c'' { \grace c16 c4 } initialAppoggiatura = \relative c'' { \appoggiatura c16 c4 }

Re: Chord Names Between Piano Staff Treble and Bass Clefs

2010-09-09 Thread Éditions IN NOMINE
Hi. If you encapsulate right and left hand, I think this is not possible. I've tried this : \version "2.13" right = \relative c'' {c4 c c d e2 d c4 e d d c1 \bar "|."} left = \relative c {\clef bass c2. g4 c2 b c4 f, g g c1 \bar "|."} accords = \chordmode {c2. g4:7 c1 c4 f g g:7 c1} \score { <