Re: Engravers gets messed up in drum score with multiple voices

2014-01-06 Thread Phil Holmes
Please Reply all to the mailing list. Others may have more time to assist. -- Phil Holmes - Original Message - From: Paco Arjonilla To: Phil Holmes Sent: Monday, January 06, 2014 2:07 AM Subject: Re: Engravers gets messed up in drum score with multiple voices Hello

Re: Articulated tremolo problem

2014-01-06 Thread David Kastrup
hhpmusichhpmu...@163.com writes: Hello, I discover that articulate can now treat : based tremolos. But when I use it with :'s without number (see attached), the log generates warning messages saying non-interger tremolo, and the midi file doesn't produce tremolos on these notes. What's

Re: Articulated tremolo problem

2014-01-06 Thread Eluze
thanks both - added as https://code.google.com/p/lilypond/issues/detail?id=3783thanks=3783ts=1389001131 in the issue tracker Eluze -- View this message in context: http://lilypond.1069038.n5.nabble.com/Articulated-tremolo-problem-tp157216p157220.html Sent from the User mailing list archive at

Re: problem with the spacing of microtonal accidentals

2014-01-06 Thread Stefan Thomas
Dear community, I tried to define a new glyph-namt-alist, but without succes. Could someone gibe me a hint how to do it? I would like to include a special font for microtonal accidentals. I tried in the following way: \version 2.18.0 stefansGlyphs = #`( (1/12 . \markup { \override

snippet: standard staff sizes

2014-01-06 Thread Kieren MacMillan
Hello all, Just in case it helps anyone else, here’s a little snippet I made up to generate the standard staff sizes (as per Gould p. 483). Best, Kieren. \version 2.17.97 \paper { indent = 1\in right-margin = 2\in ragged-right = ##f } \layout { \context {

Survey: Git (G)UIs

2014-01-06 Thread Urs Liska
Hi all Git users, I'd like to make a survey on how you are working with Git. Do you use the command line exclusively, or a GUI (which one(s))? Or a GUI for certain tasks and the command line for others? I'd be particularly interested in reports of successful or failed attempts to learn Git by

Re: snippet: standard staff sizes

2014-01-06 Thread Jan-Peter Voigt
Am 06.01.2014 13:37, schrieb Kieren MacMillan: Just in case it helps anyone else, here’s a little snippet I made up to generate the standard staff sizes (as per Gould p. 483). Thank you :) ... and a happy new year! ___ lilypond-user mailing list

Re: Survey: Git (G)UIs

2014-01-06 Thread Mike Solomon
On Jan 6, 2014, at 2:53 PM, Urs Liska u...@openlilylib.org wrote: Hi all Git users, I'd like to make a survey on how you are working with Git. Do you use the command line exclusively, or a GUI (which one(s))? Or a GUI for certain tasks and the command line for others? I have never used a

Re: Survey: Git (G)UIs

2014-01-06 Thread Alex Loomis
I mostly use the command line. As far as the basics go I know what I'm doing, but branches still don't fully make sense to me. On Jan 6, 2014, at 7:53 AM, Urs Liska u...@openlilylib.org wrote: Hi all Git users, I'd like to make a survey on how you are working with Git. Do you use the

Re: Survey: Git (G)UIs

2014-01-06 Thread Sven Axelsson
I often use a GUI for staging, especially when staging chunks, because of the convenience in having a diff view immediately available. And of course for browsing a repo. I usually do most other operations from the command line. As for usability and aesthetics, the GUIs included with the git

Re: Survey: Git (G)UIs

2014-01-06 Thread Philippe Massart
Hello, For basic tasks, I first learned command line usage. But as merge, pull request etc. are a little to complex for me from command line, I had to choose between website and GUI (SourceTree for OS X; there is a windows version, for what I saw). I made my first pull requests using Github

Re: Survey: Git (G)UIs

2014-01-06 Thread David Kastrup
Urs Liska u...@openlilylib.org writes: Hi all Git users, I'd like to make a survey on how you are working with Git. Do you use the command line exclusively, or a GUI (which one(s))? Or a GUI for certain tasks and the command line for others? Using Emacs for handling Git. Things like C-u

Re: Survey: Git (G)UIs

2014-01-06 Thread Noeck
Hi Urs, I use git on the commandline. As gitk is installed everywhere I use git, I use gitk --all to see the current branching situation. So, git (commandline) for all commands and gitk (GUI) for visualization of the branches. With a few exceptions: - cherry-pick - reset --hard - and very rarely

Re: Survey: Git (G)UIs

