Re: Error Message

2012-11-26 Thread Zenaan Harkness
On 11/27/12, David Kastrup wrote: > David Nalesnik writes: >> On Mon, Nov 26, 2012 at 8:10 PM, Mark Stephen Mrotek >> wrote: >>> Since I copied the following >>> \set TupletSpannerDuration = #(ly:make-moment 1 4) >>> from the manual and pasted it into the code, I am not sure what the >>> error >

Re: Error Message

2012-11-26 Thread David Kastrup
David Nalesnik writes: > On Mon, Nov 26, 2012 at 8:10 PM, Mark Stephen Mrotek > wrote: > >> Since I copied the following >> >> >> >> \set TupletSpannerDuration = #(ly:make-moment 1 4) >> >> >> >> from the manual and pasted it into the code, I am not sure what the error >> is. >> > > Should be "t

Re: Error Message

2012-11-26 Thread David Nalesnik
Hi Mark, On Mon, Nov 26, 2012 at 8:10 PM, Mark Stephen Mrotek wrote: > Hello: > > > > The following error message is appearing in the output log: > > > > warning: cannot find property type-check for `TupletSpannerDuration' > (translation-type?). perhaps a typing error? > > warning: doing assignm

Error Message

2012-11-26 Thread Mark Stephen Mrotek
Hello: The following error message is appearing in the output log: warning: cannot find property type-check for `TupletSpannerDuration' (translation-type?). perhaps a typing error? warning: doing assignment anyway Since I copied the following \set TupletSpannerDuration = #(ly:make

Re: include header conflicts

2012-11-26 Thread MING TSANG
t; } #}) > >Are you SURE that's the file name?  Note that the actual title of the >song has "loves" not "love, which would make the file name >"jesus-loves-me-this-i-know.ly". > >-- >Tim Roberts, t...@probo.com >Providenza & Boekelheide, Inc. > &

Re: Harmonics and regular notes same measure different voices

2012-11-26 Thread David Bellows
Thanks everyone! Clearly there is still much for me to learn about Lilypond. I've gone with the \override NoteHead and it's working perfectly. On Mon, Nov 26, 2012 at 8:05 PM, Nick Payne wrote: > On 27/11/12 11:39, David Bellows wrote: > >> Hey everyone. I'm creating a score for classical guitar

Re: Harmonics and regular notes same measure different voices

