tremolo placement in crimped staves

2014-01-03 Thread Mike Solomon
Hey all, I’m working on a piece where staff space is used to indicate intervals. In a staff where the distance between lines is halved, I need to double stem lengths (which are calculated in staff spaces) so that stems are comfortably readable. However, tremolos are shifted up on these stems c

Re: Learning LilyPond, comments invited

2014-01-03 Thread Colin Tennyson
Carl Sorensen-3 wrote > Your music has some durations that cross bar lines. These durations mess > up the bar checks. Is there a reason you don't separate them into tied > groups so there are bar line breaks? Ah, let me explain. The composer, Philippe Verdelot, lived somewhere around 1500, and

Re: Learning LilyPond, comments invited

2014-01-03 Thread Urs Liska
Colin Tennyson schrieb: >Carl Sorensen-3 wrote >> Your music has some durations that cross bar lines. These durations >mess >> up the bar checks. Is there a reason you don't separate them into >tied >> groups so there are bar line breaks? > > >Ah, let me explain. > >The composer, Philippe Verd

Re: tremolo placement in crimped staves

2014-01-03 Thread Valentin Villenave
On Fri, Jan 3, 2014 at 9:01 AM, Mike Solomon wrote: > However, tremolos are shifted up on these stems compared to their usual > placement. Is there any not-too-hackish way to bump the tremolo down to an > aesthetically nicer place? I assume this is the sort of thing you’d refer to as hackish?

Re: tremolo placement in crimped staves

2014-01-03 Thread Mike Solomon
On Jan 3, 2014, at 10:23 AM, Valentin Villenave wrote: > On Fri, Jan 3, 2014 at 9:01 AM, Mike Solomon wrote: >> However, tremolos are shifted up on these stems compared to their usual >> placement. Is there any not-too-hackish way to bump the tremolo down to an >> aesthetically nicer place? >

how to update an olp piece of code

2014-01-03 Thread Stefan Thomas
Dear community, I have an old piece of code, initially written by Rune Zedeler. I would like to update it to version 2.18.0, but I don't know what is wrong with it. Here is the code: \version "2.17.97" motiv = #(define-music-function (parser location name pattern) (symbol? ly:music?) (letrec (

Re: how to update an olp piece of code

2014-01-03 Thread David Kastrup
Stefan Thomas writes: > Dear community, > I have an old piece of code, initially written by Rune Zedeler. > I would like to update it to version 2.18.0, but I don't know what is wrong > with it. > Here is the code: You failed to mention what it is supposed to do, give an example for using it, an

Re: Learning LilyPond, comments invited

