Re: Align notes in accord

2012-12-05 Thread Eluze
Rustik wrote Eluze wrote / \shiftOnn or \once \override NoteColumn.force-hshift = #2 / Where in my example i must paste it? if you use the latter with \once it should be right before the note to shift. \shiftOn will have no effect since \voiceFour implies \shiftOn and would shift the note

Re: new and context

2012-12-05 Thread Trevor Daniels
Noeck, you wrote Tuesday, December 04, 2012 8:43 PM what is the difference between \new and \context? Very little. In most situations they can be used interchangeably. One difference is that \context Staff = A will search for a previously defined Staff with the same name and use that

Re: new and context

2012-12-05 Thread David Kastrup
Trevor Daniels t.dani...@treda.co.uk writes: Noeck, you wrote Tuesday, December 04, 2012 8:43 PM Where would I need \context? There is an example: \new Staff \context Voice = A \music \context Voice = A \arts But I could write \new Staff \music \\ \arts , couldn't I? Yes. Ok,

Re: Aligning Text Above (and Below) Notes

2012-12-05 Thread Eluze
Eric Pancer wrote either put these indications in a supplemental (Lyric) staff (staves) or add some padding: Would I use a \ChoirStaff for it, with drum notation? here's a simplified example: quintosoloA = \drummode { sn8 sn sn r8 sn sn sn r8 sn sn sn r8 sn sn sn r8 sn sn sn

Re: Aligning Text Above (and Below) Notes

2012-12-05 Thread Eric Pancer
quite well. One more issue: my lyrics above the second line of music have more affinity towards the bottom lyric of the first line, than the actual notes of the second line. Any pointers on how to fix it are appreciated. http://dl.dropbox.com/u/3107300/Transcriptions/abakua-layout-issue-20121205

Re: Slurs, phrasing slurs and fingering

2012-12-05 Thread Olivier Biot
Many thanks for the help and for the extra clarifications regarding usage of these tweaks. Best regards, Olivier ___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-user

Re: Slurs, phrasing slurs and fingering

2012-12-05 Thread David Kastrup
Olivier Biot olivier.b...@gmail.com writes: Many thanks for the help and for the extra clarifications regarding usage of these tweaks. It is a nuisance if interfaces change, but sometimes it just takes some time and experience to figure out shortcomings of the initial design. Feel free to

Re: use of 1/2 staff divisio maior in gregorian chant.

2012-12-05 Thread Keith N. McKenna
David Kastrup wrote: Keith N. McKenna keith.mcke...@comcast.net writes: Keith N. McKenna wrote: Greetings All; In many some of the Gregorian Chant's I have access to they show the divisio Maior as starting slightly above the third line of the staff and continuing to just below the second

RE: Marks above and below simultaneously

2012-12-05 Thread Daniel Rosen
Bump. Can anyone help me with this? DR -Original Message- From: Daniel Rosen Sent: Sunday, December 02, 2012 6:31 PM To: lilypond-user@gnu.org Subject: RE: Marks above and below simultaneously OK, I think I've mostly figured this out: \version 2.16.1 marks = { \tempo Tempo s1

Re: Aligning Text Above (and Below) Notes

2012-12-05 Thread Eluze
Eric Pancer wrote One more issue: my lyrics above the second line of music have more affinity towards the bottom lyric of the first line, than the actual notes of the second line. Any pointers on how to fix it are appreciated. hmm - that's astonishing! if I change the order of the 2 scores

changing spacing between title and first system

2012-12-05 Thread Jeffrey Trevino
Hi there, Could someone please show me a short, working example of an .ly that sets the spacing between the title and the first system? I was about to give it a shot myself, until I saw, under known issues and warnings for version 2.16, The titles (from the \header block) are treated as a

Re: changing spacing between title and first system

2012-12-05 Thread Jeffrey Trevino
... curious -- there's also this, in section 4.1 (spacing issues), which seems to contradict the statement in the known issues and warnings section; Note that the \paper variables discussed in this section do not control the spacing of staves within individual systems. Within-system spacing is

