Defining a variable for path names

2014-11-18 Thread ingbolbograr
I have two different versions of each of my lilypond files, each with a different header. At the top of each file, I have this: \include C:/songs/lilypond_header_file_1.ly %\include C:/music/lilypond_header_file_2.ly I'd like to be able to use a global variable that is set in only one place

Re: Defining a variable for path names

2014-11-18 Thread Brian Barker
At 22:34 17/11/2014 -0700, Ingbol Bograr wrote: I have two different versions of each of my lilypond files, each with a different header. At the top of each file, I have this: \include C:/songs/lilypond_header_file_1.ly %\include C:/music/lilypond_header_file_2.ly I'd like to be able to use

Re: Defining a variable for path names

2014-11-18 Thread Urs Liska
Hi Ingbol (?), Am 18.11.2014 06:34, schrieb ingbolbograr: I have two different versions of each of my lilypond files, each with a different header. At the top of each file, I have this: \include C:/songs/lilypond_header_file_1.ly %\include C:/music/lilypond_header_file_2.ly I'd like to be

Markup : convert to v2.18/v2.19 generate error

2014-11-18 Thread Pierre Perol-Schneider
Hi All, I'm trying to convert this v2.16 file : http://lilypond-french-users.1298960.n2.nabble.com/attachment/7581913/0/arnaud.ly but this gives me error: unexpected post-event. So I've come up with this function : ti = #(define-music-function (parser location button) (string?) (if cadb

Re: Markup : convert to v2.18/v2.19 generate error

2014-11-18 Thread tisimst
How about using define-scheme-function instead? -Abraham Sent from my iPhone On Nov 18, 2014, at 3:15 AM, Schneidy [via Lilypond] ml-node+s1069038n16878...@n5.nabble.com wrote: Hi All, I'm trying to convert this v2.16 file :

Re: Frecobaldi 2 Mac OS X install guide

2014-11-18 Thread signorpantofola
Hi Philippe, thanks for your post. Hopefully I can finally install frescobaldi on my computer (10.10.1). Unfortunately, i am getting stuck after I download this link : https://python-poppler-qt4.googlecode.com/files/python-poppler-qt4-0.16.3.tar.gz I double-click to unzip, get the folder... then

Re: Frecobaldi 2 Mac OS X install guide

2014-11-18 Thread Davide Liessi
2014-11-18 12:21 GMT+01:00 signorpantofola signorpantof...@gmail.com: Hi Philippe, thanks for your post. Hopefully I can finally install frescobaldi on my computer (10.10.1). Unfortunately, i am getting stuck after I download this link :

Beginners problem with display in an include file

2014-11-18 Thread Peter Gentry
\version 2.18.2 ;;; OS Vista and Frescobaldi ;;; attempt to improve include file enharmonic.ly ;;; why does guile display fail to produce an output to thefresobaldi log file #(ly:message Test debug 1\n) #(define (naturalize-pitch p) (let ((o (ly:pitch-octave p)) (a (* 4 (ly:pitch-alteration p)))

Re: Frecobaldi 2 Mac OS X install guide

2014-11-18 Thread Philippe Massart
Hello, There is another way to install Frescobaldi since I wrote this guide (via Macports, for frescobaldi too) if you prefer. In that case, you just have to type: sudo port install frescobaldi Meanwhile, I'll try to explain more precisely what to do in you case: Obviously, the Terminal

Re: Frecobaldi 2 Mac OS X install guide

2014-11-18 Thread Jacques Menu
Hello Silvan, Trick (dating back from the NeXT era) : in the Terminal, type ‘cd ‘ (with the space) and drag a folder icon from a nearby Finder window on the same line: the path to the folder comes as the text argument to ‘cd’. Enjoy! JM Le 18 nov. 2014 à 13:57:19, Philippe Massart

Re: Frecobaldi 2 Mac OS X install guide

2014-11-18 Thread signorpantofola
Hi Philippe, thanks for your post. Hopefully I can finally install frescobaldi on my computer (10.10.1). Unfortunately, i am getting stuck after I download this link : https://python-poppler-qt4.googlecode.com/files/python-poppler-qt4-0.16.3.tar.gz I double-click to unzip, get the folder... then

Re: Frecobaldi 2 Mac OS X install guide

2014-11-18 Thread Tim McNamara
Why not install the Frescobaldi.app bundle instead, which is installed like any Mac app? On Nov 18, 2014, at 5:18 AM, signorpantofola signorpantof...@gmail.com wrote: Hi Philippe, thanks for your post. Hopefully I can finally install frescobaldi on my computer (10.10.1). Unfortunately,

Fwd: positioning dynamics vertically

2014-11-18 Thread David B. Stocker
Hello all, I'm typesetting pieces for piano and melody instrument and I have a question about dynamic placement. I'm adding dynamics to the melody part in a separate Dynamics context because I like for each line of markings to have its own static baseline. But I need that baseline to 'hug' the

Re: Mac testers needed for Frescobaldi! (again)

2014-11-18 Thread Dewdman42
This DMG was very very very helpful to me and seems to be working great. I do not want to install HomeBrew nor MacPorts on my mac, and the task of manually installing from all the sources and dependencies was daunting to say the least. This DMG version worked out of the box really well so thank

positioning dynamics vertically

2014-11-18 Thread David B. Stocker
Hello all, I'm typesetting pieces for piano and melody instrument and I have a question about dynamic placement. I'm adding dynamics to the melody part in a separate Dynamics context because I like for each line of markings to have its own static baseline. But I need that baseline to 'hug'