2014-01-03 Thread Colin Tennyson
Hi Carl, You have pointed out something very interesting: This is the the way I had written the nesting structure in my first message: addKey = { \key c \major \time 4/4 } \score { \new StaffGroup << \new Staff << \set Staff.instrumentName = #"Superius " \new Voice =

Re: Learning LilyPond, comments invited

2014-01-03 Thread David Kastrup
Colin Tennyson writes: > The LillyPond parser accepts this, there is no error, and the score _is > rendered correctly_. > But as you point out: > this: > << \addKey \staffOneNotes >> > is better written as: > { \addKey \staffOneNotes } > > > While the { ... } notation is better, LilyPond accepts

Re: Learning LilyPond, comments invited

2014-01-03 Thread Urs Liska
David Kastrup schrieb: >Colin Tennyson writes: > >> The LillyPond parser accepts this, there is no error, and the score >_is >> rendered correctly_. >> But as you point out: >> this: >> << \addKey \staffOneNotes >> >> is better written as: >> { \addKey \staffOneNotes } >> >> >> While the { ...

Re: Learning LilyPond, comments invited

2014-01-03 Thread David Kastrup
Urs Liska writes: > David Kastrup schrieb: >>Colin Tennyson writes: >> >>> The LillyPond parser accepts this, there is no error, and the score >>_is >>> rendered correctly_. >>> But as you point out: >>> this: >>> << \addKey \staffOneNotes >> >>> is better written as: >>> { \addKey \staffOneNo

Re: how to update an olp piece of code

2014-01-03 Thread Stefan Thomas
Ok, I use it in the following way: \motiv #'something {c'4 c' d' d' e' d' c'2 } \new Staff \relative { \something { c d e } } 2014/1/3 David Kastrup > Stefan Thomas writes: > > > Dear community, > > I have an old piece of code, initially written by Rune Zedeler. > > I would like to update i

Re: Learning LilyPond, comments invited

2014-01-03 Thread Urs Liska
David Kastrup schrieb: >Urs Liska writes: > >> David Kastrup schrieb: >>>Colin Tennyson writes: >>> The LillyPond parser accepts this, there is no error, and the score >>>_is rendered correctly_. But as you point out: this: << \addKey \staffOneNotes >> is better

Re: Learning LilyPond, comments invited

2014-01-03 Thread Colin Tennyson
David Kastrup wrote > Take, for example, the output of > > addKey = { \key g \major \time 4/4 } > staffOneNotes = { \grace { d'16 g' b' } d''8 8 8 8 fis'8 8 g'4 } > > \score { > \new StaffGroup << > \new Staff \new Voice = "staffOne" << \addKey \staffOneNotes >> > \new Staff \new Voice

Re: how to update an olp piece of code

2014-01-03 Thread David Kastrup
Stefan Thomas writes: > 2014/1/3 David Kastrup >> Stefan Thomas writes: >> >> > Dear community, >> > I have an old piece of code, initially written by Rune Zedeler. >> > I would like to update it to version 2.18.0, but I don't know what is wrong >> > with it. >> > Here is the code: >> >> You f

Learning Lilypond, comments invited - part 2

2014-01-03 Thread Colin Tennyson
I'm creating a new thread because the previous one has become somewhat cluttered. My template is much better now, thank you for your suggestions. As emphasized by David Kastrup, the keyword \new instructs Lilypond to create a new instance of a class. \new StaffGroup creates an instance of the St

Re: Learning Lilypond, comments invited - part 2

2014-01-03 Thread Noeck
> Can the property "forbid_line_break_engraver" also be accessed using a dot > notation? I am not the only one ;) (David will understand what I want to say) ___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman/listinfo/lil

Re: Learning LilyPond, comments invited

2014-01-03 Thread Alex Loomis
>From what I've seen, \cadenzaOn seems to be the preferred way of writing >unmeasured music. On Jan 3, 2014, at 3:14 AM, Colin Tennyson wrote: > Carl Sorensen-3 wrote >> Your music has some durations that cross bar lines. These durations mess >> up the bar checks. Is there a reason you don'

Re: \include "*.ly" for only part of a score

2014-01-03 Thread Alex Loomis
In general it's best practice to keep includes at the top of the file, so I would do it like this: %file custom.ly varA = %letter paper; can't check syntax on my ipod so not going to try varB = %ragged right %your file \version "2.18.0" \include "custom.ly" \paper{ \varB } etc. On Jan 2, 2014,

Re: Learning LilyPond, comments invited

2014-01-03 Thread Colin Tennyson
Alex Loomis-2 wrote > From what I've seen, \cadenzaOn seems to be the preferred way of writing > unmeasured music. Well, the availability of "\hide \BarLine" and "\undo \hide \BarLine" is relatively recent. I think I saw a place where it was described in the v2.17 documentation, but not in the v2

Slur position

2014-01-03 Thread Daniel Rosen
Is it me, or is this slur too far away from the noteheads? \version "2.18.0" \relative c''' { c4.( c8~ c4 c) } DR ___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-user

RE: Numbers over double percent repeats

2014-01-03 Thread Daniel Rosen
> -Original Message- > From: Marc Hohl [mailto:m...@hohlart.de] > Sent: Friday, January 03, 2014 2:49 AM > To: lilypond-user@gnu.org > Subject: Re: Numbers over double percent repeats > > Am 03.01.2014 06:51, schrieb Daniel Rosen: > > How can I modify the code below so that it produces out

Re: Learning Lilypond, comments invited - part 2

2014-01-03 Thread David Kastrup
Colin Tennyson writes: > I'm creating a new thread because the previous one has become somewhat > cluttered. > > My template is much better now, thank you for your suggestions. > > As emphasized by David Kastrup, the keyword \new instructs Lilypond to > create a new instance of a class. > \new S

Re: Another time model (related to the usability thread)

2014-01-03 Thread Kieren MacMillan
Hi Keith, > I think the automatic-rest-length idea will be easier to use if it is > independent of \pushToTag. Yes, sorry, I misspoke: I didn’t mean to LITERALLY extend \pushToTag. I simply meant that, to the user, it appears that \pushToTag puts music at a certain tag point only, whereas your

Re: Learning Lilypond, comments invited - part 2

2014-01-03 Thread Kieren MacMillan
Hi Colin, I will try to answer in a way that helps you. > the keyword \new instructs Lilypond to create a new instance of a class. You clearly come from a programming background, which will help you scale the Lilypond learning curve in some ways. However, don’t push that analogy too far, or yo

Re: Learning Lilypond, comments invited - part 2

2014-01-03 Thread David Kastrup
Kieren MacMillan writes: >> Can the property "forbid_line_break_engraver" also be accessed using >> a dot notation? > > Not that I’m aware of: engravers can only be added (\consists) or > removed (\remove) in a context definition. No, they can also be added or removed in a context _modification_

Re: Learning LilyPond, comments invited

2014-01-03 Thread Eluze
David Kastrup wrote > [...] > Take, for example, the output of > > addKey = { \key g \major \time 4/4 } > staffOneNotes = { \grace { d'16 g' b' } d''8 8 8 8 fis'8 8 g'4 } > > \score { > \new StaffGroup << > \new Staff \new Voice = "staffOne" << \addKey \staffOneNotes >> > \new Staff \

Re: Learning LilyPond, comments invited

2014-01-03 Thread David Kastrup
Eluze writes: > David Kastrup wrote >> [...] >> Take, for example, the output of >> >> addKey = { \key g \major \time 4/4 } >> staffOneNotes = { \grace { d'16 g' b' } d''8 8 8 8 fis'8 8 g'4 } >> >> \score { >> \new StaffGroup << >> \new Staff \new Voice = "staffOne" << \addKey \staffOne

Re: Learning Lilypond, comments invited - part 2

2014-01-03 Thread Kieren MacMillan
Hi David, > No, they can also be added or removed in a context _modification_, as in > > \new Voice \with { \remove "..." \consists "..." } > { … } Thank you for the clarification/correction: engravers can be added or removed in a context definition or modification. Cheers, Kieren. __

when is 2.19 going to be released?

2014-01-03 Thread Kieren MacMillan
Hello all, Now that 2.18 has been released (kudos, by the way!!!), when is the unstable branch going to be updated? I like to be on the bleeding edge… ;) Thanks, Kieren. ___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailma

Re: when is 2.19 going to be released?

2014-01-03 Thread Phil Holmes
- Original Message - From: "Kieren MacMillan" To: "Lilypond-User Mailing List" Cc: "Lilypond Dev" Sent: Friday, January 03, 2014 4:24 PM Subject: when is 2.19 going to be released? Hello all, Now that 2.18 has been released (kudos, by the way!!!), when is the unstable branch going

Re: Slur position

2014-01-03 Thread Shane Brandes
It does seem a bit far on 2.18. Is this a regression? I dumped my earlier versions and therefore can't check it out at the moment. Shane On Fri, Jan 3, 2014 at 10:10 AM, Daniel Rosen wrote: > Is it me, or is this slur too far away from the noteheads? > > \version "2.18.0" > \relative c''' { >

Re: when is 2.19 going to be released?

2014-01-03 Thread Kieren MacMillan
Hi Phil, > Well, you need to compile your own version then :-) I have VirtualBox and Lilybuntu and Janek’s script installed. The problem is, there are 437.5 “versions of Lilypond" in git, and I don’t know which I should compile. :-p > Unless anyone complains, probably this weekend. Thanks. =

Re: when is 2.19 going to be released?

2014-01-03 Thread Urs Liska
Kieren MacMillan schrieb: >Hello all, > >Now that 2.18 has been released (kudos, by the way!!!), when is the >unstable branch going to be updated? >I like to be on the bleeding edge… ;) Then you should build your own LilyPonds ;-) -- Urs Liska openlilylib.org __

Re: when is 2.19 going to be released?

2014-01-03 Thread Urs Liska
Kieren MacMillan schrieb: >Hi Phil, > >> Well, you need to compile your own version then :-) > >I have VirtualBox and Lilybuntu and Janek’s script installed. >The problem is, there are 437.5 “versions of Lilypond" in git, and I >don’t know which I should compile. :-p As long as you don't want

Re: Weirdness With Fonts and Font Tree Snippet

2014-01-03 Thread Joshua Nichols
> The function `ly:font-config-display-fonts' (available via the `-dshow-available-fonts' command line option of lilypond) I don't even know how to access that. I don't see an option from the GUI to be able to do that. I tried doing some of the things aforementioned through Frescobaldi's command l

Re: Slur position

2014-01-03 Thread Phil Holmes
- Original Message - From: "Shane Brandes" To: "Daniel Rosen" Cc: Sent: Friday, January 03, 2014 4:37 PM Subject: Re: Slur position It does seem a bit far on 2.18. Is this a regression? I dumped my earlier versions and therefore can't check it out at the moment. Shane On Fri, Jan

Re: Weirdness With Fonts and Font Tree Snippet

2014-01-03 Thread Federico Bruni
2014/1/3 Joshua Nichols > > The function `ly:font-config-display-fonts' (available via the > `-dshow-available-fonts' command line option of lilypond) > > I don't even know how to access that. I don't see an option from the GUI > to be able to do that. > I tried doing some of the things aforement

Re: Weirdness With Fonts and Font Tree Snippet

2014-01-03 Thread Joshua Nichols
On Fri, Jan 3, 2014 at 10:53 AM, Federico Bruni wrote: > open the terminal of Mac and write: > > lilypond -dshow-available-fonts > I got: -bash: lilypond: command not found IC, Josh ___ lilypond-user mailing list lilypond-user@gnu.org https://lists.

Re: Learning Lilypond, comments invited - part 2

2014-01-03 Thread Colin Tennyson
Kieren MacMillan wrote > You clearly come from a programming background, which will help you scale > the Lilypond learning curve in some ways. > However, don’t push that analogy too far, or you might find (as I did) > that it can confuse matters. =) Hi Kieren, To use another analogy: our choir

