Re: PDF Problem (SVG output)

2007-07-20 Thread Vivian Barty-Taylor
I would second/ third a request to get the SVG output fixed. I'm trying to create SVG output at the moment. I've used all the help I could find in the manual and in previous threads, and still some symbols (in this case the TextScript font and normal text in a DynamicScript) are showing in the w

moving system braces or brackets

2007-07-20 Thread Sally Payne
Does anyone know how I could move initial braces or brackets from thebeginning of a piece to after the incipit or prefatory stave? I also want to change the order of clef and time signature in one stave of a system, but can only change it on all staves - any ideas? Sally Payne ___

repeat barline problem in StaffGroup

2007-07-20 Thread Tao Cumplido
Hello all, I have a problem with a repeat barline in a StaffGroup and a PianoStaff. It looks more or less like this: |: |: |: So there is this double dot also between the staves. It only happens two times in my score but I have no idea why. In the attachment I extracted the horns from

Re: How can I change the ChordNames font?

2007-07-20 Thread Kieren MacMillan
Hi PabloZum, Do you know how I can change the ChordNames defautl font? The code included below works fine for me. Hope this helps! Kieren. __ \version "2.11.27" harmonies = { \override ChordName #'font-name = #"Times" \chordmode { a1 b c } } \score {

How to screen-optimize stems

2007-07-20 Thread Rune Zedeler
Hehe, I found out there is a really simple solution of how to make stems look nice in acroread. In all its simplicity, add \paper { blot-diameter = 2 \pt } :-) Now all stems appear to have same thickness in acroread. Unfortunately it does not work with bar-lines, though. -Rune ___

Re: How can I change the ChordNames font?

2007-07-20 Thread PabloZum
Thank you, Kieren. I'm actually using OooLilyPonder on OpenOffice, so I had to adapt the code you sent me to get a working result: << \new ChordNames { \override ChordName #'font-name = #"Times" \set chordChanges = ##t \chordmode { a1:9- c:m7 } } \new Voice = "one" { \autoBeamOff

Colliding fret-diagrams

2007-07-20 Thread Rob Duncan
I'm trying to notate some rapid chord changes with \fret-diagram but the diagrams are overlapping each other. Presumably this is because the widths of the chord diagrams aren't affecting the layout of the melody notes that I'm attaching the \fret-diagrams to. What is the best way to remedy this?

Tim Reeves is out of the office.

2007-07-20 Thread Tim Reeves
I will be out of the office starting 07/20/2007 and will not return until 07/24/2007. I will have e-mail access and will respond when I am able. ___ lilypond-user mailing list lilypond-user@gnu.org http://lists.gnu.org/mailman/listinfo/lilypond-user

Re: repeat barline problem in StaffGroup

2007-07-20 Thread Mats Bengtsson
This seems to be a bug that only happens when you use \bar "||:" and the bar is not at a line break. A workaround is to only use \bar "||:" when it's absolutely necessary, i.e. at line breaks (where the bug doesn't show up). You can use forced line breaks (using the \break command) to ensure that

Re: Colliding fret-diagrams

2007-07-20 Thread Kieren MacMillan
Hi Rob: I think I want something like \fatText, but perhaps there's a better way. Can anyone suggest something? Suggestion (untested): for each note that has a colliding fret diagram above it, explicitly set its #'X-extent to compensate (i.e., provide padding). Hope this helps (i.e., w

Re: Colliding fret-diagrams

2007-07-20 Thread Rob Duncan
Hi Kieren, Thanks for the suggestion. I did the following and it sorta worked: chrest = \once \override Rest #'X-extent = #'(0 . 5) chnote = \once \override NoteColumn #'X-extent = #'(0 . 6) I then put \chrest before a rest that has an associated chord change, and similarly \chnote before a no

Re: Colliding fret-diagrams

2007-07-20 Thread Kieren MacMillan
Hi Rob, Thanks for the suggestion. I did the following chrest = \once \override Rest #'X-extent = #'(0 . 5) chnote = \once \override NoteColumn #'X-extent = #'(0 . 6) I then put \chrest before a rest that has an associated chord change, and similarly \chnote before a note. Is that what

Re: Colliding fret-diagrams

2007-07-20 Thread Rob Duncan
On 7/20/07, Kieren MacMillan <[EMAIL PROTECTED]> wrote: Hi Rob, > Thanks for the suggestion. I did the following > chrest = \once \override Rest #'X-extent = #'(0 . 5) > chnote = \once \override NoteColumn #'X-extent = #'(0 . 6) > I then put \chrest before a rest that has an associated

Re: Colliding fret-diagrams

2007-07-20 Thread Kieren MacMillan
Hi Rob, I think it's just that I don't understand what the X-extent really controls. It controls how wide Lilypond thinks a given object is. It looks like each diagram needs to have an adjustment specially tailored for it, which isn't very convenient. Ugh. I wonder why fret-diagrams are

RE: Colliding fret-diagrams

2007-07-20 Thread Ed Ardzinski
> > I wonder why fret-diagrams aren't treated more like note objects.> > No > > idea.> > I wonder why fret-diagrams aren't treated more like note objects.> > > > No idea. IIRC, the fret diagrams are markups, so they are treated as simply text. > > I'm sure there must be good reasons> > Don't

Re: Colliding fret-diagrams

2007-07-20 Thread Kieren MacMillan
Hi Ed, considering how complex a process creating musical notation is, I find it amazing that LP does what it does. No question: I would never go back to Finale (or any other notation application, for that matter). you have to kludge a few things to get what you want. Yes, but... I get

Re: Need help with this simple lyric

2007-07-20 Thread peterwinson
Mats, how do you do this in Jedit. I've tried to find out but still have not figured it out. Do you need the Lilytool plugin for jedit? Peter Mats Bengtsson-4 wrote: > > Just make sure to save the file using UTF-8 encoding > and simply insert the symbol directly into the file. > There should