Re: Quick Repeats

2014-11-18 Thread Marc Hohl
Am 18.11.2014 um 17:58 schrieb Marcos Press: Hi List, Iḿ looking for a way of making quick repeats of small fragments (not tremolos) without having to input the whole \repeat function. I don't know if theres already a threat with these topic. for example: a4 r a r a r a r with the function

Ledger Lines in Key Signature?

2014-11-18 Thread Frank Z.
Dear Lilypond-Community, I'd like to have a key signature with a flat on B3 (one octave lower than usual). This can be achieved easily. But I would like to have a ledger line for this key signature accidental. Is this possible? \version 2.18.2 \relative c' { \override

Re: Quick Repeats

2014-11-18 Thread Noeck
{a4 r}*4 Wouldn't be great? I remember a discussion about this long time ago. A possible workaround is described in http://lists.gnu.org/archive/html/lilypond-devel/2009-11/msg00362.html That would have been my solution, too. With a recent version, you can also write: \version 2.18.2

Re: positioning dynamics vertically

2014-11-18 Thread Pierre Perol-Schneider
Hi David, 2014-11-18 18:30 GMT+01:00 David B. Stocker notesetters...@gmail.com: I need that baseline to 'hug' the bottom of the melody staff and I haven't been able to do that. See : http://lilypond.org/doc/v2.18/Documentation/notation/flexible-vertical-spacing-within-systems Mini example

Re: Quick Repeats

2014-11-18 Thread Marcos Press
Thanks. Seams the way would be to just use the macro :) which its a great one ;) 2014-11-18 16:30 GMT-03:00 Noeck noeck.marb...@gmx.de: {a4 r}*4 Wouldn't be great? I remember a discussion about this long time ago. A possible workaround is described in

Re: Markup : convert to v2.18/v2.19 generate error

2014-11-18 Thread Pierre Perol-Schneider
Hi Abraham, 2014-11-18 11:58 GMT+01:00 tisimst tisimst.lilyp...@gmail.com: How about using define-scheme-function instead? Hum, doesn't look better from my side. Thanks for the answer though. Cheers, Pierre ___ lilypond-user mailing list

Re: Markup : convert to v2.18/v2.19 generate error

2014-11-18 Thread Thomas Morley
Hi Pierre, 2014-11-18 11:14 GMT+01:00 Pierre Perol-Schneider pierre.schneider.pa...@gmail.com: Hi All, I'm trying to convert this v2.16 file : http://lilypond-french-users.1298960.n2.nabble.com/attachment/7581913/0/arnaud.ly but this gives me error: unexpected post-event. So I've come up

Re: Mac testers needed for Frescobaldi! (again)

2014-11-18 Thread Davide Liessi
Hi. 2014-11-18 18:56 GMT+01:00 Dewdman42 st...@bstage.com: This DMG version worked out of the box really well I'm glad it works for you! Is this link on this thread the most up to date version BTW? Yes, it is the most up to date DMG (although Frescobaldi actually changed a lot since June).

Re: Frecobaldi 2 Mac OS X install guide

2014-11-18 Thread Davide Liessi
2014-11-18 16:34 GMT+01:00 Tim McNamara tim...@bitstream.net: Why not install the Frescobaldi.app bundle instead, which is installed like any Mac app? Indeed, if you don't need the newest features of Frescobaldi at the moment. See the thread starting at

Re: Defining a variable for path names

2014-11-18 Thread ingbolbograr
That's brilliant. Thank you. -- View this message in context: http://lilypond.1069038.n5.nabble.com/Defining-a-variable-for-path-names-tp168784p168811.html Sent from the User mailing list archive at Nabble.com. ___ lilypond-user mailing list

Am I misunderstanding the NullVoice?

2014-11-18 Thread Andrew Hawryluk
Hi everyone, I just upgraded to 2.18.2 to use the cool new NullVoice. It seems like a slick solution to polyphonic lyric alignment. Unfortunately, I seem to be doing something wrong, because I am getting two syllables printed right on top of each other (see attached PNG). In this example, I want

Midline system bracket

2014-11-18 Thread Jayaratna
Dear Lilypondians, is it possible to display a system bracket midline? Here is a working example: \version 2.18.2 global = { \override Staff.Clef.full-size-change = ##t \override Score.BreakAlignment #'break-align-orders = #( make-vector 3 '(

Re: Midline system bracket

2014-11-18 Thread Pierre Perol-Schneider
Hi Andrea, Check this thread : http://lists.gnu.org/archive/html/lilypond-user/2012-05/msg00379.html HTH, Pierre 2014-11-19 6:20 GMT+01:00 Jayaratna jayara...@gmail.com: Dear Lilypondians, is it possible to display a system bracket midline? Here is a working example: \version 2.18.2

Re: Midline system bracket

2014-11-18 Thread Jayaratna
Thank you, Pierre, Very helpful, as always! :D I'll try to adapt that snippet and get back if I have problems. Andrea -- View this message in context: http://lilypond.1069038.n5.nabble.com/Midline-system-bracket-tp168813p168815.html Sent from the User mailing list archive at Nabble.com.

Re: Midline system bracket

2014-11-18 Thread Jayaratna
Yes, I need help, sorry. How would you make a bracket instead of a brace in this function of yours: braceBar = #(define-music-function (parser location bracExt)(number?) (define ((braceBarLine markup) grob) (ly:stencil-combine-at-edge (ly:bar-line::print grob) X LEFT