Re: tabloid papersize

2012-03-16 Thread James
Hello, On 29 February 2012 18:05, Neil Thornock neilthorn...@gmail.com wrote: While we're at it, it would be nice to enable ledger (17x11) -- noted in paper.scm but not included for some reason. This and a few other sizes have been added and will be in the next development release - 2.15.34 (I

Re: hiding accidentals

2012-03-16 Thread m...@apollinemike.com
On Mar 16, 2012, at 7:16 AM, Jeffrey Trevino wrote: Hi there, I'm having trouble hiding accidentals in the middle of a glissando, where there will be notes without slurs, noteheads, or accidentals. Why doesn't my hide-accidental override work here?: \new Staff \new Voice {

Re: Combining lyrics lines

2012-03-16 Thread -Eluze
Reedmace Star wrote: \layout { \context { \Lyrics \override VerticalAxisGroup #'nonstaff-nonstaff-spacing #'minimum-distance = ##f \override VerticalAxisGroup #'nonstaff-unrelatedstaff-spacing #'minumum-distance = ##f \override LyricText

Re: separating design from pure score

2012-03-16 Thread Stjepan Horvat
Yes..i think it does..:) On 3/15/12, Urs Liska li...@ursliska.de wrote: Hi Stjepan, sorry that I don't have the time to really go through this thread (so I might misunderstand sth). But I think you should separate your music variables from your score definition, so you can \include them

Re: override Beam #'color = #red not applied to all beams

2012-03-16 Thread Kieren MacMillan
Hi Ming, try to use \override Beam #'color = #red seems that not all beams are becoming red. It looks to me like all the beams are red… Do you also want the flags to be red? If so, you need to override the flag color as well. Cheers, Kieren. ___

Re: override Beam #'color = #red not applied to all beams

2012-03-16 Thread James
Ming On 16 March 2012 13:07, MING TSANG tsan...@rogers.com wrote: try to use \override Beam #'color = #red seems that not all beams are becoming red. Are you confusing 'beam' with 'flag'? I cannot compile your ly file but the PDF shows me that one voice has red stems and red beams but the

Re: Add more space between arbitrary groups of notes

2012-03-16 Thread Svetlana
Hi Kieren! 16.03.2012, 04:40, Kieren MacMillan kieren_macmil...@sympatico.ca: Hi Svetlana: What about this solution? \version 2.15.32 \layout {   \context { \Score \override BreathingSign #'transparent = ##t \override BreathingSign #'X-extent = #'(0 . 1)   } } theMusic

Re: hiding accidentals

2012-03-16 Thread David Kastrup
m...@apollinemike.com m...@apollinemike.com writes: On Mar 16, 2012, at 7:16 AM, Jeffrey Trevino wrote: Hi there, I'm having trouble hiding accidentals in the middle of a glissando, where there will be notes without slurs, noteheads, or accidentals. Why doesn't my hide-accidental

Re: Combining lyrics lines

2012-03-16 Thread coffer
I think the easiest way is just to recall the first lyric line by using the \context command: \version 2.14.2 \new Staff \new Voice = a { f'4 g' r2 | s1 } \new Voice = b { s1| a'2 g' } \new Lyrics = LineOne \lyricsto a \lyricmode { may -- be } \context Lyrics =

Wrote the name of intervals between note under score

2012-03-16 Thread zao
Hi All! I would like to know how I can wrote the interval between one note and the next one under the score. I would like also coloring the stem of the first note according to the interval to the next one. If they are chords, i would like to coloring then the stem of the bass note due to

Re: hiding accidentals

2012-03-16 Thread Kieren MacMillan
Hi David, Why anyone would bother to write something as butt-ugly as that is a different question. I have several composer friends who look at any of my Lilypond code and say the same thing… ;) Cheers, Kieren. ___ lilypond-user mailing list

Re: override Beam #'color = #red not applied to all beams

2012-03-16 Thread MING TSANG
Hi, Kieren, Thank you.  I was using flag not Flag.   Blessing in+, Ming. From: Kieren MacMillan kieren_macmil...@sympatico.ca To: MING TSANG tsan...@rogers.com Cc: lilypond-usermailinglist lilypond-user@gnu.org Sent: Friday, March 16, 2012 9:12:23 AM

Re: override Beam #'color = #red not applied to all beams

2012-03-16 Thread MING TSANG
Hi, James: It compiles fine on lilypond v2.15.33 with Frescobaldi 2.0.4. When I first try I use flag it failed.  Then I try Beam.  It did not occur to me that I didn't us Flag.   Thank you, I should know lilypond is case sensitive.     Blessing in+, Ming.

Re: Combining lyrics lines

2012-03-16 Thread Reedmace Star
* 2012-03-16 10:42 +0100 coffer: Reedmace Star wrote: Now, the lyrics to a and b appear on separate lines, like this: maybe that the Instead, I would like to see them combined on one line whereever possible, like this: maybe that the I think

Re: Combining lyrics lines

2012-03-16 Thread Reedmace Star
* 2012-03-16 08:48 +0100 -Eluze: maybe the simplest is without these layout overrides: \new Staff \new Voice = a { f'4 g' r2 | s1 f'4 g' r2 | s1 } \new Voice = b { s1| a'2 g' s1| a'2 g' } \new Lyrics \lyricsto a \lyricmode { may -- be sec -- ond }

Re: hiding accidentals

2012-03-16 Thread Jeffrey Trevino
Mike! Hey. That works. It creates a new problem, though: The grace note that happens right after the hidden note *should* have an accidental -- but the override seems to turn off the accidental engraver for both the main note and any attached grace notes. Is there a way to turn off the accidental

LilyPond in/not in Windows PATH (Re: Point-and-click on Frescobaldi?)

2012-03-16 Thread Wilbert Berendsen
Op Thu, 15 Mar 2012 07:36:33 -0400 Father Gordon Gilbert fatherg...@gmail.com schreef: For whatever reason, Fresco was not showing the full path to LilyPond. Never had this problem before, but when I put it in there, all worked! Frescobaldi just tries if 'lilypond.exe' (or

Book title and author on the very first page only

2012-03-16 Thread Jakub Pavlík
Hi, having a file with multiple \bookparts (each of them contains multiple \scores), LilyPond puts score title and author name at the top of the first page of each bookpart by default. I would love to have these two fields only on the very first page of the whole book and at the beginning of the

Re: Book title and author on the very first page only

2012-03-16 Thread -Eluze
Jakub Pavlík wrote: Hi, having a file with multiple \bookparts (each of them contains multiple \scores), LilyPond puts score title and author name at the top of the first page of each bookpart by default. I would love to have these two fields only on the very first page of the whole