Re: slur syntax

2015-05-25 Thread Gianmaria Lari
... and this close the thread :) It couldn't be more clear David and it makes perfectly sense. Thanks a lot!!! g. -- View this message in context: http://lilypond.1069038.n5.nabble.com/slur-syntax-tp176928p177007.html Sent from the User mailing list archive at Nabble.com.

Re: ANN: Frescobaldi 2.18.1

2015-05-25 Thread Wilbert Berendsen
Hi, sorry for top-quoting (my phone won't let me quote properly).  If you use the windows installer, you don't need to install python-ly separately.  --  Wilbert Berendsen (www.wilbertberendsen.nl) Sent from my smartphone div Oorspronkelijk bericht /divdivVan: Ralph Palmer

Re: how to add barre indications to automatic fret diagrams?

2015-05-25 Thread pls
On 25.05.2015, at 01:16, Carl Sorensen c_soren...@byu.edu wrote: On 5/23/15 11:59 PM, pls p.l.schm...@gmx.de wrote: \transpose f g { f,-1 c-3 f-4 a-2 c'-1 f'-11 } Here's a revised version of translation-functions.scm. It will generate barres only if fingers are indicated, and multiple

Re: ANN: Frescobaldi 2.18.1

2015-05-25 Thread Martin Tarenskeen
On Sun, 24 May 2015, Ralph Palmer wrote: I'm running Windows 7. Can anyone help with suggestions for installing python-ly 0.9.2? I have downloaded the tar.gz file, but cannot open it. I use pip in a DOS commandline: pip install python-ly or if you already have an older version installed:

Notehead color on programmed pitch change

2015-05-25 Thread Peter Gentry
I have a short script to confine music to an instruments range. I wish to colour the noteheads on any pitches which have been changed to fit the instrument range. Try as I may all attempts to modify existing snippets have failed - I was particulary baffled by the snippet #(define

staff manipulation question

2015-05-25 Thread Alex Jones
I’m working with a score that has multiple staves that appear and disappear at various points. I ran into a curious behavior: I have two staves fro a while, the second has two notes that complete mid-measure so I encoded like this: \score { \new StaffGroup \relative c' { \new Staff \key f

Re: Incomplete final bar with \parallelMusic

2015-05-25 Thread David Sumbler
On Mon, 2015-05-25 at 17:47 +0100, Phil Holmes wrote: - Original Message - From: David Sumbler da...@aeolia.co.uk To: lilypond-user@gnu.org Sent: Monday, May 25, 2015 5:32 PM Subject: Incomplete final bar with \parallelMusic I am using the \parallelMusic entry for a string

Incomplete final bar with \parallelMusic

2015-05-25 Thread David Sumbler
I am using the \parallelMusic entry for a string quartet. At the beginning of the 1st movement (which is mostly in 4/4 time) there is a half bar before the first bar-line, which causes no problem because I have \partial 2 in each part. But the corresponding half bar at the end of the movement

Sometimes order is significant

2015-05-25 Thread Knute Snortum
I've noticed over the months I've been using LilyPond that there are some parts of the syntax that depend on order and some that don't. For example: { c'!8 } Everything about must be in the exact order -- the note letter, the octave indicator, the force accidental, and the rhythm. Are there

Re: ANN: Frescobaldi 2.18.1

2015-05-25 Thread William Marchant
I now have Frescobaldi 1.18.1 installed along with python-ly 0.9.2. Now I get the message 'Could not load the popplerqt4 module'. Without the interactive music view, Frescobaldi is a real bummer. I have downloaded poppler-0.33.0 and poppler-data-0.4.7, but I don't know what to do now. Help

RE:Incomplete final bar with \parallelMusic

2015-05-25 Thread Stephen MacNeil
what about \set Score.measureLength = #(ly:make-moment 2/4) as far as i know \partial is only for the beginning and from then on you use ly:make-moment eg %%% \version 2.18.2 top = \relative c' { \partial 2 r2 | d2 r2 | d4 r4 \bar |. d d | d d d d | d d | }

Re: ANN: Frescobaldi 2.18.1

2015-05-25 Thread Wilbert Berendsen
Also install python-poppler-qt4. --  Wilbert Berendsen (www.wilbertberendsen.nl) Sent from my smartphone div Oorspronkelijk bericht /divdivVan: William Marchant wmarch...@eastlink.ca /divdivDatum:25-05-2015 19:20 (GMT+01:00) /divdivAan: lilypond-user@gnu.org

relative NonMusicalPaperColumn.line-break-system-details offsets?

2015-05-25 Thread Kieren MacMillan
Hi all, The title says it all, really: I sometimes resort to using NonMusicalPaperColumn.line-break-system-details to tweak the placement (usually Y-offset) of certain systems or staves within systems. But currently, all values must be given as an absolute distance from the top [or left] of

Re: relative NonMusicalPaperColumn.line-break-system-details offsets?

2015-05-25 Thread tisimst
+1!! This was my exact thought last time I used this override. - Abraham On Monday, May 25, 2015, Kieren MacMillan [via Lilypond] ml-node+s1069038n177038...@n5.nabble.com wrote: Hi all, The title says it all, really: I sometimes resort to using

Re: ANN: Frescobaldi 2.18.1

2015-05-25 Thread Federico Bruni
Il giorno lun 25 mag 2015 alle 19:20, William Marchant wmarch...@eastlink.ca ha scritto: I now have Frescobaldi 1.18.1 installed along with python-ly 0.9.2. Now I get the message 'Could not load the popplerqt4 module'. Without the interactive music view, Frescobaldi is a real bummer. I have

Re: Sometimes order is significant

2015-05-25 Thread Nathan Ho
On Mon, May 25, 2015 at 7:05 AM, Knute Snortum ksnor...@gmail.com wrote: I've noticed over the months I've been using LilyPond that there are some parts of the syntax that depend on order and some that don't. For example: { c'!8 } Everything about must be in the exact order -- the note

