Re: make score be line break aware

2007-10-01 Thread Francisco Vila
2007/10/1, Joe Neeman <[EMAIL PROTECTED]>: > 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

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

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 = value

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 inte

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 I

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 o

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: 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 bre

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

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 } } } \mark

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

2007-10-01 Thread Maximilian Albert
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 { { foo \general-align #Y #CENTER \snip } }

Re: alternatives and bars problem

2007-10-01 Thread Mats Bengtsson
Quoting Joe Mc Cool <[EMAIL PROTECTED]>: Newbie, sorry. Version 2.11.33 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 ! Please see the end of section "Repeat syntax" in the manual for vers

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 th

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 h

RE: Pitches rewrite draft

2007-10-01 Thread Trevor Daniels
Graham wrote: > Ok, let's start the other half of real GDP work > SEEKING COMMENTS / OFFERS OF HELP Some comments on Pitches > - move Cautionary accidentals into Accidentals. Yes > - move Micro tones into Accidentals. No, too specialist. Should it be moved into Specialist notation? Wherever

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 have

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. _

Re: Placing ornaments, logo's

2007-10-01 Thread Johan Vromans
"Marek Klein" <[EMAIL PROTECTED]> writes: > Yes, this is what I'm currently using. However I needed quite some fiddling to get the logo on the page, above the header since LilyPond always assoumes the eps occupies space at th

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 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 su

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: Marek __

Re: Proper use of Devnull

2007-10-01 Thread Mats Bengtsson
Quoting Francisco Vila <[EMAIL PROTECTED]>: 2007/9/29, Graham Percival <[EMAIL PROTECTED]>: According to some bug reports (specifically about shifted lyrics with devnull), devnull is not the proper solution to use. Oh. I've seen it (your last comment is only two days old). I see this is not

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")

Re: Help with repeats for midi

2007-10-01 Thread John Pezouvanis
Is there anyone else that can actually help. As I said I read the manual and tried what is says but all I get is error messages. So I need someone to tell me exactly what I need to add so I can get the repeats to work in MIDI. Any help would be apreciated.. Simon Dahlbacka gmail.com> writes:

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: > > > \set Staff.midiInstrument = "bright acoustic" >

Re: Help with repeats for midi

2007-10-01 Thread John Pezouvanis
\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 d16 e f

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 and