2014-01-06 Thread Phil Holmes
- Original Message - From: Urs Liska u...@openlilylib.org To: lilypond-user lilypond-user@gnu.org Sent: Monday, January 06, 2014 12:53 PM Subject: Survey: Git (G)UIs Hi all Git users, I'd like to make a survey on how you are working with Git. Do you use the command line exclusively,

Re: snippet: standard staff sizes

2014-01-06 Thread Pierre Perol-Schneider
Thanks Kieren, very interesting indeed. ___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-user

Re: Survey: Git (G)UIs

2014-01-06 Thread David Kastrup
Noeck noeck.marb...@gmx.de writes: Hi Urs, I use git on the commandline. As gitk is installed everywhere I use git, I use gitk --all to see the current branching situation. You know git --graph --decorate ... ? I find that for a number of situations, this saves me from leaving the text

Re: Survey: Git (G)UIs

2014-01-06 Thread Trevor Daniels
I learnt git on Windows under MinGW with git gui and gitk, quite successfully. In fact the visualisation of branches in particular was very helpful. And I still use git gui for fetches, merges, commits and branches. I still use gitk to visualise the overall branch structure, to browse

Re: Survey: Git (G)UIs

2014-01-06 Thread Noeck
Am 06.01.2014 15:35, schrieb David Kastrup: Noeck noeck.marb...@gmx.de writes: Hi Urs, I use git on the commandline. As gitk is installed everywhere I use git, I use gitk --all to see the current branching situation. You know git --graph --decorate ... ? I find that for a number

Re: Survey: Git (G)UIs

2014-01-06 Thread David Kastrup
Noeck noeck.marb...@gmx.de writes: Am 06.01.2014 15:35, schrieb David Kastrup: Noeck noeck.marb...@gmx.de writes: Hi Urs, I use git on the commandline. As gitk is installed everywhere I use git, I use gitk --all to see the current branching situation. You know git --graph --decorate

Re: snippet: standard staff sizes

2014-01-06 Thread Noeck
Thanks Kieren, I have some questions about the staff sizes: 1. Is there a world wide standard for staff sizes? 2. Are Rastral Staff Sizes always the same? I once found a different list of rastral sizes. The differences are on the level of 2%, but I wonder if there is some official reference.

Re: Survey: Git (G)UIs

2014-01-06 Thread Mike Blackstock
I use a GUI based on Viewgit: http://www.omet.ca login 'demo10' password 'demo10' Help - Version control On Mon, Jan 6, 2014 at 7:53 AM, Urs Liska u...@openlilylib.org wrote: Hi all Git users, I'd like to make a survey on how you are working with Git. Do you use the command line

Re: Survey: Git (G)UIs

2014-01-06 Thread Johan Vromans
Urs Liska u...@openlilylib.org writes: I'd like to make a survey on how you are working with Git. Do you use the command line exclusively, or a GUI (which one(s))? Or a GUI for certain tasks and the command line for others? For ordinary day work: - command line (init, pull/push, commits,

RE: Automatic octaves

2014-01-06 Thread Daniel Rosen
-Original Message- From: Daniel Rosen Sent: Monday, January 06, 2014 11:35 AM To: 'Mark Stephen Mrotek'; 'Pierre Perol-Schneider' Cc: lilypond-user@gnu.org Subject: RE: Automatic octaves -Original Message- From: Mark Stephen Mrotek [mailto:carsonm...@ca.rr.com] Sent:

RE: Survey: Git (G)UIs

2014-01-06 Thread Daniel Rosen
-Original Message- From: Urs Liska [mailto:u...@openlilylib.org] Sent: Monday, January 06, 2014 7:54 AM To: lilypond-user Subject: Survey: Git (G)UIs Hi all Git users, I'd like to make a survey on how you are working with Git. Do you use the command line exclusively, or a GUI

RE: Automatic octaves

2014-01-06 Thread Daniel Rosen
-Original Message- From: Mark Stephen Mrotek [mailto:carsonm...@ca.rr.com] Sent: Sunday, January 05, 2014 12:39 PM To: Daniel Rosen; 'Pierre Perol-Schneider' Cc: lilypond-user@gnu.org Subject: RE: Automatic octaves Gentlemen, If each pitch name is enclosed in , the octaves are

Re: Survey: Git (G)UIs

2014-01-06 Thread Carl Peterson
On Mon, Jan 6, 2014 at 11:46 AM, Daniel Rosen drose...@gmail.com wrote: I use SourceTree for almost everything; the exceptions are a couple of commands that I can't figure out how to do in the GUI (e.g. git stash apply). I learned/am learning Git by using SourceTree, and I haven't had much

Re: snippet: standard staff sizes

