make score be line break aware

2007-10-01 Thread Francisco Vila
Hello. Is this possible? I want to typeset something (like a spanner or a different height of the lyrics baseline) that I want to last only until it reaches the next line break. If only I could explain it well, it would be a sort of intelligent tweak that 'knows' when a line break has happened

Re: Help with repeats for midi

2007-10-01 Thread John Pezouvanis
lilymidi \set Staff.midiInstrument = bright acoustic \clef treble \tempo 8=102 \key d \major \time 9/8 \relative c'' \repeat volta 2 {d16. cis32 d16 e fis d32 d e16 cis d8. a16 b b32 a aes16 a d8} \repeat volta 2 {d,16 fis g gis a b32 b a16 g fis g32 g e16 fis d16. cis32 c16 cis d8 d16. cis32

Re: Help with repeats for midi

2007-10-01 Thread Simon Dahlbacka
Actually *following* Grahams advise about reading Repeats and Midi in the documentation *will* give the answer... /Simon ps. sorry to sound arrogant, but this is clearly a case of RTFM On 10/1/07, John Pezouvanis [EMAIL PROTECTED] wrote: lilymidi \set Staff.midiInstrument = bright acoustic

RE: Proper use of Devnull

2007-10-01 Thread Trevor Daniels
I said earlier and incorrectly: The related problem of placing brackets round notes which are to be ignored in some verses, like the initial g in this example, is not supported in LP, AFAIK, although there are a couple of messy work-arounds in the archives. (Search for brackets note) Well,

Re: Placing ornaments, logo's

2007-10-01 Thread Marek Klein
I produce my music sheets with the PostScript/PDF backends. Now I'd want to include a logo and some other mainly fixed texts on the sheets. Can this be done with Lilypond? Maybe this could help you: http://lists.gnu.org/archive/html/lilypond-user/2007-08/msg00336.html Marek

Re: Help with repeats for midi

2007-10-01 Thread Vasil Kadifeli
*Hi John, * ** *I am new both to music and lilypond... * ** *Here is a skeleton of one of my files... one of the most difficult things for me was to develop my own template to write down the simple music notations I am trying to play... this is where I have come up to now ;) and s**till I am not

Re: Help with repeats for midi

2007-10-01 Thread Vasil Kadifeli
*John, I guess this what your are striving for : * \header{ title = some Greek music } #(set-global-staff-size 25) notes = \relative c''{ \clef treble \key d \major \time 9/8 \override Staff.NoteCollision #'merge-differently-dotted = ##t \repeat volta 2 { d16.

Re: Help with repeats for midi

2007-10-01 Thread John Pezouvanis
Hi vasil and thanks for answering and thanks for going through the trouble of writing the score for me, but sadly it didn't work. I forgot to write that I'm using this score with wiki and I'm thinking that maybe that's the reason this isn't working.

printing Staff Symbol before \stopStaff

2007-10-01 Thread Orm Finnendahl
Hi, stopping a Staff at the beginning of a piece results in the clef and time signature being printed without the staff symbol. Is there a way to make the staff symbol appear *without* having to enter music (or to skip musical time) before the \stopStaff? Below is an example: I would like to

Re: Help with repeats for midi

2007-10-01 Thread Mats Bengtsson
Based on your latest email to the mailing list, it seems that the problem here is that you are using some kind of WIKI with embedded LilyPond support to process your code, instead of using LilyPond directly. Since I have no idea about how this specific web server works, I am just speculating

Re: score imbedded in markup text (in-line)

2007-10-01 Thread Mats Bengtsson
Quoting Graham Percival [EMAIL PROTECTED]: Sorry, I read it too quickly. The results are a little bit better if you use \line instead of \fill-line, but I agree that there's still too much space between the elements. You don't need the explicit \line{...}. The horizontal space is due to the

Re: score imbedded in markup text (in-line)

2007-10-01 Thread Stan Sanderson
On Oct 1, 2007, at 11:36 AM, Maximilian Albert wrote: Mats Bengtsson schrieb: snip = \markup { \score { \new Staff \with { \remove Time_signature_engraver firstClef = ##f } { c''4\\ a' } \layout { indent = #0 ragged-right = ##t } } } \markup

Re: accidental style

2007-10-01 Thread Trevor Bača
On 9/30/07, Sandeep Gupta [EMAIL PROTECTED] wrote: Hi, I am trying to, for instance, show the accidental on the second a-sharp below. \parallelMusic #'(voiceA voiceB) { \cadenzaOn ais''2. | b''2. | \bar | ais''2. | d''2. | \bar | \cadenzaOff } \score { \new Staff \new Voice

Re: Writing a book (libretto) using LilyPond

2007-10-01 Thread Trevor Bača
On 9/30/07, Nicolas Sceaux [EMAIL PROTECTED] wrote: Valentin Villenave [EMAIL PROTECTED] writes: How can you manage to prevent the Character names and the didascalies to be separated from the main dialogue text when a page Break occurs? If you want the following text to be breakable after

Re: make score be line break aware

2007-10-01 Thread Trevor Bača
On 10/1/07, Francisco Vila [EMAIL PROTECTED] wrote: Hello. Is this possible? I want to typeset something (like a spanner or a different height of the lyrics baseline) that I want to last only until it reaches the next line break. If only I could explain it well, it would be a sort of

Re: Proper use of Devnull

2007-10-01 Thread Francisco Vila
2007/10/1, Mats Bengtsson [EMAIL PROTECTED]: Quoting Francisco Vila [EMAIL PROTECTED]: I hope you have read section Lyrics to multiple notes of a melisma which (in spite of its name) also deals with the situation you are asking about. You're right. I was mistaken in belief that the only

Re: Pitches rewrite draft

2007-10-01 Thread Graham Percival
Trevor Daniels wrote: Graham wrote: - move Micro tones into Accidentals. No, too specialist. Should it be moved into Specialist notation? Wherever it is it needs a link to Other languages. I disagree with this, although I admit that I can't come up with a good reason. One of the things

Re: make score be line break aware

2007-10-01 Thread Joe Neeman
On Mon, 1 Oct 2007 17:55:46 Francisco Vila wrote: Hello. Is this possible? I want to typeset something (like a spanner or a different height of the lyrics baseline) that I want to last only until it reaches the next line break. If only I could explain it well, it would be a sort of

Re: alternatives and bars problem

2007-10-01 Thread Gilles THIBAULT
In the final part of this tune, the 1st alternative prints fine, but the second one has the bars all screwed up. The first g4, is on a bar of its own ! I have only this ugly solution for measure 24 (line 63 in your score) g8*6/5 e e e4*6/5 % 5 eighth notes =

Re: alternatives and bars problem

2007-10-01 Thread Gilles THIBAULT
Oh sorry. I didn't see that a solution was already given Gilles ___ lilypond-user mailing list lilypond-user@gnu.org http://lists.gnu.org/mailman/listinfo/lilypond-user