Re: Concepts that may be missing (or are at least hidden) in LilyPond

2015-04-27 Thread Anton Curl
rrors without having to compile the score. Anton Curl ___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-user

Re: Specifying output format in the .ly file?

2015-04-19 Thread Anton Curl
to update your Lilypond file. If you absolutely want to run only one command, you can put them in a script or use a Makefile. Anton Curl On 19/04/2015 04:13, Peter Crighton wrote: Hello all, is it possible to not specify the output format via the command line, but instead directly in the .

Re: Parenthesize and accidentals

2015-04-07 Thread Anton Curl
Thanks! I hope it'll be integrated natively in Lilypond. Regards, Anton Curl On 08/04/2015 08:05, Pierre Perol-Schneider wrote: Hi Anton, see: http://lsr.di.unimi.it/LSR/Item?id=972 Cheers, Pierre 2015-04-08 8:03 GMT+02:00 Anton Curl <mailto:curl.an...@gmail.com>>:

Parenthesize and accidentals

2015-04-07 Thread Anton Curl
Hi everyone! With this snippet, the sharp is not between brackets. \version "2.19.1" { \parenthesize cis'' } Is there a way to get the note and his sharp between brackets? Thanks! Anton Curl ___ lilypond-user mailing list l

Re: Displaying a staff despite \removeEmptyStaves

2015-04-06 Thread Anton Curl
On 06/04/2015 11:48, Simon Albrecht wrote: Yes: \undo\hide MultiMeasureRest. Yours, Simon Very well. Thanks to all of you! Anton Curl ___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-user

Re: Displaying a staff despite \removeEmptyStaves

2015-04-06 Thread Anton Curl
ypond-user@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-user Yes! exactly what I needed. Thanks! Is there a shorter command than \override MultiMeasureRest.transparent = ##f to display the rests again? Anton Curl ___ lilypond-user mailing lis

Re: Displaying a staff despite \removeEmptyStaves

2015-04-05 Thread Anton Curl
use spacer rest with \startTextSpan and \stopTextSpan. Anton Curl ___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-user

Re: Displaying a staff despite \removeEmptyStaves

2015-04-05 Thread Anton Curl
;. My staff is already full of "s1", so it's not displayed because of \removeEmptyStaves, and this isn't what I want. Anton Curl ___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-user

Re: Displaying a staff despite \removeEmptyStaves

2015-04-05 Thread Anton Curl
eply! Your solution works with R1*4 for example, but not with s1*4. I assume I have to add an *-interface, but I can't find which. Anton Curl ___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-user

Displaying a staff despite \removeEmptyStaves

2015-04-05 Thread Anton Curl
Hi everyone! Is it possible to force an empty staff to be displayed occasionally when \removeEmptyStaves is used? Thanks! Anton Curl ___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-user

Autocompile in Vim

2015-03-22 Thread Anton Curl
;lilypond_error_filter"|| ||setlocal efm=%f:%l:%c:%m|| ||autocmd BufWritePost Makebg ||endfunction| Finally you must have the two enclosed scripts in your $PATH. That's all! Note that you can use the Makebg function for other types of files. Anton Curl #!/bin/bash grep 

Re: 2 \tempo command at the same time

2015-03-20 Thread Anton Curl
In fact I'm transcribing a jazz song for classical musicians. There are tempo changes and also a passage without swing. So I prefer to stay relatively accurate in the indications and avoid any confusion. Anton Curl On 20/03/2015 15:20, Robert Schmaus wrote: Well you *can* do that (and

Re: 2 \tempo command at the same time

2015-03-20 Thread Anton Curl
I don't know much about jazz. It's not the kind of music I'm usually typesetting. I never saw a jazz lead sheet with swing written followed by the metronome mark between brackets. If it's the policy, I can adopt it. But I'm curious to see some examples of it. Anton

Re: 2 \tempo command at the same time

2015-03-20 Thread Anton Curl
Yes that's it! Thanks! On 20/03/2015 13:29, Cynthia Karl wrote: I think you're looking for the \mark command, which does exactly what you're looking for, once in the score and in each part: << \new Staff \relative c'' { \tempo 4=120 \mark \markup { \hspace #30 "swing" } c d e f } \

Re: 2 \tempo command at the same time

2015-03-20 Thread Anton Curl
d is not the command to use in this case. But I didn't find another way to have an indication once in the score and in each part. Anton Curl On 20/03/2015 09:36, Craig Dabelstein wrote: Hi Anton, Can't you do: \tempo "Swing" 4=125 Or is that not what you are lookin

2 \tempo command at the same time

2015-03-20 Thread Anton Curl
ot;swing" } c And Lilypond ignore the second. What do I have to do to display both indications? Thanks Anton Curl ___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-user

Re: Using multiple tags

2015-03-18 Thread Anton Curl
On 18/03/2015 15:06, Simon Albrecht wrote: Indeed: only recently, David Kastrup introduced the tagGroup command, which serves for exactly this purpose. See and

Using multiple tags

2015-03-18 Thread Anton Curl
tags so as to use for example: remove all tags from category A but score It's the best solution that comes to my mind. But maybe is there also a better one? Thanks! Anton Curl ___ lilypond-user mailing list lilypond-user@gnu.org https://list

Re: Bug in articulate.ly

2015-03-01 Thread Anton Curl
On 28/02/2015 20:11, H. S. Teoh wrote: Ideally, I'd like to be able to specify interpretations of elements in the typeset score, for example, something like: % (This is hypothetical syntax) | \interpret{ a1\prall } { b16 a gis b a2. } | which would cause the { a1\prall } appear on the score, b

Re: Overriding preset tablature for ukulele

2015-01-12 Thread Anton Curl
Hi Ryan! If you want to control the string number, you can use this: \score { \new TabStaff { \relative c' { e\1 e\2 e\3 e\4 } } } (You can use \omit Voice.StringNumber in the layout block if you also use a staff) Or this: \score { \new TabStaff \relative c { \set

Re: Centering score and chord names horizontally

2015-01-09 Thread Anton Curl
It's perfect! Thank you very much Anton Curl On 09/01/2015 10:58, Alexander Kobel wrote: On 2015-01-09 09:41, Anton Curl wrote: Hi everyone! Hi Anton. I can't find how to center horizontally the \score bloc I create to display chord diagrams on top of my score. The trick here

Centering score and chord names horizontally

2015-01-09 Thread Anton Curl
Hi everyone! I can't find how to center horizontally the \score bloc I create to display chord diagrams on top of my score. I'd also like to center the name of each chord with the corresponding diagram. Does anyone have an idea on how to do this ? Thanks in advance, Anton Cur

Re: vertical justification of fret-diagram

2015-01-01 Thread Anton Curl
Hi Jinsong! Is this what you want? I've separated the chord diagrams into an other staff. Anton Curl On 31/12/2014 00:00, Jinsong Zhao wrote: Hi there, In the following snippet, I want to vertical justification of the three fret-diagram. \version "2.19.15" fret