Re: cre - - sen - - do

2013-04-29 Thread Madoka Machitani
Hello :) This is trivial, but having functions like these might help ease typing a lot: #(define (span-maker type) (lambda (text) (make-music 'type 'span-direction START 'span-type 'text 'span-text text))) textCresc = #(define-event-func

Re: latex with PNG images using lilypond-book?

2013-04-29 Thread Francisco Vila
2013/4/30 Kevin Patrick Barry : > Dear Francisco, > > I'm not sure I understand what you want; is it that you want to know how to > include PNG images in a latex document? The --png option in lilypond will > produce png images and they can be included in latex using the graphicx > package and \inc

Re: cre - - sen - - do

2013-04-29 Thread Derek
Awesome that works thanks! Thank you everybody who took the time to comment -- View this message in context: http://lilypond.1069038.n5.nabble.com/cre-sen-do-tp145225p145235.html Sent from the User mailing list archive at Nabble.com. ___ lilypond-use

Re: cre - - sen - - do

2013-04-29 Thread Shane Brandes
No but if it is a relatively small score you can fight with using mark up and sort of spreading the bits out manually. I have done it a few times and it can work out reasonably well, but there does not at the moment seem to be an automagical way. Shane On Tue, Apr 30, 2013 at 1:11 AM, Derek wro

Re: cre - - sen - - do

2013-04-29 Thread Keith OHara
Derek shmerek.com> writes: > Thanks for that. I assume this means at this juncture it isn't possible? > cheers Writing a chain of crescendos spelling out each syllable is possible { b2-\tweak#'text"cres"\cresc b b-\tweak#'text"cen"\cresc b b-\tweak#'text"do"\cresc b b1\f }

Re: Lyrics rest in text

2013-04-29 Thread Stjepan Horvat
It works for me..Thanks.. On Mon, Apr 29, 2013 at 8:04 PM, Marc Hohl wrote: > Am 29.04.2013 19:02, schrieb Stjepan Horvat: > > is is possible to put a rest in a lyrics text..?! >> For example: >> >> Ya - ba - da - ba -du >> He - llo - r8 - r8 - you >> >> so that the 8th rest is showen..?! >> >

Re: cre - - sen - - do

2013-04-29 Thread Derek
Hi Jay, Thanks for that. I assume this means at this juncture it isn't possible? cheers -- View this message in context: http://lilypond.1069038.n5.nabble.com/cre-sen-do-tp145225p145231.html Sent from the User mailing list archive at Nabble.com. ___

Re: cre - - sen - - do

2013-04-29 Thread Jay Anderson
On Mon, Apr 29, 2013 at 9:20 PM, SoundsFromSound wrote: > Oh, you mean like a text spanner? Close, but I think what's being asked isn't currently possible. We can set the left and right text with dashed line in between (cresc -- endo), but not set any intermediate text (cre -- scen -- do). I beli

Re: cre - - sen - - do

2013-04-29 Thread SoundsFromSound
Oh, you mean like a text spanner? http://www.lilypond.org/doc/v2.16/Documentation/snippets/expressive-marks (see down the page a bit, in the "Creating text spanners" sections.) There you can customize the text and stretch it as needed. Hope this helps, Ben Derek wrote > Hey thanks, I tried t

Re: cre - - sen - - do

2013-04-29 Thread Derek
Hey thanks, I tried that but I can't see a way to spread the syllables across which is what I am looking for. -- View this message in context: http://lilypond.1069038.n5.nabble.com/cre-sen-do-tp145225p145227.html Sent from the User mailing list archive at Nabble.com. __

Re: cre - - sen - - do