Re: Aligning Text Above (and Below) Notes

2012-12-05 Thread Thomas Morley
2012/12/5 Eluze elu...@gmail.com: Eric Pancer wrote One more issue: my lyrics above the second line of music have more affinity towards the bottom lyric of the first line, than the actual notes of the second line. Any pointers on how to fix it are appreciated. hmm - that's astonishing! if I

Re: changing spacing between title and first system

2012-12-05 Thread Jeffrey Trevino
PPS -- alright, I've found how to manipulate the spacing as I wanted; however, it would be nice to hear a resolution to the above contradiction, if one exists. J On Wed, Dec 5, 2012 at 1:44 PM, Jeffrey Trevino jeffrey.trevi...@gmail.comwrote: ... curious -- there's also this, in section 4.1

Re: changing spacing between title and first system

2012-12-05 Thread Eric Pancer
On Dec 5, 2012, at 15:54, Jeffrey Trevino jeffrey.trevi...@gmail.com wrote: PPS -- alright, I've found how to manipulate the spacing as I wanted; however, it would be nice to hear a resolution to the above Maybe post your solution? ___

Re: changing spacing between title and first system

2012-12-05 Thread Thomas Morley
2012/12/5 Jeffrey Trevino jeffrey.trevi...@gmail.com: ... curious -- there's also this, in section 4.1 (spacing issues), which seems to contradict the statement in the known issues and warnings section; Note that the \paper variables discussed in this section do not control the spacing of

Re: changing spacing between title and first system