2012-11-26 Thread Nick Payne
On 27/11/12 11:39, David Bellows wrote: Hey everyone. I'm creating a score for classical guitar and I've run into a problem combining harmonics and regular notes in the same measure in different voices. If I do something like this: \version "2.16.1" << { \harmonicsOn e'4 f' g' \harmonicsOff}

Re: Harmonics and regular notes same measure different voices

2012-11-26 Thread David Kastrup
David Bellows writes: > Hey everyone. I'm creating a score for classical guitar and I've run > into a problem combining harmonics and regular notes in the same > measure in different voices. If I do something like this: > > \version "2.16.1" > << { \harmonicsOn e'4 f' g' \harmonicsOff} \\ {a4 b c

Re: Harmonics and regular notes same measure different voices

2012-11-26 Thread Thomas Morley
2012/11/27 David Bellows : > Hey everyone. I'm creating a score for classical guitar and I've run into a > problem combining harmonics and regular notes in the same measure in > different voices. If I do something like this: > > \version "2.16.1" > << { \harmonicsOn e'4 f' g' \harmonicsOff} \\ {a4

Re: review of a Mutopia file (why TabStaff gives error here?)

2012-11-26 Thread David Kastrup
Thomas Morley writes: > 2012/11/26 Nick Payne : > >> Thanks. I had a look at http://lsr.dsi.unimi.it/LSR/Item?id=857. However, >> even with a single sequence, in some situations it doesn't handle braces >> during the barre - e.g. if you try >> >> \barre V { c4 c c \times 2/3 { c8 c c } } >> >> th

bold-tenuto - new LSR-snippet

2012-11-26 Thread Thomas Morley
To the author of http://lsr.dsi.unimi.it/LSR/Item?u=1&id=858 I want to approve your new snippet, but discuss the possibilities to make it more concise. If you're on the list, please contact me. Best, Harm ___ lilypond-user mailing list lilypond-use

Harmonics and regular notes same measure different voices

2012-11-26 Thread David Bellows
Hey everyone. I'm creating a score for classical guitar and I've run into a problem combining harmonics and regular notes in the same measure in different voices. If I do something like this: \version "2.16.1" << { \harmonicsOn e'4 f' g' \harmonicsOff} \\ {a4 b c} >> then the harmonic noteheads

Re: beam-problem

2012-11-26 Thread Thomas Morley
2012/11/26 Martin Neubauer : > Hi, > > You can always use explicit beaming: Hi Martin, thanks for your reply. I know about "explicit beaming". I should have asked more precise: How to use automatic beaming as described in: NR 1.2.4 Beams Setting automatic beam behavior http

Re: review of a Mutopia file (why TabStaff gives error here?)

2012-11-26 Thread Thomas Morley
2012/11/26 Nick Payne : > On 26/11/12 12:37, Keith OHara wrote: >> >> Nick Payne internode.on.net> writes: >> >>> On 24/11/12 13:34, Keith OHara wrote: \once\override TextSpanner #'to-barline = ##t <>\startTextSpan $music <>\stopTextSpan >>> >>> W

Re: include header conflicts

2012-11-26 Thread Eluze
MING TSANG wrote > I am running window 7 and frescobaldi v2.0.8.  The search path include the > directory that contain the include .ly file. did you check the other points? and please stop including all that senseless mailing stuff which only withdraws the attention from the relevant problems! E

Re: beam-problem

2012-11-26 Thread Martin Neubauer
Hi, You can always use explicit beaming: \version "2.16.1" \new Staff \relative c' { \time 2/4 %1 a32[ a a a] a a a a a8 a16. a32 | %2 a8 a16. a32 a32[ a a a] a a a a | } Regards, Martin (Sent to the list this time) On 26 November 2012 12:53, Thomas Morley wrote: > Hi

Re: include header conflicts

2012-11-26 Thread Tim Roberts
MING TSANG wrote: > > > I try the following lily code as suggested in the email below and I > got error. Then I change the version to "2.17.0" (I have 2.17.7 > installed), I got different error message. Appreciate if anyone can help. > > \version "2.16.0" > #(ly:score-music #{ \score { \include

Re: review of a Mutopia file (why TabStaff gives error here?)

2012-11-26 Thread Nick Payne
On 26/11/12 12:37, Keith OHara wrote: Nick Payne internode.on.net> writes: On 24/11/12 13:34, Keith OHara wrote: \once\override TextSpanner #'to-barline = ##t <>\startTextSpan $music <>\stopTextSpan Why is lilypond thinking that the TextSpanner is breaking across st

Re: Question about page number position and ornamentation

2012-11-26 Thread Thomas Morley
2012/11/26 Rustik : > What i can make in this situation? Hi, try the commented code below. Shout if you've further questions. \version "2.16.0" \paper { % see: http://code.google.com/p/lilypond/issues/detail?id=2576 #(define (not-last-page layout props arg) (if (not (book-last-page? layout

Re: measures per system

2012-11-26 Thread Kieren MacMillan
p.s. I guess in my exact example as given, one could use '(4 5 4 6 200 4 4 4 4 4 4 4 4 100) But I think there is still a valid question in here [somewhere] about how to give the greatest flexibility to this [wonderful!] Scheme engraver, with the simplest user interface. Thanks! Kieren.

Re: include header conflicts

2012-11-26 Thread MING TSANG
Hi, Eluze, I am running window 7 and frescobaldi v2.0.8.  The search path include the directory that contain the include .ly file.   Blessing in+, > > From: "lilypond-user-requ...@gnu.org" >To: lilypond-user@gnu.org >Sent: Monday, November 26, 2012 12:01:05 PM

Re: PS (dynamic alignment)

2012-11-26 Thread james
On Nov 26, 2012, at 3:33 PM, Eluze wrote: > Werner-37 wrote >>> to have dynamics for the whole score I would use a Dynamic voice between >>> the 2 staves (as you proposed) >> >> „between the 2 staves“ ‒ do you meen as a invisible 1-line-stave ? > > not exactly - see the attached example where

Re: simple choral example: warnings/clashes and no midi

2012-11-26 Thread james
On Nov 26, 2012, at 1:42 AM, Thomas Morley wrote: > 2012/11/26 : >> >> I am still relatively new to lilypond. >> I have a simple four voice choral attached. >> >> >> (1) >> This example produces numerous warnings about >> clashing notes which look like: >> >>choral-beethoven-moonlight-01

measures per system

2012-11-26 Thread Kieren MacMillan
Hi all, One of my favourite snippets (thanks David!) is Is there a way that this can be coded "arbitrarily", e.g. 1. The first 19 measures broken as '(4 5 4 6). 2. The next 200 measures broken automagically by Lilypond. 3. The next 32 measures broken

Re: include header conflicts

2012-11-26 Thread Eluze
MING TSANG wrote please send logs as they are, just copy and paste what is there (don't try to emphasize)! did you check if your file to include is in a folder listed in the /search path/?! what OS? in certain cases hyphens could be a problem, so it's better to choose names with only characters.

Re: include header conflicts

2012-11-26 Thread MING TSANG
Hi,lily users: I try the following lily code as suggested in the email below  and I got error.  Then I change the version to "2.17.0"  (I have 2.17.7 installed), I got different error message. Appreciate if anyone can help. \version "2.16.0" #(ly:score-music #{ \score { \include "jesus-love

Re: PS (dynamic alignment)

2012-11-26 Thread Eluze
Werner-37 wrote >> to have dynamics for the whole score I would use a Dynamic voice between >> the 2 staves (as you proposed) > > „between the 2 staves“ ‒ do you meen as a invisible 1-line-stave ? not exactly - see the attached example where I also colored the hairpins to make it easier to foll

Re: PS (dynamic alignment)

2012-11-26 Thread Werner
> to have dynamics for the whole score I would use a Dynamic voice between > the 2 staves (as you proposed) „between the 2 staves“ ‒ do you meen as a invisible 1-line-stave ? Du you have an example? Thank you Werner ___ lilypond-user mailing list

Re: PS (dynamic alignment)

2012-11-26 Thread Eluze
Werner-37 wrote >> I would like to have dynamics for the single voices (I use ^ for voiceOne >> and _ for voiceTwo) but also dynamics for all 4 voices. These should be >> aligned just in the middle between the two staves. >> >> Do I have >> to write a fifth voice containing only s s s ... for t

Re: Question about page number position and ornamentation

2012-11-26 Thread Rustik
What i can make in this situation? -- View this message in context: http://lilypond.1069038.n5.nabble.com/Question-about-page-number-position-and-ornamentation-tp136399p136870.html Sent from the User mailing list archive at Nabble.com. ___ lilypond-u

beam-problem

2012-11-26 Thread Thomas Morley
Hi, (forwarding this from the german forum) Wanting to beam \version "2.16.1" \new Staff \relative c' { \time 2/4 %1 a32 a a a a a a a a8 a16. a32 | %2 a8 a16. a32 a32 a a a a a a a | } like the attached image, is there a better way than doing \version "2.16.1" \new Staff