2013-04-29 Thread SoundsFromSound
Hello, Does this snippet help you? ___ \version "2.17.17" \relative c'' { \override TextSpanner #'(bound-details left text) = \markup { \upright "rit." } b1\startTextSpan c e,\stopTextSpan } http://www.lilypond.org/doc/v2.16/Documentation/notation/writing-text#text-spanners

cre - - sen - - do

2013-04-29 Thread Derek
Hi there, I have been searching for a while but I can't seem to find anything like this. Does anyone know what I would use to spread a dynamic marking like the one in the picture over a few notes or bars? -- View this

Re: Is it possible to adapt Numbers as easy note heads [0.07143] to solfege ( d r m f s l t)?

2013-04-29 Thread MING TSANG
Giles: Thank you for the quick response.  "EzSolfegeEngraver" works wonderfully.  I did replace : (solfege-base (circular-list "S" "O" "L" "F" "E" "G"  "E")) with (solfege-base (circular-list "d" "r" "m" "f" "s" "l" "t")) Thank you very much. Ming >Message: 7 >Date: Tue, 30 Apr 2013 01:11:0

Re: slur across bar

2013-04-29 Thread James Harkins
> \version "2.16.2" >   > { \key des \major >   \time 4/4 >    bes2-3 a4~ a8. bes16 | > aes8.  bes16 ( aes16. ) bes32 ( aes16. ) bes32 > \set tupletSpannerDuration = #(ly:make-moment 1 8) > \times 2/3 { g16-1 [ bes-3 ees' ] g [ bes ees' ] bes-2 [ d'-4 f' ] d'-1 [ f' aes'-4 ] } > } >   > When I th

Re: slur across bar

2013-04-29 Thread Tim McNamara
On Apr 29, 2013, at 7:05 PM, "Mark Stephen Mrotek" wrote: > Hello: > > In the following, I want to place a slur from the bes16 across the bar to the > aes8. > > \version "2.16.2" > > { \key des \major > \time 4/4 >bes2-3 a4~ a8. bes16 | > aes8. bes16 ( aes16. ) bes32 ( aes16. ) be

RE: slur across bar

2013-04-29 Thread Mark Stephen Mrotek
Graeme, Removing the bar check worked. Thank you! Mark From: lilypond-user-bounces+carsonmark=ca.rr@gnu.org [mailto:lilypond-user-bounces+carsonmark=ca.rr@gnu.org] On Behalf Of Graeme Lee Sent: Monday, April 29, 2013 5:17 PM To: lilypond-user@gnu.org Subject: Re: slur across

latex with PNG images using lilypond-book?

2013-04-29 Thread Kevin Patrick Barry
Dear Francisco, I'm not sure I understand what you want; is it that you want to know how to include PNG images in a latex document? The --png option in lilypond will produce png images and they can be included in latex using the graphicx package and \includegraphics{}. Is that what you want? Ke

Re: slur across bar

2013-04-29 Thread Graeme Lee
On 30/04/2013 10:05 AM, Mark Stephen Mrotek wrote: Hello: In the following, I want to place a slur from the bes16 across the bar to the aes8. \version "2.16.2" { \key des \major \time 4/4 bes2-3 a4~ a8. bes16 | aes8. bes16 ( aes16. ) bes32 ( aes16. ) bes32 \set tupletSpannerDurati

slur across bar

2013-04-29 Thread Mark Stephen Mrotek
Hello: In the following, I want to place a slur from the bes16 across the bar to the aes8. \version "2.16.2" { \key des \major \time 4/4 bes2-3 a4~ a8. bes16 | aes8. bes16 ( aes16. ) bes32 ( aes16. ) bes32 \set tupletSpannerDuration = #(ly:make-moment 1 8) \times 2/3 { g16-1

Re: Is it possible to adapt Numbers as easy note heads [0.07143] to solfege ( d r m f s l t)?

2013-04-29 Thread Gilles
#(define EzSolfegeEngraver#(define EzSolfegeEngraver Oh sorry a copy-paste error. % #(define EzSolfegeEngraver (list (cons 'acknowledgers (list (cons 'note-head-interface (lambda (engraver grob source-engraver) (

Re: Is it possible to adapt Numbers as easy note heads [0.07143] to solfege ( d r m f s l t)?

2013-04-29 Thread Gilles
I like to print solfege ( d r m f s l t) on to the note-head. The following snippet print numbers onto the note-head. Is it possible to adapt the following snippet to print solfege onto the note-head? I don't know if it is want you want : (and thanks to Frescobaldi to the automatic indenta

Is it possible to adapt Numbers as easy note heads [0.07143] to solfege ( d r m f s l t)?

2013-04-29 Thread MING TSANG
Hi lily users: I like to print solfege ( d r m f s l t) on to the note-head.  The following snippet print numbers onto the note-head. Is it possible to adapt the following snippet to print solfege onto the note-head? Thank for the help, Ming. Numbers as easy note heads [0.07143] - snippet \v

Re: Lyrics rest in text

2013-04-29 Thread Marc Hohl
Am 29.04.2013 19:02, schrieb Stjepan Horvat: is is possible to put a rest in a lyrics text..?! For example: Ya - ba - da - ba -du He - llo - r8 - r8 - you so that the 8th rest is showen..?! I use something like Hel -- lo \markup { \raise #1 \musicglyph #"rests.3" } you in my scores, but I a

Lyrics rest in text

2013-04-29 Thread Stjepan Horvat
is is possible to put a rest in a lyrics text..?! For example: Ya - ba - da - ba -du He - llo - r8 - r8 - you so that the 8th rest is showen..?! stef -- *Nesmotren govori kao da mačem probada, a jezik je mudrih iscjeljenje. Izreke 12:18* ___ lilypond-

Default font size

2013-04-29 Thread Sebastian Canagaratna
Hi: I am doing a book of musical exercises interspersed with marjup text. I am tyring to this entirely is lilypond instead of going e.g. to lilypond+ latex. Here is my problem,Is there a way to set the dafault font for markup fontsize as opposed to Lyric fontsize and the size of default fonts for

latex with PNG images using lilypond-book?

2013-04-29 Thread Francisco Vila
Hello. I am trying to create an e-book in ePub format from a latex document via lilypond-book and pandoc. EPubs can not have images in PDF format, so I'd like to prepare a latex file with PNG images. We are saying in the manuals (see http://www.lilypond.org/doc/v2.16/Documentation/usage/lilypond_0

Re: change of plans for this final project

2013-04-29 Thread Phil Holmes
- Original Message - From: "Trevor Daniels" To: "David Kastrup" ; "Daniel Rosen" Cc: Sent: Monday, April 29, 2013 3:34 PM Subject: Re: change of plans for this final project David Kastrup wrote Monday, April 29, 2013 1:13 PM Daniel Rosen writes: I have, but the entire concept

Re: repeated time signatures

2013-04-29 Thread Urs Liska
Hi David, Am 29.04.2013 16:15, schrieb David Nalesnik: Hi Urs, On Mon, Apr 29, 2013 at 9:02 AM, Urs Liska > wrote: The NR (1.2.3 "Displaying Rhythms") states that time signatures "are printed at the beginning of a piece and whenever the time signature

Re: change of plans for this final project

2013-04-29 Thread Sarah k Alawami
Hehahahaha. Yeah I can transpose as a pianist. I do it all the time. I just don't note down what I'm playing. Drives singers hattie as I am one to I like to annoy them by playing hymns in the keys they re not written on the page. lol! Btw for the poster who posted the stuff for lily pond v 2.

Re: change of plans for this final project

2013-04-29 Thread Daniel Rosen
On Apr 29, 2013, at 10:17 AM, "Francisco Vila" mailto:paconet@gmail.com>> wrote: El 29/04/2013 14:03, "Daniel Rosen" mailto:drose...@gmail.com>> escribió: That which would solve a problem for pianists and composers, not so much for singers, would pose a new big problem for sax, clarinet

Re: [Spam??] repeated time signatures

2013-04-29 Thread Trevor Daniels
Urs Liska wrote Monday, April 29, 2013 3:02 PM > The NR (1.2.3 "Displaying Rhythms") states that time signatures "are > printed at the beginning of a piece and whenever the time signature > changes." > > But if I write > > music = { > \time 3/4 > R2.*4 > \time 3/4 > R2. > } > > the

Re: change of plans for this final project

2013-04-29 Thread Trevor Daniels
David Kastrup wrote Monday, April 29, 2013 1:13 PM > Daniel Rosen writes: > >> I have, but the entire concept of instrument transposition is sort of >> confusing to me in the first place, as a singer and pianist. > > So something like "Sing this a whole note lower than written" would be > imp

Re: change of plans for this final project

2013-04-29 Thread Sarah k Alawami
It's actually for a b flat clarinet but I already changed it to the right key. the instructor was very very very specific in his instructions lol! right now I"m working on the parts separately in the file. flute and oboe for now. The piece is not very creative. lol! I read on how to do this i

Re: change of plans for this final project

2013-04-29 Thread Urs Liska
Am 29.04.2013 16:17, schrieb Francisco Vila: El 29/04/2013 14:03, "Daniel Rosen" > escribió: > I have, but the entire concept of instrument transposition is sort of confusing to me in the first place, as a singer and pianist. If I had my way, the entire world of m

Re: change of plans for this final project

2013-04-29 Thread Francisco Vila
El 29/04/2013 14:03, "Daniel Rosen" escribió: > I have, but the entire concept of instrument transposition is sort of confusing to me in the first place, as a singer and pianist. If I had my way, the entire world of musicians would pick a day where everyone switched to C-scores and instruments at

Re: repeated time signatures

2013-04-29 Thread David Nalesnik
Hi Urs, On Mon, Apr 29, 2013 at 9:02 AM, Urs Liska wrote: > The NR (1.2.3 "Displaying Rhythms") states that time signatures "are > printed at the beginning of a piece and whenever the time signature > changes." > > But if I write > > music = { > \time 3/4 > R2.*4 > \time 3/4 > R2. > } >

repeated time signatures

2013-04-29 Thread Urs Liska
The NR (1.2.3 "Displaying Rhythms") states that time signatures "are printed at the beginning of a piece and whenever the time signature changes." But if I write music = { \time 3/4 R2.*4 \time 3/4 R2. } the time signature is printed a second time although it doesn't change (to my un

Re: change of plans for this final project

2013-04-29 Thread David Kastrup
Daniel Rosen writes: >> Have you actually bothered to look at the manual page I linked to? >> It is explained thoroughly and with examples. >> > I have, but the entire concept of instrument transposition is sort of > confusing to me in the first place, as a singer and pianist. So something like

Re: change of plans for this final project

2013-04-29 Thread Daniel Rosen
On Apr 29, 2013, at 1:38 AM, David Kastrup wrote: > Daniel Rosen writes: > >>> -Original Message- >>> From: David Kastrup [mailto:d...@gnu.org] >>> Sent: Sunday, April 28, 2013 3:39 PM >>> To: lilypond-user@gnu.org >>> Subject: Re: change of plans for this final project >>> >>> C

Re: "stacked" tempo indications in one line

2013-04-29 Thread Stefan Vollmar
Dear Tim, On 26.04.2013, at 19:28, Tim Roberts wrote: > For the most part, it doesn't really matter. Both of the images you > showed us are acceptable musically, so there's no real "right" or > "wrong". I beg to differ. What does "acceptable musically" imply - a musician with suitable expertis

Re: change of plans for this final project

2013-04-29 Thread Wim van Dommelen
Hi Sarah, 1. If you write \key g \major and present this score to a clarinettist -- playing on a B-flat clarinet -- the piece will sound as \key f \major. 2. If you write \key g \major and present this score to a horn player -- playing a horn in F -- the piece will sound as \key c \major.