Re: Looking for work arround for partcombine's known issue

2014-01-25 Thread Ed Gordijn
Hi Keith, Yes, thank you. Thats the trick. ... you can use the \removeWithTag feature.) musicI = { \tag #'partcombineHide { e''2( a'2) } \tag #'partcombineOnly { { e''2( a'2) } \\ { \once\override NoteColumn #'ignore-collision =##t \once \stemUp e'2( a'2) } } e''1 } musicII = {

Re: [SPAM] Re: vertical position of secondary beams

2014-01-25 Thread Urs Liska
Am 24.01.2014 21:29, schrieb Janek Warchoł: Hi Urs, 2014/1/24 Urs Liska u...@openlilylib.org: All non-standard stuff is just as I want it except one: The secondary beam at the last (the smaller) bes should be closer to the main beam in order _not_ to clash with the thicker beam. So which grob

Re: how close are we to having an addAt or insertAt feature?

2014-01-25 Thread David Kastrup
Werner LEMBERG w...@gnu.org writes: And the wortliste still takes more than 6 minutes on my computer: Which is not even a factor of 3 as compared to previously: But even that is an large improvement. It's now unbearable and no longer unusable :-) So since much of the load appears to be

Re: Looking for work arround for partcombine's known issue

2014-01-25 Thread Ed Gordijn
On 25-01-14 09:51, Ed Gordijn wrote: Hi Keith, Yes, thank you. Thats the trick. ... you can use the \removeWithTag feature.) And I didn't look at you definition which is much cleaner than mine: musicI = { e''2( a'2) e''1 } musicII = { \partcombineApart \tag #'partcombineOnly {

Spam issues

2014-01-25 Thread Urs Liska
Hi people, I notice that recently _answers_ to my posts are marked as spam while my original posts aren't. The spam detection obviously takes place at my provider's email server. I'm at a loss understanding the issue. Here are the relevant source lines of _my own_ message as received

Re: [SPAM] Re: vertical position of secondary beams

2014-01-25 Thread David Kastrup
Urs Liska u...@openlilylib.org writes: Am 24.01.2014 21:29, schrieb Janek Warchoł: Hi Urs, 2014/1/24 Urs Liska u...@openlilylib.org: All non-standard stuff is just as I want it except one: The secondary beam at the last (the smaller) bes should be closer to the main beam in order _not_ to

Weird behaviour of new NullVoice feature

2014-01-25 Thread Yann
Hello all :) I was trying the new NullVoice feature (hoping to solve the issue I described in http://lists.gnu.org/archive/html/lilypond-user/2013-11/msg00810.html - but unfortunately I think my approach there is not good). However, I discovered a weird behaviour using the following example :

Re: Beam height

2014-01-25 Thread Alex Loomis
Is there a way to make them all the same height? On Jan 25, 2014, at 2:55 AM, Janek Warchoł janek.lilyp...@gmail.com wrote: 2014/1/25 Alex Loomis thebluemusic...@gmail.com: Is this a bug? I would expect for the beams to all line up with the first. They do if you take it down an octave.

Re: Beam height

2014-01-25 Thread Urs Liska
Alex Loomis alexisloo...@gmail.com schrieb: Is there a way to make them all the same height? On Jan 25, 2014, at 2:55 AM, Janek Warchoł janek.lilyp...@gmail.com wrote: 2014/1/25 Alex Loomis thebluemusic...@gmail.com: Is this a bug? I would expect for the beams to all line up with the

Re: frescobaldi macports broken after update

2014-01-25 Thread Paul Morris
Paul Morris wrote All of these work for me (as well as dragging it onto the icon in the Finder) on OSX 10.9.1 with: Frescobaldi: 2.0.13 Python: 2.7.6 Qt: 4.8.5 PyQt4: 4.10.3 sip: 4.15.3 Operating System: Darwin-13.0.0-x86_64-i386-64bit Oops, this is not with the most recent install from

Re: Horizontal TupletBrackets?

2014-01-25 Thread David Nalesnik
Hi Peter, On Fri, Jan 24, 2014 at 8:20 AM, Peter Crighton petecrigh...@gmail.comwrote: Hi List, is there a way to have all TupletBrackets in a score be horizontal without altering every single one? [...] In a drum score I think it’s preferable to have all Beams and TupletBrackets

Re: Looking for work arround for partcombine's known issue

2014-01-25 Thread Keith OHara
On Sat, 25 Jan 2014 01:05:38 -0800, Ed Gordijn ed.klari...@gmail.com wrote: \tag #'partcombineOnly { \once\stemUp \once\override NoteColumn #'ignore-collision =##t } In the particular example you show, of course, the tags are not needed, because the overrides you want for the part-combined

Re: [ANNOUNCE] New Portfile for Frescobaldi on Mac

2014-01-25 Thread carltesta
I have run selfupdate for Macports and run upgrade outdated as well. But Frescobaldi still doesn't run on Mavericks. Is there something else that needs to be done to get Frescobaldi running again? Thanks, Carl -- View this message in context:

Bar Line Thickness

2014-01-25 Thread David O'Donnell
Is there a way to adjust the bar lines to be as thick or thin as one wants? I am trying to match a third-party score which has very thin staff and bar lines. I managed to learn how to adjust the staff lines, but I cannot seem to affect the bar line thickness. Sample code is below. Thanks, David

Re: Bar Line Thickness

2014-01-25 Thread Kieren MacMillan
Hi David, Is there a way to adjust the bar lines to be as thick or thin as one wants? See snippet below. In particular note that, within \layout { \context { \Staff…, you don’t need to \override Staff.Grob, but just \override Grob Hope this helps! Kieren. _ \version 2.18.0

Re: Bar Line Thickness

2014-01-25 Thread Thomas Morley
Hi David 2014-01-25 David O'Donnell johndavidodonn...@gmail.com: Is there a way to adjust the bar lines to be as thick or thin as one wants? [...] \layout { \context { \Score % Turns off bar numbering \remove Bar_number_engraver } \context { \Staff

Re: [ANNOUNCE] New Portfile for Frescobaldi on Mac

2014-01-25 Thread Davide Liessi
Dear Carl, 2014/1/25 carltesta cte...@wesleyan.edu: But Frescobaldi still doesn't run on Mavericks. Do you have problems installing or running Frescobaldi? Can you explain exactly what happens? Best wishes. Davide ___ lilypond-user mailing list

Re: Bar Line Thickness

2014-01-25 Thread David Kastrup
Thomas Morley thomasmorle...@gmail.com writes: Hi David 2014-01-25 David O'Donnell johndavidodonn...@gmail.com: Is there a way to adjust the bar lines to be as thick or thin as one wants? [...] \layout { \context { \Score % Turns off bar numbering \remove

Re: Bar Line Thickness

2014-01-25 Thread Thomas Morley
2014-01-25 David Kastrup d...@gnu.org: Thomas Morley thomasmorle...@gmail.com writes: Hi David 2014-01-25 David O'Donnell johndavidodonn...@gmail.com: Is there a way to adjust the bar lines to be as thick or thin as one wants? [...] \layout { \context { \Score %

Re: frescobaldi macports broken after update

2014-01-25 Thread Tim McNamara
On Jan 25, 2014, at 12:54 AM, Philippe Massart phili...@philmassart.net wrote: Davide Liessi-2 wrote Frescobaldi/MacPorts users: can you please report how does Frescobaldi behave on your system? Here is what should happen (and happens on my 10.6 machine and on a 10.8 machine I can access

Re: frescobaldi macports broken after update

2014-01-25 Thread Davide Liessi
2014/1/25 Philippe Massart phili...@philmassart.net: With all the latest updates, all file opening situations work only is Frrescobaldi is already launched. If double-clicked, right-click etc. on the file with Frescobaldi not yet running, it opens Frescobaldi but not the file. Are you on

Re: frescobaldi macports broken after update

2014-01-25 Thread Davide Liessi
Dear Steve, 2014/1/25 Steve Noland st...@thenolands.us: When I manually execute LilyPond, it runs to completion and the log displays in Frescobaldi, but there is no display in the Music View. Same if I load the file into Frescobaldi via the File/Open dialog. However, if I open Frescobaldi

Re: frescobaldi macports broken after update

2014-01-25 Thread Philippe Massart
Le 25 janv. 2014 à 21:11, Davide Liessi davide.lie...@gmail.com a écrit : 2014/1/25 Philippe Massart phili...@philmassart.net: With all the latest updates, all file opening situations work only is Frrescobaldi is already launched. If double-clicked, right-click etc. on the file with

Re: frescobaldi macports broken after update

2014-01-25 Thread Steve Noland
Well, now, this is a mystery. The lilytst.ly test file had a related PDF output from LilyPond in the same directory. With it present, when I drag/drop the .ly file to FB, FB started OK, but when I command a LilyPond compile, nothing would appear in the Music View. Suspicious, I removed the

Re: [ANNOUNCE] New Portfile for Frescobaldi on Mac

2014-01-25 Thread carltesta
Running Frescobaldi. When I try to run frescobaldi from the MacPorts directory, I get the following error: See the screenshot. http://lilypond.1069038.n5.nabble.com/file/n158466/screenshot.png When I open the console, this is the error I get.

Semi-transparent color in Lilypond

2014-01-25 Thread Rupert
Hi all, Is there a way to color objects semi-transparently in Lilypond? Perhaps one could use an rgba color instead of #red in the following example? \markup { \with-color #red \filled-box #'(-1 . 2) #'(1 . 4) #0.5 } Many thanks Rupert ___

Re: Bar Line Thickness

2014-01-25 Thread David O'Donnell
Thanks, you guys are so much help! On Sat, Jan 25, 2014 at 2:30 PM, Thomas Morley thomasmorle...@gmail.comwrote: 2014-01-25 David Kastrup d...@gnu.org: Thomas Morley thomasmorle...@gmail.com writes: Hi David 2014-01-25 David O'Donnell johndavidodonn...@gmail.com: Is there a way to

Re: Semi-transparent color in Lilypond

2014-01-25 Thread Thomas Morley
2014-01-26 Rupert rupertsn...@gmail.com: Hi all, Is there a way to color objects semi-transparently in Lilypond? Perhaps one could use an rgba color instead of #red in the following example? \markup { \with-color #red \filled-box #'(-1 . 2) #'(1 . 4) #0.5 } Many thanks Rupert

Re: Looking for work arround for partcombine's known issue

2014-01-25 Thread Ed Gordijn
Hi Keith, In the particular example you show, of course, the tags are not needed, because the overrides you want for the part-combined music (stem up and un-shifted NoteColumn) are also the desired and default output for the individual part with the lower E. You are right. But if I add an