Re: How to transpose an entire piece of music?

2015-12-22 Thread Bernhard Kleine
Am 22.12.2015 um 22:16 schrieb Simon Albrecht: > > > On 22.12.2015 22:04, Bernhard Kleine wrote: >> -BEGIN PGP SIGNED MESSAGE- >> Hash: SHA256 >> >> I had a christmas carol "Zu Bethlehem geboren" with is in F-Dur. That >> piece has a bass voice going to "großem F" more than once. Since

Re: note head extents and event procedures (tabstaff)

2015-12-22 Thread Thomas Morley
2015-12-22 20:24 GMT+01:00 Steve Fullerton : > I wasn't very clear in my first post. I've included an example this time. > > I am taking over the bendAfter stencil and drawing something else in its > place. However the 'width' calculation in the code below doesn't account for > double digit fret n

tempo spanners: what's the state of the art?

2015-12-22 Thread Kieren MacMillan
Hello all, What is the current state-of-the-art in terms of tempo spanners? In the attached, I’d like a dotted line connecting the “accel.” to the “Second” tempo. 1. Since I have functions [simplified here] for formatting MetronomeMarks, I’d like to use them directly and not have to duplicate

Re: How to transpose an entire piece of music?

2015-12-22 Thread Colin Campbell
On 15-12-22 02:04 PM, Bernhard Kleine wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA256 I had a christmas carol "Zu Bethelem geboren" with is in F-Dur. That piece has a bass voice going to "großem F" more than once. Since the other voice are not at all at their upper limit, I thought to tra

Re: How to transpose an entire piece of music?

2015-12-22 Thread Noeck
Hi Bernhard, please post complete tiny examples here. Your first one is not complete and the latter one is at least missing the content of \global. This should bring you closer to what you want: \version "2.19.21" \language deutsch soprano = \transpose f a { \key f \major \partial 4 c'4

Re: How to transpose an entire piece of music?

2015-12-22 Thread Simon Albrecht
On 22.12.2015 22:04, Bernhard Kleine wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA256 I had a christmas carol "Zu Bethlehem geboren" with is in F-Dur. That piece has a bass voice going to "großem F" more than once. Since the other voice are not at all at their upper limit, I thought to t

How to transpose an entire piece of music?

2015-12-22 Thread Bernhard Kleine
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 I had a christmas carol "Zu Bethelem geboren" with is in F-Dur. That piece has a bass voice going to "großem F" more than once. Since the other voice are not at all at their upper limit, I thought to transpose the carol by 1 or 2 tones to G-Dur or A-

re: note head extents and event procedures (tabstaff)

2015-12-22 Thread Steve Fullerton
 I wasn't very clear in my first post. I've included an example this time.I am taking over the bendAfter stencil and drawing something else in its place. However the 'width' calculation in the code below doesn't account for double digit fret numbers. I think it is returning the width of a music not

Re: How to write chords for a rhythm section part from a blind user

2015-12-22 Thread Jacques Menu
Hello Daniel, Something like that, but with the chords below the staves? A .png would help un understand what you’re aiming at. JM \version "2.18.2" %\include "ijr-jazzchords.ily" %\include "lilyjazz.ily" \header { title = "untitled..." composer = "Ian Rashkin" copyright = "© 2014 Ian R

How to write chords for a rhythm section part from a blind user

2015-12-22 Thread Daniel Contreras
Hi everyone, I was interested to know what the best practice is for writing cord slashes with chord names below the staff, for a pop and or jazz chart. Any help would be greatly appreciated. Thanks Daniel Contreras ___ lilypond-user mailing list lil

Re: note head extents and event procedures (tabstaff)

2015-12-22 Thread Thomas Morley
2015-12-22 15:55 GMT+01:00 Steve Fullerton : > I am new to Lilypond and extremely confused. I have been working with > lilypond tablature and have managed to get everything working except one > thing. > > I need to add an event function that will draw something to the left or > right of the last t

note head extents and event procedures (tabstaff)

2015-12-22 Thread Steve Fullerton
 I am new to Lilypond and extremely confused. I have been working with lilypond tablature and have managed to get everything working except one thing.I need to add an event function that will draw something to the left or right of the last tab note head. I know how to do the drawing part using post