Re: Multiple Endings Problem

2015-01-01 Thread Thomas Morley
2015-01-02 2:36 GMT+01:00 William Marchant wmarch...@eastlink.ca: I am using the code below to set up two different endings for a song. The code shown automatically puts a Repeat Start bar line at the beginning of of Bar 29. I would like to suppress it but can only do so with a Tick Bar

Re: Suppress metronome marks but not tempo marks

2015-01-01 Thread Robert Schmaus
Hi Davide, If you have a single tempo for the whole \layout block, you could leave the \tempo Allegro in the printed score and write \midi{ \tempo 4= 120} That should work as well. Best, Robert __ In religion, faith is a virtue. In science, faith is a vice. -- Jerry Coyne On 1 Jan

Re: Rallentando and accelerando in MIDI

2015-01-01 Thread Peter Chubb
David == David Sumbler da...@aeolia.co.uk writes: David Which brings me back now to my other question: how do I get David midi (specifically, the articulate.ly script) to recognize my David rits and ralls? I have tried entering them with \tempo, with David \mark and just as markup, but nothing

Re: Suppress metronome marks but not tempo marks

2015-01-01 Thread Pierre Perol-Schneider
Hi Davide and best wishes for 2015, Try : \version 2.18.2 \relative c' { \tempo Allegro \set Score.tempoWholesPerMinute = #(ly:make-moment 120/4) c d e f g a b c } Cheers, Pierre 2015-01-01 11:46 GMT+01:00 Davide Liessi davide.lie...@gmail.com: Hi all. I have some tempo+metronome

Re: Suppress metronome marks but not tempo marks

2015-01-01 Thread Phil Holmes
- Original Message - From: Davide Liessi davide.lie...@gmail.com To: lilypond-user@gnu.org Sent: Thursday, January 01, 2015 10:46 AM Subject: Suppress metronome marks but not tempo marks Hi all. I have some tempo+metronome marks in a file (e.g. \tempo Allegro 4 = 120) I need to print

Multiple Endings Problem

2015-01-01 Thread William Marchant
I am using the code below to set up two different endings for a song. The code shown automatically puts a Repeat Start bar line at the beginning of of Bar 29. I would like to suppress it but can only do so with a Tick Bar Line. This looks a bit odd. No other Bar Line seems to work. Is

Crescendo too small

2015-01-01 Thread Urs Liska
Hi all, I'll investigate into this some more but I'd like to ask one question up front: Sometimes I get the warning: crescendo too small. It often happens when there is a rather wide DynamicText in front of the hairpin, and the hairpins can be extremely short - up to a vertical line as shown

Re: Ego autem non intellego gregorian.ly (translatum googlum)

2015-01-01 Thread Noeck
Hi François and Pierre, So I'd suggest to use \tweak instead of\once\overrride to be more efficient. I missed the - (as in -\tweak) that’s why I switched to \override. Your solution is better. Reading the docs a bit more, I would suggest to use \melisma … \melismaEnd inside \[ and \]. This

Issue Including fingering indications on fret-diagram-terse string

2015-01-01 Thread Ryan Clarin
This should be as simple as adding a hyphen with the finger number, but they are not showing up. For example, when I try to place a f chord fret diagram above a melody note: c,^markup { \fret-diagram-terse #2-2;o;1-1;o; } It prints a f chord chart but with no fingerings :( help!

Suppress metronome marks but not tempo marks

2015-01-01 Thread Davide Liessi
Hi all. I have some tempo+metronome marks in a file (e.g. \tempo Allegro 4 = 120) I need to print only the tempo marks (Allegro) in PDF but I cannot delete the metronome parts of the commands, since I still need them in MIDI. Is there a way to suppress the metronome marks but not the tempo

Re: Ego autem non intellego gregorian.ly (translatum googlum)

2015-01-01 Thread Pierre Perol-Schneider
Hi François, Hi Joram As Joram already says, LilyPond has some limitation here and you'll probably have to tweak numerous objects. So I'd suggest to use \tweak instead of \once\overrride to be more efficient. I've also add 2 options for the star: \version 2.18.2 \include gregorian.ly \score {

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-ees = \markup {

Re: Multiple Endings Problem

2015-01-01 Thread Thomas Morley
2015-01-02 3:30 GMT+01:00 Thomas Morley thomasmorle...@gmail.com: 2015-01-02 2:36 GMT+01:00 William Marchant wmarch...@eastlink.ca: I am using the code below to set up two different endings for a song. The code shown automatically puts a Repeat Start bar line at the beginning of of Bar 29.

Re: Rallentando and accelerando in MIDI

2015-01-01 Thread David Sumbler
On Thu, 2015-01-01 at 20:57 +1100, Peter Chubb wrote: David == David Sumbler da...@aeolia.co.uk writes: David Which brings me back now to my other question: how do I get David midi (specifically, the articulate.ly script) to recognize my David rits and ralls? I have tried entering them