Re: Weirdness With Fonts and Font Tree Snippet

2014-01-03 Thread Carl Sorensen
On 1/3/14 9:57 AM, "Joshua Nichols" wrote: > >On Fri, Jan 3, 2014 at 10:53 AM, Federico Bruni >wrote: > >open the terminal of Mac and write: > >lilypond -dshow-available-fonts > > > > >I got: >-bash: lilypond: command not found On the mac, lilypond is not in a directory that's part of your

Re: when is 2.19 going to be released?

2014-01-03 Thread David Kastrup
Kieren MacMillan writes: > Hi Phil, > >> Well, you need to compile your own version then :-) > > I have VirtualBox and Lilybuntu and Janek’s script installed. > The problem is, there are 437.5 “versions of Lilypond" in git, and I > don’t know which I should compile. :-p Verified bleeding edge i

Re: when is 2.19 going to be released?

2014-01-03 Thread David Kastrup
Kieren MacMillan writes: > Hello all, > > Now that 2.18 has been released (kudos, by the way!!!), when is the > unstable branch going to be updated? What do you mean, "updated"? There are a lot of changes in the unstable branch already. -- David Kastrup __

Re: Learning Lilypond, comments invited - part 2

2014-01-03 Thread David Kastrup
Colin Tennyson writes: > To use another analogy: our choir conductor sometimes asks in mild > exasparation: "Sing _something_ , never mind you're not sure. If you sing > the wrong note I can correct it, but if you don't sing at all I'm dead in > the water." > > So, in asking questions here on t