Re: non-greedy regexp don't seem to work

2015-05-25 Thread Simon Albrecht
https://lists.gnu.org/mailman/listinfo/bug-guile Yours, Simon Am 22.05.2015 um 11:42 schrieb Michael Gerdau: In answering my own post: Hi list, the following two statements should provide the exakt same strings: (match:substring (string-match _(.*?)_ a_ä_ö_de_fü_) 1) (match:substring

Re: Sometimes order is significant

2015-05-25 Thread Nathan Ho
On Mon, May 25, 2015 at 2:38 PM, Nathan Ho when.possi...@gmail.com wrote: This cheat sheet shows many note syntax elements in the correct order: http://joramberger.de/files/lilypond_sheet_2.18_en.pdf It seems that all the components starting with string number can be placed in any order.

A question about scores and parts from a blind user

2015-05-25 Thread Daniel Contreras
Hello everyone, I am attempting to finish and arrangement to a song for three brass parts. I'm not sure I fully grasp the understanding of the \include and its function. I have one file which contains all of the variables that I am using as well as the layout of the score. What I am trying to

Re: how to add barre indications to automatic fret diagrams?

2015-05-25 Thread Carl Sorensen
On 5/25/15 5:25 AM, pls p.l.schm...@gmx.de wrote: Works great! Thanks a million! Thanks for your feedback. Should/Could LilyPond issue a warning message in the case of open strings whenever wrong fingers (not 0) are ignored? Or is it better to silently set the fingers to 0? Example: d-1 a d'

Re: A question about scores and parts from a blind user

2015-05-25 Thread Nick Baskin
Daniel, Yes, when you use the \include function, LilyPond will treat the included file as though it is entirely included in the including file. So if you have an active \score { . . . } block inside the included file, LilyPond will generate that block as well as the \score { . . . } block in the

Re: Automatically inserting bar lines when a line is broken on an empty bar line

2015-05-25 Thread Simon Albrecht
Hi Matie, Am 22.05.2015 um 11:44 schrieb Matie Holtzhausen: Hi, How can I print a bar line if the line-breaker decides to break at an empty bar line: For example: \paper { paper-width = 60\mm } \relative c' {c8 c c c \bar c c c c | c c c c} This causes the line-breaker to break at \bar “”.

Re: Incomplete final bar with \parallelMusic

2015-05-25 Thread Trevor Daniels
David Sumbler wrote Monday, May 25, 2015 5:32 PM I am using the \parallelMusic entry for a string quartet. At the beginning of the 1st movement (which is mostly in 4/4 time) there is a half bar before the first bar-line, which causes no problem because I have \partial 2 in each part.

Re: ANN: Frescobaldi 2.18.1

2015-05-25 Thread Helge Kruse
Am 25.05.2015 um 08:58 schrieb Wilbert Berendsen: If you use the windows installer, you don't need to install python-ly separately. Hi Wilbert, many thanks for this excellent program and the installer. I had never any problem with the installation as it runs out of the box. The components in