Re: OOoLilyPond

2017-01-21 Thread Klaus Blum
...Done some homework again... ;-) Here is another take on updating OOoLilyPond. It contains some more additions: * font name and font size for editor windows can be specified * user now can choose between two different ways to import graphic into document (methods from 0.4.0 and 0.4.1rc1).

Re: OOoLilyPond

2017-01-21 Thread Andrew Bernard
Hi Klaus, Git is cross platform, so unless you want specifically some Windows GUI front ends, it's good to read up in the core git functionality, as it applies universally on any platform. Here is a good free online book: https://git-scm.com/book/en/v2 Using github and the like - they are just i

Re: OOoLilyPond

2017-01-21 Thread Trevor Daniels
Klaus Blum wrote Saturday, January 21, 2017 11:54 AM > In addition, my knowledge about collaboration with git repositories is > absolutely zero, but I'm always open to learn. Can anyone recommend a > good introduction for Windows users? A fairly basic introduction is here: http://lilypond.org

Re: How can I get a repeat symbol in the chord names part of lead sheet?

2017-01-21 Thread jmechmech
Thanks, i have the same bug in this message and my answer : \version "2.18.2" chordNames = \chordmode { \repeat percent 2 { c1:7 } \repeat percent 4 { f4 } } melody = \relative c'' { \repeat percent 2 { c1 } \repeat percent 4 { c4 } } \score {

export as image (png)

2017-01-21 Thread Lodewijk de Vries
Hi there, I'm a music teacher, and I'd like to use LilyPond to create music notation examples, to use them in lessons, tests and theory overviews. Pretty much like the graphic examples in the LilyPond handbook, http://lilypond.org/doc/v2.18/Documentation/5f/lily-9dc23fce.png for example. But: I d

Re: export as image (png)

2017-01-21 Thread SoundsFromSound
Lodewijk de Vries wrote > But: I don't know how to create the PNG files. I've done some research, > and > I found out that it can be done through use of the command line. I never > used the command line (or the terminal), so guess I'm stuck there. > > Can someone explain to me what to do, in order

Re: export as image (png)

2017-01-21 Thread Hans Aikema
> On 21 Jan 2017, at 17:31, Lodewijk de Vries wrote: > > Hi there, > > I'm a music teacher, and I'd like to use LilyPond to create music notation > examples, to use them in lessons, tests and theory overviews. Pretty much > like the graphic examples in the LilyPond handbook, > http://lilypond

Re: export as image (png)

2017-01-21 Thread Lodewijk de Vries
Thanks both for your response. I installed Frescobaldi already, and I got the same error as I got through the terminal, as Hans said. The error in dutch: Converteren naar PNG...dyld: Library not loaded: ./bin/../sobin/libgs.8.70.dylib Referenced from: /Applications/Lilypond.app/Contents/Resource

Re: export as image (png)

2017-01-21 Thread Hans Aikema
> On 21 Jan 2017, at 18:32, Lodewijk de Vries wrote: > > Thanks both for your response. > > I installed Frescobaldi already, and I got the same error as I got through > the terminal, as Hans said. The error in dutch: > > Converteren naar PNG...dyld: Library not loaded: > ./bin/../sobin/libgs

Re: export as image (png)

2017-01-21 Thread Hans Aikema
> On 21 Jan 2017, at 18:32, Lodewijk de Vries wrote: > > Hans, I'd could use some help getting the right papersize, when this issue is > solved. Thanks! > > - Lodewijk > Looked a bit more into it…. and found that there is an easier way than tweaking the papersize (which does generate a bunc

Re: export as image (png)

2017-01-21 Thread LodewijkDV
Thanks, it works like a charm now! Trimming the PNG worked also, but the output was a bit blurry. Using Frescobaldi (which also works now) I changed the DPI, so it's pixel perfect now ;) -- View this message in context: http://lilypond.1069038.n5.nabble.com/export-as-image-png-tp199426p199432.h

Warning about beam slope configuration

2017-01-21 Thread David Sumbler
\version "2.19.48" global = { \key e \minor \time 2/4 } \score {   << \new StaffGroup <<   \new Staff { \global r4 b''16( ais'' b'' b''')    }   \new Staff { \clef "tenor" \global b16( ais b e') dis'( b fis) r   } >> \new Staff

Re: Warning about beam slope configuration

2017-01-21 Thread Simon Albrecht
On 21.01.2017 21:46, David Sumbler wrote: could somebody explain to me what the warning actually means, and what I would need to do to stop it appearing? It signifies problem in the calculation of beam slope. I get it all the time with kneed beams, even when the printed result is perfectly sa

Re: export as image (png)

2017-01-21 Thread David Wright
On Sat 21 Jan 2017 at 12:05:38 (-0700), LodewijkDV wrote: > Thanks, it works like a charm now! > Trimming the PNG worked also, but the output was a bit blurry. Using > Frescobaldi (which also works now) I changed the DPI, so it's pixel perfect > now ;) I would say rather, "it's pixel perfect—for n

Space after barline before first chord notes

2017-01-21 Thread Andrew Bernard
In my large score, at one point there is a very large gap between a span bar/barline and the chords in the bar, which have lots of accidentals (dodecaphonic style). I would prefer to be able to move the chords left closer to the barline. I have made an MWE to illustrate. In the score with the line