2014-01-06 Thread Kieren MacMillan
Going in the other direction, I took integer-valued Lilypond staff sizes, and found examples in my personal library which matched: 8 (~2.8mm): Boosey Hawkes full score of “Peter Grimes” is just a little bigger (~8.5) 10 (~3.5mm): study scores like Universal’s “Bluebeard’s Castle” and

Re: Survey: Git (G)UIs

2014-01-06 Thread Francisco Vila
2014/1/6 Urs Liska u...@openlilylib.org: Hi all Git users, I'd like to make a survey on how you are working with Git. Do you use the command line exclusively, or a GUI (which one(s))? Or a GUI for certain tasks and the command line for others? I'd be particularly interested in reports of

Re: Survey: Git (G)UIs

2014-01-06 Thread Federico Bruni
2014/1/6 Urs Liska u...@openlilylib.org I'd like to make a survey on how you are working with Git. Do you use the command line exclusively, or a GUI (which one(s))? Or a GUI for certain tasks and the command line for others? I've learned git using the command line and I still use only the

new and context

2014-01-06 Thread Noeck
Hi, when looking at this snippet: http://lsr.dsi.unimi.it/LSR/Snippet?id=292 I have the following question: Why is \context Staff allowed here? How can I fill bass figures in a Staff? I thought I need a \new FiguredBass context for the \continuo. This works indeed (%2) but I loose the ability

RE: Survey: Git (G)UIs

2014-01-06 Thread Daniel Rosen
-Original Message- From: Carl Peterson [mailto:carlopeter...@gmail.com] Sent: Monday, January 06, 2014 12:02 PM To: Daniel Rosen Cc: Urs Liska; lilypond-user Subject: Re: Survey: Git (G)UIs On Mon, Jan 6, 2014 at 11:46 AM, Daniel Rosen drose...@gmail.com wrote: I use SourceTree

Re: Survey: Git (G)UIs

2014-01-06 Thread Carl Peterson
On Mon, Jan 6, 2014 at 1:18 PM, Daniel Rosen drose...@gmail.com wrote: -Original Message- From: Carl Peterson [mailto:carlopeter...@gmail.com] SourceTree isn't available for Linux, last time I checked...I use it on Mac/Windows for my other repos, but alas, not for LP. Carl P.

Century Schoolbook not italic