Re: when is 2.19 going to be released?

2014-01-03 Thread Carl Sorensen
On 1/3/14 9:26 AM, "David Kastrup" wrote: >Kieren MacMillan writes: > >> Hello all, >> >> Now that 2.18 has been released (kudos, by the way!!!), when is the >> unstable branch going to be updated? > >What do you mean, "updated"? There are a lot of changes in the unstable >branch already. I be

Re: Numbers over double percent repeats

2014-01-03 Thread Marc Hohl
Am 03.01.2014 16:17, schrieb Daniel Rosen: -Original Message- [...] Nope, that gives me a 2 over the first percent and a 3 over the second. I need both of them to have a 2. Ah, ok, sorry, I misunderstood your request completely. Perhaps http://lsr.dsi.unimi.it/LSR/Item?id=883 is

Re: Weirdness With Fonts and Font Tree Snippet

2014-01-03 Thread Carl Sorensen
On 1/3/14 10:33 AM, "Carl Sorensen" wrote: > > >On 1/3/14 9:57 AM, "Joshua Nichols" wrote: > >> >>On Fri, Jan 3, 2014 at 10:53 AM, Federico Bruni >>wrote: >> >>open the terminal of Mac and write: >> >>lilypond -dshow-available-fonts >> >> >> >> >>I got: >>-bash: lilypond: command not found

