Re: help scheme TAB strings music-function

2012-06-19 Thread Janek Warchoł
On Tue, Jun 19, 2012 at 7:01 AM, Robby R rob...@buncombe.main.nc.us wrote: Hello, I'm a newbie trying to make a function to print string names next to TAB.   I've read the manuals over and over, and searched and searched all the lists. Have you seen this thread? It looks like what you need:

Re: Trills With Accidentals

2012-06-19 Thread ArnoldTheresius
P Spalding wrote: Arnold, In Linux Ubuntu, the Lilypond version I had was 2.12. I just upgraded to 2.14.2 hoping these commands you sent me would work. Nope! I see the include file you sent was created in version 2.15.39. Regards, RDL ... I did check it on my Win7/64: No

Re: A couple house-style adaptment questions

2012-06-19 Thread Rodolfo Zitellini
On Mon, Jun 18, 2012 at 4:00 PM, Janek Warchoł janek.lilyp...@gmail.com wrote: On Mon, Jun 18, 2012 at 1:27 PM, Rodolfo Zitellini xhero...@gmail.com wrote: ... if I add another staff above, the figures seem to stick on the bottom of the upper staff: Snippet [..] You should get a huge

Re: musicxml2ly

2012-06-19 Thread Rodolfo Zitellini
On Wed, May 16, 2012 at 7:55 PM, Colin Hall colingh...@gmail.com wrote: On Wed, May 16, 2012 at 10:42:09AM +0200, pls wrote: It's not a regression. It has never been officially fixed. A while ago I posted a bug report and a minimal example:

Re: musicxml2ly

2012-06-19 Thread Janek Warchoł
On Tue, Jun 19, 2012 at 8:55 AM, Rodolfo Zitellini xhero...@gmail.com wrote: who is the maintainer of musicxml2ly? I made a small small patch to preserve parenthesis on accidentals, would it be useful to anyone? I think musicxml2ly doesn't have any dedicated maintainer. I suggest that you send

Re: help scheme TAB strings music-function

2012-06-19 Thread Robby R
Thanks David, I followed your advice about markup-list, but still am in the dark --- see below. David Kastrup dak at gnu.org writes: setStrTuningCLEF = #(define-music-function (parser location tuning) (list?) Needs to be markup-list? in 2.14. Current

Re: help scheme TAB strings music-function

2012-06-19 Thread Robby R
Hello, I've simplified my original code a little, changed (list?) to (markup-list?) and can maybe ask some slightly more intelligent questions. My goal is a function to print string names next to TAB and eventually set a string tuning, something along the lines of : \setStrTuningCLEF

Re: Problems with \inversion

2012-06-19 Thread Trevor Daniels
Colin Hall wrote Tuesday, June 19, 2012 1:12 AM It looks like the behaviour has been explained by David Kastrup here: http://lists.gnu.org/archive/html/lilypond-user/2012-06/msg00380.html So, no bug in Lilypond to report then. Correct. If either of you, Alexandre or Trevor, would

turning off partcombine

2012-06-19 Thread m...@mikesolomon.org
Hey users, Is there a way to turn off partcombine so that I can change staves and then turn it back on when the voice comes back to its original staff? Cheers, MS ___ lilypond-user mailing list lilypond-user@gnu.org

turning off partcombine

2012-06-19 Thread m...@apollinemike.com
Hey users, Is there a way to turn off partcombine so that I can change staves and then turn it back on when the voice comes back to its original staff? Cheers, MS ___ lilypond-user mailing list lilypond-user@gnu.org

stopping voices from merging

2012-06-19 Thread m...@apollinemike.com
Hey all, If I have: foo = { \repeat unfold 8 { a''4 r4 } } bar = { a1 \repeat unfold 8 s4 a1 } \new Staff \foo \\ \bar Is there a way to make it so that foo becomes like a normal voice (neutral stems, unshifted rests) when bar has skips? Cheers, MS

part combine double whammy

2012-06-19 Thread m...@apollinemike.com
Hey all, Last question for the day...maybe... Let's say I have three voices, foo, bar, and qux. I want foo and bar to be partcombined when bar is on staff A and qux and bar to be partcombined when bar is on staff B. bar spends its time hopping between the two staves. Is there a way to do

Re: part combine double whammy

2012-06-19 Thread David Kastrup
m...@apollinemike.com m...@apollinemike.com writes: Hey all, Last question for the day...maybe... Let's say I have three voices, foo, bar, and qux. I want foo and bar to be partcombined when bar is on staff A and qux and bar to be partcombined when bar is on staff B. bar spends its time

turning off partcombine

2012-06-19 Thread m...@mikesolomon.org
Hey users, Is there a way to turn off partcombine so that I can change staves and then turn it back on when the voice comes back to its original staff? Cheers, MS ___ lilypond-user mailing list lilypond-user@gnu.org

Re: help scheme TAB strings music-function

2012-06-19 Thread David Kastrup
Robby R rob...@buncombe.main.nc.us writes: Hello, I've simplified my original code a little, changed (list?) to (markup-list?) and can maybe ask some slightly more intelligent questions. My goal is a function to print string names next to TAB and eventually set a string tuning,

Re: turning off partcombine

