Re: Re: Partial measures

2009-02-22 Thread nick . payne
BODY { font-family:Arial, Helvetica, sans-serif;font-size:12px; } Thanks. Using your suggestion fixes all the problems I was seeing. Nick On Mon 23/02/09 9:11 AM , jpeters j...@jpeters.net sent: One way to do this is with measureLength: relative c'' {

Persian music

2009-02-22 Thread Kees van den Doel
Hi all, Many thanks for all your help, we can now write Persian music!! If you want to try it you can download the init file persian.ly and the font file (put in Lilypond font directory) from here: http://www.cs.ubc.ca/~kvdoel/tmp/persian.zip and try stuff like: \include "persian.ly" \version

Re: (de)cresendi syntax

2009-02-22 Thread Carl D. Sorensen
Frederic, I have made some comments in your message below. Thanks for taking on this project. This type of proposal probably should go to lilypond-devel, rather than -user, so I'm cross-posting to -devel. On 2/22/09 1:25 AM, "Frédéric Bron" wrote: > Hello, > > I am in charge of the question

Re: display chords (Ami7(b5))

2009-02-22 Thread Tim McNamara
On Feb 22, 2009, at 1:59 PM, Grammostola Rosea wrote: Tim McNamara wrote: On Feb 22, 2009, at 8:02 AM, Grammostola Rosea wrote: Hi, How do I make chords with the 5th an half tone lower or higher (e.g. b5 or #5)? for example Am7(b5) or D7(#5) I just asked this same question a coupl

\score inside define-markup-command

2009-02-22 Thread Michael Käppler
Hi all, is it possible to use the \score markup function in a new defined markup function construct? For example, #(define-markup-command (test layout props testclef) (string?) (interpret-markup layout props (markup #:score ( << \clef #testclef a4 h c >> This is invalid code because

Re: Cannot correctly code this rhythm...

2009-02-22 Thread M Watts
Brett Duncan wrote: I've been fiddling with your files, and I cannot get the main notes to perfectly line up, even when I set proportionalNotationDuration to a very small value. The main culprits appear to be the grace notes, as Carl indicated, but also the tremolos. (A bug, maybe?) And set S

Re: Partial measures

2009-02-22 Thread jpeters
One way to do this is with measureLength: \relative c'' { \time 4/4 \repeat volta 2 { \partial 8 gis8 |

Re: \transpose and \transposition combination error(?)

2009-02-22 Thread Trevor Daniels
Hmm. Not sure it's a bug. The \transpose command transposes all pitches within its scope, including the pitch in the \transposition command. You can compensate for this by using \transposition ees rather than \transposition bes in your example, but this seems a little confusing and rather de

Re: LilyPond on Leopard

2009-02-22 Thread Jonathan Kulp
Christopher, Have you tried the suggestions on Nicolas Sceaux's site? Here's the address: http://nicolas.sceaux.free.fr/index.php/2008/11/24/26-building-lilypond-from-git-sources-on-mac-os-105-intel Good luck with this. 2.12 is really much better than 2.10.33. Jon Christopher Berg wrote:

Re: Persian musical koron and sori

2009-02-22 Thread Behnam Rassi
Hi, I produced a package of things that I could do. I made a TTF Persian font called Vaziri which has the music notations. I also created a separate folder for a version of the font (without Persian text characters) in OTF and Type1 format with all their related files. There is also a PDF for

Re: display chords (Ami7(b5))

2009-02-22 Thread Grammostola Rosea
Tim McNamara wrote: On Feb 22, 2009, at 8:02 AM, Grammostola Rosea wrote: Hi, How do I make chords with the 5th an half tone lower or higher (e.g. b5 or #5)? for example Am7(b5) or D7(#5) I just asked this same question a couple of weeks ago. The standard way would be: Am7(b5

LilyPond on Leopard

2009-02-22 Thread Christopher Berg
Hi, I used LilyPond for a brief period several years ago on Mac 10.4 (Tiger) and it was working fine. I stopped using it for awhile, but I've become interested in it again. In the meantime, though, I've upgraded to Leopard. I tried downloading LilyPond directly from http://ivo.bouwmans.nam

SPACING AND MIDI ISSUES

2009-02-22 Thread mischa falkenburg
Hello All, I have a piece that currently is 84 pages in length. It is 6 voices in harmony. When the pdf files is generated, however, each page shows six lines at the top, a GAP, and then 6 lines again at the bottom...until the final page...when there are 6 lines followed by six lines - NO gap.

Re: lyrics and melody

2009-02-22 Thread James E. Bailey
also, like the centered hyphens, you can get smart(er) extender lines using " __ " (note the spaces around the underscores), but if you've read section 2.4, you've seen that already. El 22.02.2009, a las 16:49, Trevor Daniels escribió: Alberto Simões wrote Sunday, February 22, 2009 3:25 PM

Re: display chords (Ami7(b5))

2009-02-22 Thread Tim McNamara
On Feb 22, 2009, at 8:02 AM, Grammostola Rosea wrote: Hi, How do I make chords with the 5th an half tone lower or higher (e.g. b5 or #5)? for example Am7(b5) or D7(#5) I just asked this same question a couple of weeks ago. The standard way would be: Am7(b5) for two beats =

Re: help with: Cannot find voice

2009-02-22 Thread Trevor Daniels
It should work, unless you have no notes in \upperOne Trevor - Original Message - From: "Alberto Simões" To: "lilypond" Sent: Sunday, February 22, 2009 3:24 PM Subject: help with: Cannot find voice Hello I am trying to produce a SATB where S and A share the same staff. This is

Re: lyrics and melody

2009-02-22 Thread Trevor Daniels
Alberto Simões wrote Sunday, February 22, 2009 3:25 PM Grammostola Rosea wrote: hi, this melody: g4 a bes | es1( | es4) f, g a | d2 d and I want to add these lyrics: The fall - ing leaves_ drift by my win - dow, Probably you want: The fall- ing leaves drift by my win- dow

Re: help with: Cannot find voice [ Fixed ]

2009-02-22 Thread Alberto Simões
Heh. Fixed Was easy... just adding some notes made the trick :$ Cheers Alberto Alberto Simões wrote: > Hello > > I am trying to produce a SATB where S and A share the same staff. > > > This is my definition: > > \score{ > \context ChoirStaff > << > \context Staff = "

Re: lyrics and melody

2009-02-22 Thread Alberto Simões
Grammostola Rosea wrote: > Alberto Simões wrote: >> Hello >> >> Grammostola Rosea wrote: >> >>> hi, >>> >>> this melody: >>> >>> g4 a bes | es1( | es4) f, g a | d2 d >>> >>> and I want to add these lyrics: >>> >>> The fall - ing leaves_ drift by my win - dow, >>> >> >> Probabl

Re: lyrics and melody

2009-02-22 Thread Grammostola Rosea
Alberto Simões wrote: Hello Grammostola Rosea wrote: hi, this melody: g4 a bes | es1( | es4) f, g a | d2 d and I want to add these lyrics: The fall - ing leaves_ drift by my win - dow, Probably you want: The fall- ing leaves drift by my win- dow Cheers Alberto

Re: lyrics and melody

2009-02-22 Thread Alberto Simões
Hello Grammostola Rosea wrote: > hi, > > this melody: > > g4 a bes | es1( | es4) f, g a | d2 d > > and I want to add these lyrics: > > The fall - ing leaves_ drift by my win - dow, Probably you want: The fall- ing leaves drift by my win- dow Cheers Alberto > > > leaves shoul

help with: Cannot find voice

2009-02-22 Thread Alberto Simões
Hello I am trying to produce a SATB where S and A share the same staff. This is my definition: \score{ \context ChoirStaff << \context Staff = "upper" << \clef treble

lyrics and melody

2009-02-22 Thread Grammostola Rosea
hi, this melody: g4 a bes | es1( | es4) f, g a | d2 d and I want to add these lyrics: The fall - ing leaves_ drift by my win - dow, leaves should be place below es1( | es4) The templae of frescobaldi uses: verse = \lyricmode { % Liedtekst volgt hier. } I don't get this don

display chords (Ami7(b5))

2009-02-22 Thread Grammostola Rosea
Hi, How do I make chords with the 5th an half tone lower or higher (e.g. b5 or #5)? for example Am7(b5) or D7(#5) Thanks in advance, \r ___ lilypond-user mailing list lilypond-user@gnu.org http://lists.gnu.org/mailman/listinfo/lilypond-user

Re: Problem wit grace notes

2009-02-22 Thread Jonathan Kulp
Zbyněk Burget wrote: Hi again, I find one more problem. This time with grace notes at the beginning of score, where is multiple staves. If one of staves begins with grace note {\grace, \appoggiatura, \acciaccatura), instrument name on first line is not printed and key, time and clef signs are

Problem wit grace notes

2009-02-22 Thread Zbyněk Burget
Hi again, I find one more problem. This time with grace notes at the beginning of score, where is multiple staves. If one of staves begins with grace note {\grace, \appoggiatura, \acciaccatura), instrument name on first line is not printed and key, time and clef signs are printed unreasonably.

Re: Partial measures

2009-02-22 Thread Jonathan Kulp
Nick Payne wrote: Jon What you have below works fine with the small example, but when I remove the \partial at the beginning of the 2nd repeat in the actual score, not only do I not get the partial measure, but Lilypond gets quite bamboozled (see attached png of the final page) and forgets to pu

\transpose and \transposition combination error(?)

2009-02-22 Thread Zbyněk Burget
Hi, I found a (probably) error in combination \transpose and \transposition functions. I've score: \score { \new StaffGroup << \new Staff { \key c \major c'1 } \new Staff { \transposition bes \key d \major d'1 } >> \midi {} } There is allrigh

Re: How to control ordering of staves?

2009-02-22 Thread aliteralmind
So very helpful, once again, John. Thank you. (By the way, are you related to a Heather Kulp in SE Pennsylvania? I went to high school with a Heather Kulp.) -- View this message in context: http://www.nabble.com/How-to-control-ordering-of-staves--tp22142941p22146169.html Sent from the Gnu - Lil

RE: Partial measures

2009-02-22 Thread Nick Payne
Jon What you have below works fine with the small example, but when I remove the \partial at the beginning of the 2nd repeat in the actual score, not only do I not get the partial measure, but Lilypond gets quite bamboozled (see attached png of the final page) and forgets to put in any line breaks

Re: (de)cresendi syntax

2009-02-22 Thread Cameron Horsburgh
On Sun, Feb 22, 2009 at 09:25:57AM +0100, Frédéric Bron wrote: > Hello, > > > Here are my dreams: > > - \<, \>, \! are used to start/stop (de)crescendo spanner (hairpin or text), > - crescTextXXX, dimTextXXX, crescHairpin, dimHairpin decide if \<, \>, > \! produce text or hairpin (applies for ev

(de)cresendi syntax

2009-02-22 Thread Frédéric Bron
Hello, I am in charge of the question of (de)crescendo syntax issue in 2.12.2. Here is what lilypond 2.12.2 currently does (in ly/spanners-init.ly): - \< and \cr are equivalent: they start a crescendo event on the previous note: #(make-span-event 'CrescendoEvent START) - \> and \decr are equiv