Unterminated tie with tuplets

2014-03-18 Thread Jimmie Felidae
Hello List, I got a warning of unterminated tie. The warning message is: ``` /tmp/frescobaldi-k7Gcla/tmpqo6ujA/document.ly:3:2: warning: unterminated tie c''2.~ \times 2/3 {a'4 g'8~} | g'2 r2| ``` Related tiny example: ``` \version "2.14.0" { c''2.~ \times 2/3 {a'4 g'8~} | g'2 r2| } ```

Re: Unterminated tie with tuplets

2014-03-18 Thread Urs Liska
Am 18.03.2014 09:17, schrieb Jimmie Felidae: Hello List, I got a warning of unterminated tie. The warning message is: ``` /tmp/frescobaldi-k7Gcla/tmpqo6ujA/document.ly:3:2: warning: unterminated tie c''2.~ \times 2/3 {a'4 g'8~} | g'2 r2| ``` Related tiny example: ``` \version "2.14.0" {

Re: Unterminated tie with tuplets

2014-03-18 Thread David Kastrup
Jimmie Felidae writes: > Hello List, > > I got a warning of unterminated tie. The warning message is: > > ``` > /tmp/frescobaldi-k7Gcla/tmpqo6ujA/document.ly:3:2: warning: unterminated tie > c''2.~ \times 2/3 {a'4 g'8~} | g'2 r2| > ``` > > Related tiny example: > > ``` > \version "2.14.0" > {

Re: Unterminated tie with tuplets