2012-06-19 Thread Eluze
hi Mike what exactly do you mean - any example? Eluze Am 19.06.2012 11:15, schrieb m...@mikesolomon.org: Hey users, Is there a way to turn off partcombine so that I can change staves and then turn it back on when the voice comes back to its original staff?

Re: help scheme TAB strings music-function

2012-06-19 Thread Ramana Kumar
On Tue, Jun 19, 2012 at 11:50 AM, David Kastrup d...@gnu.org wrote: Robby R rob...@buncombe.main.nc.us writes: Hello, I've simplified my original code a little, changed (list?) to (markup-list?) and can maybe ask some slightly more intelligent questions. My goal is a function to

Re: turning off partcombine

2012-06-19 Thread Janek Warchoł
Mike, On Tue, Jun 19, 2012 at 11:24 AM, m...@mikesolomon.org m...@mikesolomon.org wrote: Is there a way to turn off partcombine so that I can change staves and then turn it back on when the voice comes back to its original staff? What about this? instrumentOne = \relative c' { e4 e e e

Re: turning off partcombine

2012-06-19 Thread m...@mikesolomon.org
On 19 juin 2012, at 13:09, Janek Warchoł wrote: Mike, On Tue, Jun 19, 2012 at 11:24 AM, m...@mikesolomon.org m...@mikesolomon.org wrote: Is there a way to turn off partcombine so that I can change staves and then turn it back on when the voice comes back to its original staff? What

custom VoiceFollower

2012-06-19 Thread m...@apollinemike.com
Hey all, Does anyone have any idea why the custom-rolled VoiceFollower isn't printing in the example below? I'm positive the grob is being created and that it is linking successive notes (check out the print to the command line to see the info). Cheers, MS \version 2.14.2 #(define

shape and chords

2012-06-19 Thread Jan-Peter Voigt
Hello list, hello David, I have two questions concerning the \shape command (2.15.40) created by David Nalesnik: 1. Is it possible to shape ties in a chord? { \shape Tie #'(((0 . 0)(0 . 1)(0 . -1)(0 . 0))((0 . 0)(0 . 1)(0 . -1)(0 . 0))) c' e' g' b'1 ~ | q4 } 2. In the development version

Re: musicxml2ly

2012-06-19 Thread Colin Campbell
On 12-06-19 01:03 AM, Janek Warchoł wrote: On Tue, Jun 19, 2012 at 8:55 AM, Rodolfo Zitellinixhero...@gmail.com wrote: who is the maintainer of musicxml2ly? I made a small small patch to preserve parenthesis on accidentals, would it be useful to anyone? I think musicxml2ly doesn't have any

Re: custom VoiceFollower

2012-06-19 Thread m...@apollinemike.com
On 19 juin 2012, at 14:45, m...@apollinemike.com wrote: Hey all, Does anyone have any idea why the custom-rolled VoiceFollower isn't printing in the example below? I'm positive the grob is being created and that it is linking successive notes (check out the print to the command line to

Re: musicxml2ly

2012-06-19 Thread Rodolfo Zitellini
On Tue, Jun 19, 2012 at 2:58 PM, Colin Campbell c...@shaw.ca wrote: On 12-06-19 01:03 AM, Janek Warchoł wrote: On Tue, Jun 19, 2012 at 8:55 AM, Rodolfo Zitellinixhero...@gmail.com  wrote: who is the maintainer of musicxml2ly? I made a small small patch to preserve parenthesis on

Re: A couple house-style adaptment questions

2012-06-19 Thread Martin Straeten
try new voice instead of new figured bass and put both voices in one staff: \new Staff \new Voice { \figuremode { 6 6 6 5 6 4 2 5 4 3 } } \new Voice { \clef bass \relative c {c d e f g g, c2} } 2012/6/18 Rodolfo Zitellini xhero...@gmail.com On Sun, Jun 17, 2012 at 2:09 PM, David Nalesnik

Re: shape and chords

2012-06-19 Thread David Nalesnik
Hi Jan-Peter, On Tue, Jun 19, 2012 at 7:51 AM, Jan-Peter Voigt jp.vo...@gmx.de wrote: Hello list, hello David, I have two questions concerning the \shape command (2.15.40) created by David Nalesnik: 1. Is it possible to shape ties in a chord? { \shape Tie #'(((0 . 0)(0 . 1)(0 . -1)(0 .

Re: shape and chords

2012-06-19 Thread Jan-Peter Voigt
Hi David, thanks for your reply! Am 19.06.2012 um 19:20 schrieb David Nalesnik: Hi Jan-Peter, On Tue, Jun 19, 2012 at 7:51 AM, Jan-Peter Voigt jp.vo...@gmx.de wrote: Hello list, hello David, I have two questions concerning the \shape command (2.15.40) created by David Nalesnik: 1.

vibrato squiggle

2012-06-19 Thread Shevek
Hi all, I'm trying to figure out how to create a squiggle above some notes to indicate the width and frequency of vibrato. I wish I had a picture of what I'm looking for, but I can't seem to find one (though for some reason I have this feeling that I saw a snippet that does something like this).

Re: shape and chords

2012-06-19 Thread David Nalesnik
Hi Jan-Peter, It should be fairly straightforward to define a command to operate on unbroken/broken stacks of ties, and I can look into this. Oops, I spoke too soon! There's a known issue about this http://www.lilypond.org/doc/v2.15/Documentation/notation/modifying-shapes: It is not