2014-01-06 Thread Noeck
Hi, why does this example code not work? I.e. why does it not print the clef modifier 8 in the italic version of the Century Schoolbook font? \version 2.18.0 \score { { \clef treble_8 a1^8 is not italic } \layout { \override Staff.ClefModifier.font-name = #Century Schoolbook L

multi-column markup function/macro?

2014-01-06 Thread Kieren MacMillan
Hello all, Before I reinvent the wheel… does anyone have a good multi-column markup function? Must Haves: 1. Takes a markup-list and breaks it into n columns, with n=2 and n=3. 2. Accepts line-width override. Nice To Haves: 1. n3 columns 2. Works nicely with Lily’s built-in page-breaking

Re: snippet: standard staff sizes

2014-01-06 Thread Martin Tarenskeen
On Mon, 6 Jan 2014, Kieren MacMillan wrote: Hello all, Just in case it helps anyone else, here’s a little snippet I made up to generate the standard staff sizes (as per Gould p. 483). (...) Interesting, thank you. But next time please put stuff like this in an attachment? -- MT

Re: snippet: standard staff sizes

2014-01-06 Thread Kieren MacMillan
Hi Martin, But next time please put stuff like this in an attachment? Unfortunately, I’ve had troubles with attachments sent to this list… =\ Kieren. ___ lilypond-user mailing list lilypond-user@gnu.org

Re: output diff

2014-01-06 Thread Noeck
make-regtest-pngs.sh should be able to do that. Thanks David and Phil! The core line of make-regtest-pngs.sh was quite close to what I wanted. If anyone is interested, this is what finally chose (also using imagemagick): convert old.png new.png -background black -channel red,green -combine \

Re: Survey: Git (G)UIs

2014-01-06 Thread Werner LEMBERG
I'd like to make a survey on how you are working with Git. Do you use the command line exclusively, or a GUI (which one(s))? Or a GUI for certain tasks and the command line for others? I use git on the command line only. However, I use the excellent `gitk' program for inspecting changes.

Re: Lilypond Cheat Sheet 2.18

2014-01-06 Thread Noeck
alterations doesn't fit to \language français … I will update it within some days. … Done. ___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-user

Automatic Fretboards for chords only?

2014-01-06 Thread vigrond
Hi, I was wondering if there was a Fretboards setting that made it only show on chords, and not single notes? IE, show Fretboard on 1 notes only Thanks! -- View this message in context: http://lilypond.1069038.n5.nabble.com/Automatic-Fretboards-for-chords-only-tp157276.html Sent from the

Re: Survey: Git (G)UIs

2014-01-06 Thread James Harkins
Urs Liska ul at openlilylib.org writes: Hi all Git users, I'd like to make a survey on how you are working with Git. Do you use the command line exclusively, or a GUI (which one(s))? Or a GUI for certain tasks and the command line for others? I don't have an opinion on git pedagogy. In

Re: Survey: Git (G)UIs

2014-01-06 Thread Paul Morris
Urs Liska wrote Do you use the command line exclusively, or a GUI (which one(s))? Or a GUI for certain tasks and the command line for others? I'd be particularly interested in reports of successful or failed attempts to learn Git by starting with a GUI tool. At this point I tend to use the

Re: Automatic Fretboards for chords only?

2014-01-06 Thread Carl Sorensen
On 1/6/14 4:31 PM, vigrond devitt...@gmail.com wrote: Hi, I was wondering if there was a Fretboards setting that made it only show on chords, and not single notes? IE, show Fretboard on 1 notes only Not that I know of. If no predefined fretboard is available, one will be calculated. I suppose

On features planned for 2.20 and Documentations on Contemporary Music

2014-01-06 Thread Joshua Nichols
So I check the documentation for the dev version, and I notice that there are a few ideas for the next release. Any ideas not mentioned via documentation? Also, I was wondering if any examples of contemporary notation were ever going to be put in the documentation. I know there is a spot for

Re: Removing empty staves in piano template with melody and lyrics

2014-01-06 Thread muggle
Thanks, all. Anyway, this works for version 2.16.2: \layout { \context { \Staff \RemoveEmptyStaves \override VerticalAxisGroup #'remove-first = ##t } } -- View this message in context:

Setting chordName font size

2014-01-06 Thread Ed Faulk
I'm trying to make the font size for the chord names smaller. I defined the chords as follows: chordNames = \chordmode { d2:m c4 | d2.:m | f2 bf4 | c4 f2 | f2. | bf2 c4 | c4 f2 | f2. | f2. | bf2 f4 | f2. | bf2 c4 | c4 f2 | bf2 f4 | f2 | f2. | bf2 f4 f2 } and then insert them into the score

ANN: python-ly 0.1 (the ly tool)

2014-01-06 Thread Wilbert Berendsen
Hi all, a first release of the command-line ly tool with the Python ly library is out: Url: https://pypi.python.org/pypi/python-ly/ The package is registered and uploaded with PYPI. It does not depend on PyQt4 or Frescobaldi. Please test and experiment :-) The 'ly' tool version 0.1 is able

Re: ANN: python-ly 0.1 (the ly tool)

2014-01-06 Thread Martin Tarenskeen
On Tue, 7 Jan 2014, Wilbert Berendsen wrote: Hi all, a first release of the command-line ly tool with the Python ly library is out: Url: https://pypi.python.org/pypi/python-ly/ I did python-pip install python-ly on my Fedora system and did a few short tests. Seems to work nicely.

Re: ANN: python-ly 0.1 (the ly tool)

2014-01-06 Thread Mike Solomon
On Jan 7, 2014, at 8:31 AM, Wilbert Berendsen wbs...@xs4all.nl wrote: Hi all, a first release of the command-line ly tool with the Python ly library is out: Url: https://pypi.python.org/pypi/python-ly/ WAY cool - many thanks! Took it for a spin and I see a noticeable improvement in

Re: multi-column markup function/macro?

2014-01-06 Thread Jan-Peter Voigt
Hi Kieren, I usually use [xe]latex, to produce the text needed for a preface or foreword. That way I can use latex input with its own commands - in this case: \twocolumn - and use hyphenation. It is integrated in https://github.com/jpvoigt/lalily (latex.scm, latex-init.scm). If you are

Re: musicxml2ly on Windows

2014-01-06 Thread TaoCG
Alex Loomis-2 wrote Have you tried upgrading to 2.18? It's possible that if the issue is with musicxml2ly that it has been fixed. On Jan 5, 2014, at 4:42 PM, TaoCG lt; tao_lilyponduser@ gt; wrote: TaoCG wrote Phil Holmes-2 wrote - Original Message - From: TaoCG lt;

Re: ANN: python-ly 0.1 (the ly tool)

2014-01-06 Thread Johan Vromans
Wilbert Berendsen wbs...@xs4all.nl writes: a first release of the command-line ly tool with the Python ly library is out: Yay! Given a (section of) .ly with barchecks and line number comments, e.g. d16 c8.~ c4 r2 | % 9 \bar || R1 | % 10 R1 | % 10 R1 | % 12 e4 e8 e16