2014-03-18 Thread Jimmie Felidae
Thanks guys. With your help I realize what I tried to do -- it should be a slur here... Best, Jimmie 2014-03-18 16:30 GMT+08:00, David Kastrup : > Jimmie Felidae writes: > >> Hello List, >> >> I got a warning of unterminated tie. The warning message is: >> >> ``` >> /tmp/frescobaldi-k7Gcla/tmpqo

Re: using a scheme function, but with a different name

2014-03-18 Thread Stefan Thomas
Dear David, thanks for Your help. There seems to be a problem with the function itself. Whith the below quoted snippet, I get the error: taktartentest.ly:3:21: error: GUILE signaled an error for the expression beginning here fourquarterRests = # (define-music-function (parser lo

Re: using a scheme function, but with a different name

2014-03-18 Thread Urs Liska
Am 18.03.2014 11:50, schrieb Stefan Thomas: \version "2.18.0" fourquarterRests = #(define-music-function (parser location ANFANG ENDE ) (number? number? ) global = { ??? Where is the _body_ of your music function? ___ lilypond-user mailing list li

Re: using a scheme function, but with a different name

2014-03-18 Thread David Kastrup
Stefan Thomas writes: > Dear David, > thanks for Your help. > There seems to be a problem with the function itself. > Whith the below quoted snippet, I get the error: > taktartentest.ly:3:21: error: GUILE signaled an error for the expression > beginning here > fourquarterRests = # >

Re: using a scheme function, but with a different name

2014-03-18 Thread Stefan Thomas
Yes, David, You are right! The definition was wrong! 2014-03-18 11:58 GMT+01:00 David Kastrup : > Stefan Thomas writes: > > > Dear David, > > thanks for Your help. > > There seems to be a problem with the function itself. > > Whith the below quoted snippet, I get the error: > > taktartentest.ly

Re: Frescobaldi 2.0.14

2014-03-18 Thread Trevor Daniels
Wilbert, you wrote Thursday, March 06, 2014 11:00 PM > To celebrate my 43rd birthday, Frescobaldi 2.0.14 has been released in the > wild! Rather a belated but heartfelt thanks to you and your collaborators for all your work. The music view panel in this release is enormously improved! Trevor

Installation instructions for Frescobaldi on Mac OS X

2014-03-18 Thread Davide Liessi
Dear all, the installation instructions for Frescobaldi on Mac OS X have been updated. You can find them in the wiki of Frescobaldi's GitHub repository: https://github.com/wbsoft/frescobaldi/wiki (The French translation will hopefully be updated soon.) The instructions have been reorganized and pa

Re: Installation instructions for Frescobaldi on Mac OS X

2014-03-18 Thread Wilbert Berendsen
Fantastic work. Thanks! Wilbert --  Wilbert Berendsen (www.wilbertberendsen.nl) ___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-user

How do I write this in chordmode?

2014-03-18 Thread Daniel Rosen
\version "2.19.3" { } DR ___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-user

Re: How do I write this in chordmode?

2014-03-18 Thread Alexander Kobel
On 03/18/2014 04:25 PM, Daniel Rosen wrote: \version "2.19.3" { } \chordmode { e:m8^7 } HTH, Alexander ___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-user

RE: How do I write this in chordmode?

2014-03-18 Thread Daniel Rosen
> -Original Message- > From: Alexander Kobel [mailto:n...@a-kobel.de] > Sent: Tuesday, March 18, 2014 11:32 AM > To: Daniel Rosen; lilypond-user@gnu.org > Subject: Re: How do I write this in chordmode? > > On 03/18/2014 04:25 PM, Daniel Rosen wrote: > > \version "2.19.3" > > { } > > \cho

RE: How do I write this in chordmode?

2014-03-18 Thread Mark Stephen Mrotek
Daniel, Look at http://www.lilypond.org/doc/v2.18/Documentation/notation/chord-mode#extended -and-altered-chords What you want would be \chordmode { e4: 5 3- 8 } Mark -Original Message- From: lilypond-user-bounces+carsonmark=ca.rr@gnu.org [mailto:lilypond-user-bounces+carsonmark=ca.

Re: How do I write this in chordmode?

2014-03-18 Thread Fredrik Wallberg
Hi Daniel, \chordmode { e:m5.8 } seems to work as well. This formula is very practical if you need something like: \chordmode { e:m5.15 } More examples here: http://lilypond.org/doc/v2.16/Documentation/notation/chord-mode / Fredrik ___ lilypond-user

Re: vertical position of beamed rests

2014-03-18 Thread Michael Winter
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi All, I am bumping this issue as I am working with Casey and we really need a solution for this problem. Any help will be much appreciated. Again, it seems like there is no way to: force center (vertically) the rests in the staff such that the bea

How do I expand lyrics...

2014-03-18 Thread Kevin Tough
After reading "2.3.2 Aligning lyrics to a melody" from the 2.18.2 manual I still cannot seem to get my lyrics to extend over 2 notes. Am I missing something or is there something missing from the documentation. My Christmas "sleigh" should fill in the complete staff and my "Jingle should stay put i

"+" & utf-8 characters on file name

2014-03-18 Thread MING TSANG
The attached .ly file generate two pdf files.   1. test_utf-8_filename.pdf  2. test_uft-8_filename-SA_TB.pdf I was anticipating that the 2nd pdf file name to be  "test_utf-8_filename-SA+TB.pdf"  Instead it generates  "test_utf-8_filename-SA_TB.pdf".  Is it that lilypond cannot generate utf-8 char

Re: How do I expand lyrics...

2014-03-18 Thread and...@andis59.se
On 2014-03-18 17:37, Kevin Tough wrote: After reading "2.3.2 Aligning lyrics to a melody" from the 2.18.2 manual I still cannot seem to get my lyrics to extend over 2 notes. Am I missing something or is there something missing from the documentation. My Christmas "sleigh" should fill in the compl

Re: "+" & utf-8 characters on file name

2014-03-18 Thread MING TSANG
On Tuesday, March 18, 2014 12:58:13 PM, MING TSANG wrote: The attached .ly file generate two pdf files.   1. test_utf-8_filename.pdf  2. test_uft-8_filename-SA_TB.pdf I was anticipating that the 2nd pdf file name to be  "test_utf-8_filename-SA+TB.pdf"  Instead it generates  "test_utf-8_fil

Re: How do I expand lyrics...

2014-03-18 Thread Fredrik Wallberg
Hi Kevin, if you want one syllable to be sung on more than one note, add a slur across the notes to create a melisma. This is standard lyrics notation and Lilypond will behave as you would expect. And if you *really* want that extender line after "sleigh", you should use two underscores, not three

Re: How do I expand lyrics...

2014-03-18 Thread Kevin Tough
Hey Thanks, when I first read the manual I thought Lilypond's symbol to spread or center a lyric between two note values was the double underscore. No matter how I placed or spaced it this naturally didn't work. Now I see from playing with your example that the slur does do the job in this case. I

Re: How do I expand lyrics...

2014-03-18 Thread David Kastrup
Kevin Tough writes: > After reading "2.3.2 Aligning lyrics to a melody" from the 2.18.2 manual > I still cannot seem to get my lyrics to extend over 2 notes. Am I > missing something or is there something missing from the documentation. > My Christmas "sleigh" should fill in the complete staff an

Re: "+" & utf-8 characters on file name

2014-03-18 Thread Fredrik Wallberg
Hi Ming, someone with more knowledge about Unicode (and Windows) could perhaps explain why that happens, but since you also asked for a workaround: Instead of using \bookOutSuffix, you could try with \bookOutputName, like this: \book { \bookOutputName "+中国曲子+" Which works fine over here (vers

Re: How do I expand lyrics...

2014-03-18 Thread Simon Albrecht
Am 18.03.2014 20:17, schrieb Kevin Tough: Hey Thanks, when I first read the manual I thought Lilypond's symbol to spread or center a lyric between two note values was the double underscore. No matter how I placed or spaced it this naturally didn't work. Now I see from playing with your example

Re: "+" & utf-8 characters on file name

2014-03-18 Thread Simon Albrecht
Am 18.03.2014 21:05, schrieb Fredrik Wallberg: Hi Ming, someone with more knowledge about Unicode (and Windows) could perhaps explain why that happens, but since you also asked for a workaround: Instead of using \bookOutSuffix, you could try with \bookOutputName, like this: \book { \bookOu

Re: "+" & utf-8 characters on file name

2014-03-18 Thread MING TSANG
On Tuesday, March 18, 2014 5:58:51 PM, Simon Albrecht wrote: Am 18.03.2014 21:05, schrieb Fredrik Wallberg: Hi Ming, someone with more knowledge about Unicode (and Windows) could perhaps explain why that happens, but since you also asked for a workaround: Instead of using \bookOutSuffi