Re: Another time model (related to the usability thread)

2014-01-03 Thread Kieren MacMillan
Hi Keith, Would \combineAt (measure moment/fraction) \base-music \new-music be a more intuitive — and ultimately useful — syntax? You could also have a \insertAt (measure moment/fraction) \base-music \new-music which would insert something (instead of simultaneous-ing it). The big downs

Re: Weirdness With Fonts and Font Tree Snippet

2014-01-03 Thread Werner LEMBERG
> Another way to do it is to create a lilypond file that contains > > #(ly:font-config-display-fonts) > > and typeset it. You will get a list of the fonts in the log window. Nice. The OP talked about `GUI'; I assume he means Frescobaldi. Maybe such a command could be added to its menu system,

Re: Learning Lilypond, comments invited - part 2

2014-01-03 Thread Noeck
>> Why do I see side by side two keywords for setting properties: \set >> and \override. > > That is explained in the manual. With the promising caption "\set versus \override" and no content: http://www.lilypond.org/doc/v2.18/Documentation/notation/set-versus-override The preceding sections ar

Re: why you don't contribute to Mutopia

2014-01-03 Thread Noeck
Am 03.01.2014 07:56, schrieb Frédéric Bron: >> I'd like to have some feedback from you. Which change in the Mutopia >> interface/decisions would make you start contributing or contributing more? > > I wanted to contribute with the 4th symphony of Schumann which was > ready to be submitted. I had

Re: Numbers over double percent repeats

2014-01-03 Thread Marc Hohl
Am 03.01.2014 18:32, schrieb Marc Hohl: Am 03.01.2014 16:17, schrieb Daniel Rosen: -Original Message- [...] Nope, that gives me a 2 over the first percent and a 3 over the second. I need both of them to have a 2. Ah, ok, sorry, I misunderstood your request completely. Perhaps http

Re: when is 2.19 going to be released?

2014-01-03 Thread Kieren MacMillan
> I believe that the question might be better stated as > "When will a new development release be made?” Yes. That. =) Thanks, Kieren. ___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-user

Re: Learning Lilypond, comments invited - part 2

2014-01-03 Thread David Kastrup
Noeck writes: >>> Why do I see side by side two keywords for setting properties: \set >>> and \override. >> >> That is explained in the manual. > > With the promising caption "\set versus \override" and no content: > http://www.lilypond.org/doc/v2.18/Documentation/notation/set-versus-override H

Re: Learning Lilypond, comments invited - part 2

2014-01-03 Thread Marc Hohl
Am 03.01.2014 19:20, schrieb David Kastrup: Noeck writes: Why do I see side by side two keywords for setting properties: \set and \override. That is explained in the manual. With the promising caption "\set versus \override" and no content: http://www.lilypond.org/doc/v2.18/Documentation/n

Re: Learning Lilypond, comments invited - part 2