2012-12-05 Thread Nick Payne
On 06/12/12 08:39, Jeffrey Trevino wrote: Hi there, Could someone please show me a short, working example of an .ly that sets the spacing between the title and the first system? \version 2.16.1 \header { title = Title composer = Composer } \paper { markup-system-spacing #'padding =

Re: Aligning Text Above (and Below) Notes

2012-12-05 Thread Eluze
Thomas Morley wrote 2012/12/5 Eluze lt; eluzew@ gt;: Eric Pancer wrote One more issue: my lyrics above the second line of music have more affinity towards the bottom lyric of the first line, than the actual notes of the second line. Any pointers on how to fix it are appreciated. hmm -

Re: Aligning Text Above (and Below) Notes

2012-12-05 Thread Thomas Morley
2012/12/5 Eluze elu...@gmail.com: Thomas Morley wrote 2012/12/5 Eluze lt; eluzew@ gt;: Eric Pancer wrote One more issue: my lyrics above the second line of music have more affinity towards the bottom lyric of the first line, than the actual notes of the second line. Any pointers on how

Re: Custom key signature stencils, differentiating major and minor keys

2012-12-05 Thread Thomas Morley
Sorry to send this again, forgot to cc the list. 2012/12/5 Thomas Morley thomasmorle...@googlemail.com: 2012/12/5 Paul Morris p...@paulwmorris.com: On Dec 4, 2012, at 7:27 PM, Thomas Morley thomasmorle...@googlemail.com wrote: [...] May I ask, if you could add a commented 2.16-version of

chord length in beats

2012-12-05 Thread vector
Hi all, many thanks to Glen for his reply to my previous post(simple chords only template). Im working my way thru that at the moment. I have a question tho how do I tell it the number of bars to hold the chord for? progChords = \relative c { \hideNotes f1 bes f c bes f' bes f c f bes f g

Re: chord length in beats

2012-12-05 Thread Eluze
vector wrote Hi all, many thanks to Glen for his reply to my previous post(simple chords only template). Im working my way thru that at the moment. I have a question tho how do I tell it the number of bars to hold the chord for? progChords = \relative c { \hideNotes f1 bes f c

Re: Marks above and below simultaneously

2012-12-05 Thread Thomas Morley
2012/12/5 Daniel Rosen drose...@gmail.com: Bump. Can anyone help me with this? [...] OK, I think I've mostly figured this out: \version 2.16.1 marks = { \tempo Tempo s1 \mark \default } \new Score \new Staff \new Voice { c''1 c'' } \new Voice { \marks } \new

minor chord produces syntax error

2012-12-05 Thread vector
Hi, script shown below the log file is indicating a syntax error, unexpected STRING at the g:m I thought that was ok to indicate a gminor? In fact i cant get any chord modifiers to work at all. \version 2.16.1 \header { title = BluesJam Trk4 composer = me } progChords = \relative c {

RE: Marks above and below simultaneously

2012-12-05 Thread Daniel Rosen
Thanks a lot! DR -Original Message- From: Thomas Morley [mailto:thomasmorle...@googlemail.com] Sent: Wednesday, December 05, 2012 7:05 PM To: Daniel Rosen Cc: lilypond-user@gnu.org Subject: Re: Marks above and below simultaneously 2012/12/5 Daniel Rosen drose...@gmail.com: Bump. Can

Re: minor chord produces syntax error

2012-12-05 Thread Thomas Morley
2012/12/6 vector vector...@gmail.com: Hi, script shown below the log file is indicating a syntax error, unexpected STRING at the g:m I thought that was ok to indicate a gminor? In fact i cant get any chord modifiers to work at all. \version 2.16.1 \header { title = BluesJam Trk4

Re: chord length in beats

2012-12-05 Thread Thomas Morley
2012/12/6 Eluze elu...@gmail.com: vector wrote Hi all, many thanks to Glen for his reply to my previous post(simple chords only template). Im working my way thru that at the moment. I have a question tho how do I tell it the number of bars to hold the chord for? progChords = \relative c {

Re: changing spacing between title and first system

2012-12-05 Thread Jeffrey Trevino
Thanks, everyone. That's exactly the solution I found, yes. J On Wed, Dec 5, 2012 at 2:00 PM, Nick Payne nick.pa...@internode.on.netwrote: On 06/12/12 08:39, Jeffrey Trevino wrote: Hi there, Could someone please show me a short, working example of an .ly that sets the spacing between the

Re: changing spacing between title and first system

2012-12-05 Thread Nick Payne
On 06/12/12 09:00, Nick Payne wrote: On 06/12/12 08:39, Jeffrey Trevino wrote: Hi there, Could someone please show me a short, working example of an .ly that sets the spacing between the title and the first system? \version 2.16.1 \header { title = Title composer = Composer } \paper {

produce midi drums but hide staff

2012-12-05 Thread vector
Hi there, Im getting the hang of this even tho it might not look it ;) thanks for all your inputs. I wanted to add a simple drumbeat to the previous script and produce a basic chord and drums midi. so far I have this working. But I want to remove the drums completely from the pdf output. ie

Re: produce midi drums but hide staff

2012-12-05 Thread Nathan
On Wed, Dec 5, 2012 at 8:07 PM, vector vector...@gmail.com wrote: Hi there, Im getting the hang of this even tho it might not look it ;) thanks for all your inputs. I wanted to add a simple drumbeat to the previous script and produce a basic chord and drums midi. so far I have this working.

Re: produce midi drums but hide staff

2012-12-05 Thread Nathan
On Wed, Dec 5, 2012 at 8:07 PM, vector vector...@gmail.com wrote: Hi there, Im getting the hang of this even tho it might not look it ;) thanks for all your inputs. I wanted to add a simple drumbeat to the previous script and produce a basic chord and drums midi. D'oh! My bad. I missed the

Re: minor chord produces syntax error

2012-12-05 Thread David Kastrup
Thomas Morley thomasmorle...@googlemail.com writes: 2012/12/6 vector vector...@gmail.com: Hi, script shown below the log file is indicating a syntax error, unexpected STRING at the g:m I thought that was ok to indicate a gminor? In fact i cant get any chord modifiers to work at all.