2014-01-03 Thread Noeck
Hi David and Phil, I now realize that this is an issue with the translation. My browser redirects me automatically to the German version: http://www.lilypond.org/doc/v2.18/Documentation/notation/set-versus-override.de.html I now see that the English version of that page indeed has content that I

Re: Learning LilyPond, comments invited

2014-01-03 Thread Noeck
Hi Colin, Am 03.01.2014 15:35, schrieb Colin Tennyson: > Alex Loomis-2 wrote >> From what I've seen, \cadenzaOn seems to be the preferred way of writing >> unmeasured music. > > Well, the availability of "\hide \BarLine" and "\undo \hide \BarLine" is > relatively recent. > I think I saw a place

Re: Learning Lilypond, comments invited - part 2

2014-01-03 Thread Noeck
Am 03.01.2014 19:20, schrieb David Kastrup: > Noeck writes: > Why do I see side by side two keywords for setting properties: \set and \override. >>> >>> That is explained in the manual. >> >> With the promising caption "\set versus \override" and no content: >> http://www.lilypond.org

Re: Learning Lilypond, comments invited - part 2

2014-01-03 Thread David Kastrup
Marc Hohl writes: > Am 03.01.2014 19:20, schrieb David Kastrup: >> Noeck writes: >> > Why do I see side by side two keywords for setting properties: \set > and \override. That is explained in the manual. >>> >>> With the promising caption "\set versus \override" and no content:

Re: Numbers over double percent repeats

2014-01-03 Thread Marc Hohl
Am 03.01.2014 19:08, schrieb Marc Hohl: Am 03.01.2014 18:32, schrieb Marc Hohl: Am 03.01.2014 16:17, schrieb Daniel Rosen: -Original Message- [...] Nope, that gives me a 2 over the first percent and a 3 over the second. I need both of them to have a 2. Ah, ok, sorry, I misunderstoo

Re: Weirdness With Fonts and Font Tree Snippet

2014-01-03 Thread Joshua Nichols
> > Nice. The OP talked about `GUI'; I assume he means Frescobaldi. > Maybe such a command could be added to its menu system, to aid people > having problems with fonts. Yes, I was talking about Frescobaldi, but also LilyPond's native interface, more specifically. The drop down menus do not cont

Re: Weirdness With Fonts and Font Tree Snippet

2014-01-03 Thread Joshua Nichols
> > Another way to do it is to create a lilypond file that contains > #(ly:font-config-display-fonts) This was very helpful. That is a nice tip. IC, Josh On Fri, Jan 3, 2014 at 11:53 AM, Carl Sorensen wrote: > > > On 1/3/14 10:33 AM, "Carl Sorensen" wrote: > > > > > > >On 1/3/14 9:57 AM, "

Re: Weirdness With Fonts and Font Tree Snippet

2014-01-03 Thread Carl Sorensen
On 1/3/14 10:58 AM, "Werner LEMBERG" wrote: > >> Another way to do it is to create a lilypond file that contains >> >> #(ly:font-config-display-fonts) >> >> and typeset it. You will get a list of the fonts in the log window. > >Nice. The OP talked about `GUI'; I assume he means Frescobaldi.

fernapp: for accessing Linux desktop applications in a web browser

2014-01-03 Thread Paul Morris
Off-topic: I recently came across fernapp[1] which lets you run Linux desktop applications (like LibreOffice) in a web browser. The code is Java and is licensed under the GPL. Perhaps it might be of interest to anyone wanting to set up something like LilyBin[2] (by making Frescobaldi usable

the "ly" tool (was Re: code formatting)

2014-01-03 Thread Wilbert Berendsen
Op Thu, 02 Jan 2014 08:16:15 +0100 Noeck schreef: > is the lilypond code formatting that Frescobaldi does also available > as a commandline tool? Not yet, but it is being actively worked on these days, by me. It will become a Python library named 'python-ly' with a commandline tool called 'ly'

Re: the "ly" tool (was Re: code formatting)

2014-01-03 Thread Noeck
Cool. I am looking forward to it. Joram ___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-user

Re: Learning Lilypond, comments invited - part 2

2014-01-03 Thread Phil Holmes
- Original Message - From: "Noeck" To: "David Kastrup" ; Cc: Sent: Friday, January 03, 2014 6:30 PM Subject: Re: Learning Lilypond, comments invited - part 2 Hi David and Phil, I now realize that this is an issue with the translation. My browser redirects me automatically to the Ge

Re: the "ly" tool (was Re: code formatting)

2014-01-03 Thread Martin Tarenskeen
On Fri, 3 Jan 2014, Wilbert Berendsen wrote: The python-ly module will only depend on Python itself. And frescobaldi will depend on the python-ly module I guess? Will it be "shipped" separately, or together? Anyway, the idea sounds promising. -- MT ___

Re: the "ly" tool (was Re: code formatting)

2014-01-03 Thread David Kastrup
Martin Tarenskeen writes: > On Fri, 3 Jan 2014, Wilbert Berendsen wrote: > >> The python-ly module will only depend on Python itself. > > And frescobaldi will depend on the python-ly module I guess? > Will it be "shipped" separately, or together? > > Anyway, the idea sounds promising. Hm. If it

Re: Weirdness With Fonts and Font Tree Snippet

2014-01-03 Thread Joshua Nichols
> > I assumed he meant the LilyPad editor that shows up on the Mac when you > click on the LilyPond icon. This is what I meant. Sorry for the weird (typing quickly and on the fly). IC, Josh On Fri, Jan 3, 2014 at 1:18 PM, Carl Sorensen wrote: > > > On 1/3/14 10:58 AM, "Werner LEMBERG" wro

RE: Numbers over double percent repeats

2014-01-03 Thread Daniel Rosen
> -Original Message- > From: Marc Hohl [mailto:m...@hohlart.de] > Sent: Friday, January 03, 2014 1:25 PM > To: Daniel Rosen; lilypond-user@gnu.org > Subject: Re: Numbers over double percent repeats > > Am 03.01.2014 19:08, schrieb Marc Hohl: > > Am 03.01.2014 18:32, schrieb Marc Hohl: > >>

Re: the "ly" tool (was Re: code formatting)

2014-01-03 Thread Federico Bruni
Il 03/gen/2014 20:39 "Wilbert Berendsen" ha scritto:. > > It will become a Python library named 'python-ly' with a commandline > tool called 'ly' that can perform many of the tasks that Frescobaldi > provides. Such as indent, format, but also transpose, translate, etc. > Code highlight also? (for

\override NoteHead.style in drummode

2014-01-03 Thread Daniel Rosen
How can I get just the whole note in the example below to use the xcircle style? \once \override NoteHead.style = #'xcircle doesn't work. \version "2.18.0" #(define mydrums '((crashcymbal cross #f6))) \drums { \set drumStyleTable = #(alist->hash-table mydrums) cymc4 cymc c

RE: \override NoteHead.style in drummode

2014-01-03 Thread Daniel Rosen
> -Original Message- > From: Daniel Rosen > Sent: Friday, January 03, 2014 7:48 PM > To: lilypond-user@gnu.org > Subject: \override NoteHead.style in drummode > > How can I get just the whole note in the example below to use the xcircle > style? \once \override NoteHead.style = #'xcircle d

Changing the thickness of clusters

2014-01-03 Thread Joshua Nichols
I am currently typesetting a piece that has a pre-recorded track, and I'm cuing things via the track. I decided to use \makeCluster to form a continuous line... Is there a way to make the line thinner? I tried using \teeny in both the \score block and my pre-existing variables (one named cluster

Re: Changing the thickness of clusters

2014-01-03 Thread Shane Brandes
I am absolutely baffled by this question. And after writing an extensive reply it occurred to me that it might be simplest to reduce the note head sizes. Tried it that does not work either. But it does work to reduce the interval width down to a single note. That is as simple as it gets with out so

Re: Changing the thickness of clusters

2014-01-03 Thread Joshua Nichols
> > I am absolutely baffled by this question. Tell me about it. ...it might be simplest to reduce > the note head sizes. Tried it that does not work either. Same here. What on earth are clusters good for anyway? Aleatoric strangeness. You are right, and I am definitely not a fan nor in agre