Re: Strange beaming error

2016-01-06 Thread Chris Yate
On 6 January 2016 at 23:53, Chris Yate wrote: > Hi, > > I'm wondering whether anyone can shed some light on the attached image. > > LH of the piano here is: > > { > bf,16 (ef g8) r8 > c,16 g' c, g' bf, g' > \clef bass > } > > I hav

Re: Strange beaming error

2016-01-06 Thread Chris Yate
Further problems. I commented out the Time settings and here's more, this time in the RH (note paired semiquavers in LH here, which would be in sixes). This is now built with revision 35 (the latest). [image: Inline images 1] On 6 January 2016 at 23:59, Chris Yate wrote: > > On 6 J

Re: Strange beaming error

2016-01-06 Thread Chris Yate
On 7 January 2016 at 00:49, Thomas Morley wrote: > > 2016-01-07 0:53 GMT+01:00 Chris Yate : > >> Hi, >> >> I'm wondering whether anyone can shed some light on the attached image. >> >> LH of the piano here is: >> >> { >> bf,16 (ef

RE: Strange beaming error

2016-01-07 Thread Chris Yate
On 7 Jan 2016 1:31 am, "Mark Stephen Mrotek" wrote: > > Chris: > > > What is the time signature? 6/8? > > Or is it 2/4 grouped as if in tuplets? > Mark Mark, Yes, it's 6/8. Although it changes to 4/4 for one movement - the one before this problem occu

Re: How to reproduce this?

2016-01-07 Thread Chris Yate
Hi there,There's a few things wrong here... I'd start by getting the voices separated. So something like: << \quaver_triplet_stuff % this will be voice 1 and stems-up \\ \chord_notes % this will be voice 2, but you'll have to hide the stems. exercise for the reader ;-) >> Chord notation h

Re: Strange beaming error

2016-01-07 Thread Chris Yate
On 7 January 2016 at 17:12, Mark Stephen Mrotek wrote: > Chris, > > > > As I mentioned in a previous reply, make sure that identical “\set > Timining” instructions are in both the upper and lower staff. > > Once this is done, recompile and check for accuracy. > >

Manual page breaking causing assertion failure

2016-01-08 Thread Chris Yate
now I've done the obvious thing and gone with a working state -- it's not critical. Happy to push the code up to a Gist for anyone that wishes to debug the issue. Let me know. (This is apparently not happening if I build on Linux, only in Windows). Chris _

Instrument name in magnified staff

2016-01-09 Thread Chris Yate
t; \relative c{ a b c d } >> \new Staff \with { instrumentName = "Example 2" } << \relative c{ a b c d } >> >> \layout{} } Unfortunately the instrument name is _also_ magnified (negatively). (See attached) Is this really the intended result? How w

Fwd: Manual page breaking causing assertion failure

2016-01-09 Thread Chris Yate
In case anyone here is interested (perhaps Ralph), a Minimal not-Working Example I've sent to the bugs list. -- Forwarded message -- From: Chris Yate Date: 9 January 2016 at 09:55 Subject: Re: Manual page breaking causing assertion failure To: tisimst Cc: bug-lilyp...@gn

Re: Manual page breaking causing assertion failure

2016-01-09 Thread Chris Yate
On 9 January 2016 at 14:28, Thomas Morley wrote: > 2016-01-09 14:18 GMT+01:00 Chris Yate : > > In case anyone here is interested (perhaps Ralph), a Minimal not-Working > > Example I've sent to the bugs list. > [...] > > "AutoPageBreaksOff" in the s

Re: Manual page breaking causing assertion failure

2016-01-09 Thread Chris Yate
No, it's not self-built, it's the latest dev image from the website! Windows 10, 64bit. Any other info you need? Chris On 9 Jan 2016 10:17 pm, "Colin Campbell" wrote: > On 16-01-08 07:09 PM, Chris Yate wrote: > > Hi, > I'm trying to paginate my score nicel

Re: Help with unexpexted double barline trouble and \markup

2016-01-15 Thread Chris Yate
eed this up? > Help and encouragement is much obliged. > Well, you need to get fast at your keyboard skills and touch-typing! I think Lilypond is much faster than manual entry in Sibelius -- using a MIDI keyboard may be faster but it's also more prone to errors if you're trying q

Re: Help with unexpexted double barline trouble and \markup

2016-01-15 Thread Chris Yate
ms are to be extended over rests." But I have seen a snippet through which you can avoid the slur AND beam in the following: a8 ([ b c d ]) a ([ b c d]) I can't remember where I saw it! Chris ___ lilypond-user mailing list lilypond-user@gnu.

Re: Help with unexpexted double barline trouble and \markup

2016-01-15 Thread Chris Yate
On 15 January 2016 at 15:58, Carl-Henrik Buschmann wrote: > > 15. jan. 2016 kl. 15.32 skrev Chris Yate : > > > > On 15 January 2016 at 07:07, Carl-Henrik Buschmann > wrote: > >> I'm working on a lead sheet but being a novice i'm hitting my head &

Programmatically building music-function names

2016-01-15 Thread Chris Yate
rintTheScore "Two" ``` This doesn't work; my substitution syntax is clearly wrong here, but I'd be interested to see if there's a way to do it. Or does the way the code is parsed mean music functions can't be referenced in this way? I've attached a ly file i

Re: Programmatically building music-function names

2016-01-15 Thread Chris Yate
On 15 Jan 2016 17:26, "David Kastrup" wrote: > > Chris Yate writes: > > > Hi, > > > > I'm trying to typeset a number of short pieces into multiple scores in one > > file. I can do this manually, as: > > > > This doesn't w

Re: Determine the including file

2016-01-22 Thread Chris Yate
uot;c" will have access to code from "b". But this smells like a circular dependency that you need to break with a common include file. Chris ___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-user

Re: Determine the including file

2016-01-22 Thread Chris Yate
core" it doesn't make sense for oll-core to do anything other than provide functionality to the other. You could still wrap this behaviour up in a short top-level file that looks something like: ``` \include "oll-core.ily" \include "scholarly-impl.ily" oll-register ( scholarly ) ``` Chris ___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-user

Re: simplifying chromatic scale notation

2016-01-26 Thread Chris Yate
otes” but sometimes natural notes are also accidental > notes. > > In a chromatic scale, what are the accidental notes? They're certainly NOT notes with a sharp or flat, since you may already be in a key signature with those notes. Chris ___ l

Re: simplifying chromatic scale notation

2016-01-26 Thread Chris Yate
method of notation that's been good for 400 years. Chris On 25 January 2016 at 21:38, Simon Albrecht wrote: > On 25.01.2016 22:19, musicus wrote: > >> I just struggled with studying a complex music piece and thought that all >> the chromatic lines are horrible to re

Re: simplifying chromatic scale notation

2016-01-26 Thread Chris Yate
uses "white notes" to achieve the same increase in visual noise. I'm sure it's a fine idea if all you play is pieces in C major, but realistically, it's solving a problem that isn't really there. Chris ___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-user

Re: simplifying chromatic scale notation

2016-01-26 Thread Chris Yate
pside-down "V" to indicate semitones, "=" to indicate 'same note' and a square bracket (like upside down "|__|") between notes to indicate a tone. This is occasionally useful to me as an aide-memoire, in stuff where we have lots of double-sharps and flats,

Re: simplifying chromatic scale notation

2016-01-26 Thread Chris Yate
On 26 January 2016 at 16:02, Paul Morris wrote: > On Jan 26, 2016, at 7:35 AM, Chris Yate wrote: > > As it is, when I mark up confusing music I sometimes use an upside-down > "V" to indicate semitones, "=" to indicate 'same note' and a square bracket &g

Re: Bar number moves down inexplicably

2016-02-01 Thread Chris Yate
/www.lilypond.org/doc/v2.18/Documentation/learning/outside_002dstaff-objects > > Cheers, > David. Yes, I can reproduce that (on Windows 10, Lilypond 2.19.35). Begs the question what the "comment" symbol means if text after it on the line is parsed... Chris ___

Re: jedit jaundice

2009-11-05 Thread Chris Angelico
On Fri, Nov 6, 2009 at 11:49 AM, joe ferguson wrote: > The console says: > >  jedit -Xms2m -Xma8M > Invalid initial heap size: -XmsM I notice you have a case difference there. What happens if you use either both lowercase or both uppercase trailing M's? Or, what if you leave them off completely:

Re: lilypond 2.13.7 is released

2009-11-06 Thread Chris Angelico
On Fri, Nov 6, 2009 at 8:32 PM, Roman Stawski wrote: > Does this mean that you'll rename \pageBreak to \manger ... where > the carriage horse, if it's on form, feeds ? I think this needs to be put to a vote. All those in favour, aye; all against, neigh. ChrisA _

RE: Horizontalized scores

2014-02-12 Thread Chris Crossen
> > From: lilypond-user-bounces+chris=crossen@gnu.org > [mailto:lilypond-user-bounces+chris=crossen@gnu.org] On Behalf Of Erik > Linde > Sent: Friday, February 07, 2014 11:24 > To: lilypond-user@gnu.org > Subject: Horizontalized scores > > Hi, > >

RE: Horizontalized scores

2014-02-13 Thread Chris Crossen
> From: lilypond-user-bounces+chris=crossen@gnu.org [mailto:lilypond- > user-bounces+chris=crossen@gnu.org] On Behalf Of David Kastrup > Sent: Wednesday, February 12, 2014 23:07 > To: Chris Crossen > Cc: lilypond-user@gnu.org > Subject: Re: Horizontalized scores > &g

RE: Horizontalized scores

2014-02-14 Thread Chris Crossen
> From: Janek Warchoł [mailto:janek.lilyp...@gmail.com] > Sent: Friday, February 14, 2014 9:47 > To: Chris Crossen > Cc: David Kastrup; Chris Crossen; LilyPond Users > Subject: Re: Horizontalized scores > > 2014-02-14 1:43 GMT+01:00 Chris Crossen : > > > >> W

RE: Horizontalized scores

2014-02-15 Thread Chris Crossen
> I was quite happy with: > > lilypond --png -danti-alias-factor=10 -dresolution=300 file.ly > > An anti-alias-factor of 2 is not enough, IMHO. I don’t know other options. > “strokeadjust” that Janek mentions is only documented for version 2.19 > usage manual: > http://www.lilypond.org/doc/v2.19/

RE: Horizontalized scores

2014-02-16 Thread Chris Crossen
> > David Kastrup: > > "Chris Crossen" writes: > ... > > > Is pngtopnm something I need to install on my Mac? > > > > Likely. I think it's part of the ImageMagick suite. > > pngtopnm is part of netpbm: > > http://netpbm.sourcef

RE: Horizontalized scores

2014-02-17 Thread Chris Crossen
>> Chris Crossen: > > When I use GIMP to convert a pdf produced with Lilypond to a .png, I > > get nice crisp verticals and horizontals, no anti-aliasing. And, the > > note heads and other rounded parts are beautifully anti-aliased. > David Kastrup: > I don'

RE: Horizontalized scores

2014-02-17 Thread Chris Crossen
> >Chris Crossen: > > The trick to getting the crisp horizontal and vertical lines while > > still getting anti-aliased curves is the ghostscript option -> dGraphicsAlphaBits. > > When Lilypond produces a .png file it set this to 4. If you set it to > > 1 instead

RE: Horizontalized scores

2014-02-18 Thread Chris Crossen
> Chris Crossen wrote: > > The trick to getting the crisp horizontal and vertical lines while > > still getting anti-aliased curves is the ghostscript option - > dGraphicsAlphaBits. > > When Lilypond produces a .png file it set this to 4. If you set it to > > 1 i

RE: Horizontalized scores

2014-02-18 Thread Chris Crossen
> From: Jim Long [mailto:lilyp...@umpquanet.com] > > On Tue, Feb 18, 2014 at 02:13:57PM -0700, Chris Crossen wrote: > > > > I think I'll continue using GIMP to extract the images from PDFs. > > If you're resigned to that technique, have you tried Image

Re: Horizontalized scores

2014-02-18 Thread Chris Crossen
> From: Jim Long [mailto:lilyp...@umpquanet.com] > > On Tue, Feb 18, 2014 at 02:13:57PM -0700, Chris Crossen wrote: > > > > I think I'll continue using GIMP to extract the images from PDFs. > > If you're resigned to that technique, have you tried Image

FW: Messiah

2014-02-26 Thread Chris Crossen
-Original Message- From: David B. Stocker [mailto:dstoc...@notesettersinc.com] Sent: Wednesday, February 26, 2014 11:29 To: Chris Crossen Subject: Re: Messiah Hi Chris, I'm glad you are considering my proposal. For what it's worth, I'm in contact with a local collea

RE: FW: Messiah

2014-02-26 Thread Chris Crossen
x/nenuvar/tree/master/Haendel/Oratorio/Messi > ah > http://nicolas.sceaux.free.fr/ > > best, > Janek > > 2014-02-26 19:59 GMT+01:00 Chris Crossen : > > > > Thank you for the information, Janek. I didn't mean to post my e-mail to the list. Outlook auto-complet

RE: Generating Interest in LilyPond through Kickstarter

2014-03-22 Thread Chris Crossen
d? > If you start a project, be sure and give the URL on the list as Urs did. I looked at his project and contributed. Chris ___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-user

Footnote Question

2014-08-07 Thread Chris Trahan
re so that everyone in the group knows that they're looking at the correct version. Thanks, Chris Trahan ___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-user

Re: Footnote Question

2014-08-07 Thread Chris Trahan
On Thu, Aug 7, 2014 at 11:42 AM, Samuel Speer wrote: > On Thu, Aug 7, 2014 at 10:31 AM, Chris Trahan > wrote: > >> >> On Thu, Aug 7, 2014 at 11:05 AM, Samuel Speer >> wrote: >> >>> You could copy the default footer and add [\fromproperty >>>

Re: Footnote Question

2014-08-07 Thread Chris Trahan
On Thu, Aug 7, 2014 at 11:45 AM, Chris Trahan wrote: > > > On Thu, Aug 7, 2014 at 11:42 AM, Samuel Speer > wrote: > >> On Thu, Aug 7, 2014 at 10:31 AM, Chris Trahan >> wrote: >> >>> >>> On Thu, Aug 7, 2014 at 11:05 AM, Samuel Speer >>&g

Increasing Space Between Arranger and 1st Staff

2014-08-07 Thread Chris Trahan
to do this. Thanks, Chris ___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-user

Re: Increasing Space Between Arranger and 1st Staff

2014-08-07 Thread Chris Trahan
Thanks Samuel. That did the trick! Chris On Thu, Aug 7, 2014 at 1:05 PM, Samuel Speer wrote: > markup-system-spacing is an alist. > Try using > > markup-system-spacing #'padding = #3 > > > On Thu, Aug 7, 2014 at 12:00 PM, Chris Trahan > wrote: > >> Ho

Re: a thank you :)

2014-08-17 Thread Chris Crossen
On Aug 17, 2014, at 2:51 PM, Janek Warchoł wrote: > Hi, > > today's no special anniversary, but i'd like to publicly thank David > Kastrup for all the work he's been doing on LilyPond for the last > years. Many of his patches are relatively small cleanups and code > simplifications in the area

Re: a thank you :)

2014-08-18 Thread Chris Crossen
On Aug 17, 2014, at 10:57 PM, Werner LEMBERG wrote: > >>> today's no special anniversary, but i'd like to publicly thank David >>> Kastrup for all the work he's been doing on LilyPond for the last >>> years. Many of his patches are relatively small cleanups and code >>> simplifications in the

Re: LilyPond Enhancement Proposal (with Bounty)

2014-09-28 Thread Chris Crossen
On Sep 28, 2014, at 8:08 PM, Abraham Lee wrote: > Paul, > > This sounds intriguing! First of all, my best wishes to you and your startup > company. May you have great success! > > Secondly, I'm not entirely sure I understand what you are trying to avoid > with the text above measure bars. C

Re: LilyPond Enhancement Proposal (with Bounty)

2014-10-02 Thread Chris Crossen
re this question is more likely to be seen by developers? Thanks, Chris ___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-user

Re: LilyPond Enhancement Proposal (with Bounty)

2014-10-02 Thread Chris Crossen
text (not lyrics which can already be handled) from appearing above or below measure bars. Would this functionality take care of your requirement? Chris ___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-user

Re: Happy 18th birthday, LilyPond

2014-11-03 Thread Chris Crossen
On Nov 3, 2014, at 12:17 PM, Tim Reeves wrote: > > > So Lilypond is old enough to vote in tomorrow's general election! (in the US) > ;) > And it probably will, several times, in Chicago. ___ lilypond-user mailing list lilypond-user@gnu.org https:/

Single Staff Spacing

2014-11-06 Thread Chris Trahan
f { \relative c'' { \key g \major \time 3/4 \autoBeamOff \partial 4 c8 d | e2.~ | e2 g,8 b | d4 d b | a8( g)~ g2~ | \break g4 e'8 e4 e8 | d2.~| d8 d, a'4 a | g2.~ | g8 c c4

Single Staff Spacing

2014-11-06 Thread Chris Trahan
Thanks to David Nalesnik and Jim Long for helping. I figured that the spacing had to go in the \paper section but I couldn't figure out what parameters to adjust. Chris ___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/ma

Repeat Volta Bar Types

2014-11-11 Thread Chris Crossen
bars to keep the piece musically correct. Thank you, Chris ___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-user

Re: Repeat Volta Bar Types

2014-11-11 Thread Chris Crossen
On Nov 11, 2014, at 2:02 PM, Jim Long wrote: > On Tue, Nov 11, 2014 at 01:39:23PM -0700, Chris Crossen wrote: >> Is it possible to get different repeat bar images when using \repeat volta ? > > One way, although probably not the best way, is to simply > specify the bar

Problem creating lilypond from tabledit

2011-05-23 Thread Chris Taylor
s TablEdit file and export to lilypond format which gives me the .ly file. When I generate the pdf file from lilypond, some of the dotted crotchets are missing. What am I doing wrong?  Many thanks,   Chris Taylor ___ lilypond-user mailing list lilypo

Re: Problem creating lilypond from tabledit

2011-05-23 Thread Chris Taylor
I have added an image of the TablEdit bar that I am trying to covert to .ly http://christaylorguitar.gg/music-typesetting/poblem-creating-lilypond-from-tabledit/   Chris Taylor From: Phil Holmes To: Chris Taylor ; lilypond-user@gnu.org Sent: Monday, 23 May

Re: Problem creating lilypond from tabledit

2011-05-24 Thread Chris Taylor
This is what I suspected.   Many thanks,  Chris Taylor   From: Phil Holmes To: Chris Taylor ; lilypond-user@gnu.org Sent: Monday, 23 May 2011, 16:58 Subject: Re: Problem creating lilypond from tabledit It looks like TablEdit is not exporting the LilyPond

Re: King Arthur

2011-10-14 Thread Chris Sawer
r the source edition used was out of copyright or not. Regards, Chris (main Mutopia maintainer since 1999) ___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-user

FW: Custom paper size

2012-02-06 Thread Chris Crossen
I would like to create a very wide page also. What is the maximum length of a line? Thanks, Chris -Original Message- From: lilypond-user-bounces+chris=crossen@gnu.org [mailto:lilypond-user-bounces+chris=crossen@gnu.org] On Behalf Of Joseph Haig Sent: Monday, February 06, 2012 4

RE: Thinking about putting together a grant to support development on LilyPond

2012-02-10 Thread Chris Crossen
I don't know. As technology becomes cheaper and politicians become more expensive, we may reach a tipping point where zombie houses prevail. -Original Message- From: lilypond-user-bounces+chris=crossen@gnu.org [mailto:lilypond-user-bounces+chris=crossen@gnu.org] On Behalf O

pngtopnm missing?

2012-05-08 Thread Chris Crossen
I am trying to create a .png file from a LilyPond score. I am running Windows XP. I'm getting an error about pngtopnm. Is it part of LilyPond? Should I have it as part of the install? Below is my run output. Thank you, Chris Crossen C:\ScoreWork\data>lilypond -dbackend=

RE: pngtopnm missing?

2012-05-09 Thread Chris Crossen
That's what I tried first. It works, but the .PNG files don't look anywhere near as good as the PDFs. I was trying to get a good-looking .PNG file with the -danti-alias-factor=2 parameter. From: Phil Holmes [mailto:m...@philholmes.net] Sent: Wednesday, May 09, 2012 0:46 To: Chr

RE: pngtopnm missing?

2012-05-10 Thread Chris Crossen
Thanks, Phil. I'll give that a try. From: Phil Holmes [mailto:m...@philholmes.net] Sent: Thursday, May 10, 2012 9:04 To: Chris Crossen; lilypond-user@gnu.org Subject: Re: pngtopnm missing? I'm sorry I still can't answer your exact question, but I can give some pointers.

Re: LilyPond blog! who wants to join?

2013-06-02 Thread Chris Mear
st that something straightforward like "A blog about Lilypond" is added to the blog's header? The title/subtitle are cute, but to an newcomer they don't mean anything, so it's not immediately clear what this website is about. Chris _

Re: LilyPond blog! who wants to join?

2013-06-02 Thread Chris Mear
On Sunday, 2 June 2013, Janek Warchoł wrote: > 2013/6/2 Chris Mear >: > > On 2 Jun 2013, at 02:27, Janek Warchoł > > > > wrote: > > > >> thanks for your interest! The blog is up and running at > >> http://lilypondblog.wordpress.com/ :) > >&

moving LilyPond blog to our website

2013-06-05 Thread Chris Mear
ngs/tidbits (as opposed to the official project news channel, which is for important news about the project itself). Hence the initial jump to a familiar blogging platform, with a user-friendly web interface that a variety of contributors can use. Writing posts in texinfo and running 'make' command

RE: What is this mark?

2013-10-05 Thread Chris Crossen
It's from the accompaniment to the Hallelujah chorus from Handel's Messiah. Measures 14-16 from The New Novello Choral Edition. BTW, Thank you, Ben, for your Lilypond tutorials on YouTube. -Original Message- From: lilypond-user-bounces+chris=crossen@gnu.org [mailto:lil

RE: What is this mark?

2013-10-05 Thread Chris Crossen
> Hi Chris, > > no idea what it means. > Though, you could reproduce it with: > (after http://lsr.dsi.unimi.it/LSR/Search?q=Hauptstimme ) > > \version "2.16.2" > > endBracket = \markup \with-dimensions #'(0 . 0) #'(0 . 0) { > \path #0.15 #&#

RE: What is this mark?

2013-10-05 Thread Chris Crossen
> Looking at my copy of the Novello Messiah, bar 17 is marked for Strings, so it seems pretty clear that your mark is simply a device used by Watkins Shaw to indicate changes in the > instrumental summary below the choral parts. For example, at rehearsal B, bar 22, the mark shows that the top half

RE: Third Voice?

2013-11-29 Thread Chris Crossen
>> I am engraving the Hallelujah Chorus from Handel's Messiah. There is >> one measure (87) where I think I need a third voice in the treble >> clef. I have attached an image of measure 87. The red-underlined notes >> in the image are what is missing when I render my Lilypond. A cut down >> ver

Re: Supporting my work on LilyPond financially

2013-12-04 Thread Chris Crossen
point. He needs more donors to continue his work for us in the LilyPond community. I just wanted to re-emphasize that original point and hope the discussion has convinced a few more of us to make a small, but regular donation. Thanks, Chris Crossen ___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-user

Staff error

2014-12-30 Thread Chris Trahan
#x27; { c d e f } } \new Staff { \relative c'' { g a b c } } >> % Interlude \new Staff { \relative c'' { c d e f } } % Verse 2 \new ChoirStaff << \new Staff { \relative c { \clef "bass" d e f g } } \new

Re: Staff error

2014-12-31 Thread Chris Trahan
ot it done. The only thing that I have to finish is the guitar chords. Chris On Wed, Dec 31, 2014 at 11:11 AM, Phil Holmes wrote: > Chris, > > I think this would work better if you gave each musician their full > measure rests when they are not singing/playing and then let Lily remove

Page Headers

2015-01-13 Thread Chris Trahan
s, etc. I find a reference to oddHeaderMarkup and evenHeaderMarkup but no description of how to use these variables. Thanks, Chris ___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-user

Re: Page Headers

2015-01-13 Thread Chris Trahan
Abraham, Yes, I have. The example is not very clear and it's only one example. Chris -- View this message in context: http://lilypond.1069038.n5.nabble.com/Page-Headers-tp170410p170428.html Sent from the User mailing list archive at Nabbl

Re: Page Headers

2015-01-13 Thread Chris Trahan
p variable. Chris -- View this message in context: http://lilypond.1069038.n5.nabble.com/Page-Headers-tp170410p170429.html Sent from the User mailing list archive at Nabble.com. ___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.o

Re: Page Headers

2015-01-14 Thread Chris Trahan
On Wed, Jan 14, 2015 at 2:45 AM, Pierre Perol-Schneider < pierre.schneider.pa...@gmail.com> wrote: > Hi Chris, > > Do you mean that you modifed titling-init.ly ? > If yes, I don't think it is a good idea... > > How about : > > \version "2.18.2" >

How to get lyrics to skip measures?

2015-01-26 Thread Chris Trahan
a b c | \break %% Verse two lyrics start here c,^"Verse 2" d e f } } } verseOneLyrics = \lyricmode { La la la la } verseTwoLyrics = \lyricmode { Do re me fa } \score { << \melodyVerseOne \new Lyrics \lyricsto "Women" { \verseOneLyrics %% Need to skip

Re: How to get lyrics to skip measures?

2015-01-26 Thread Chris Trahan
On Mon, Jan 26, 2015 at 4:35 PM, Kieren MacMillan < kieren_macmil...@sympatico.ca> wrote: > Hi Chris, > > > I think that I need to somehow include spacers to skip over the whistle > part but I'm getting errors when I try that. > > \new Lyrics \lyricsto

Repeats - Strange behavior??

2015-01-27 Thread Chris Trahan
t. \repeat unfold 3 {c d e f} \bar "||" \break \repeat volta 2 { s4^"Not correct" \repeat unfold 3 {g a b c} } } } Thanks, Chris ___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-user

Vertical axis grob error

2015-02-10 Thread Chris Trahan
533 lines long so I don't want to post it here unless it's necessary. Can anyone give me an idea of what to look for? I realize that this is very vague. I'm looking for suggestions of what to look for, if that is possible. Thanks, Chris ___

Re: Vertical axis grob error

2015-02-10 Thread Chris Trahan
On Tue, Feb 10, 2015 at 5:00 PM, David Nalesnik wrote: > > > On Tue, Feb 10, 2015 at 4:30 PM, David Nalesnik > wrote: > >> Hi Chris, >> >> On Tue, Feb 10, 2015 at 3:56 PM, Chris Trahan >> wrote: >> >>> When I compile a score th

Staff Spacing

2015-04-07 Thread Chris Trahan
ched screenshot. The interlude staff is the last staff in the system. I'm using staff-staff-spacing to reduce the spacing of the SATB parts. I've tried the system-system-spacing in the \paper block setting the basic-distance to 8. Any su

Re: Staff Spacing

2015-04-08 Thread Chris Trahan
Abraham, Here's the file. It's not a tiny example, I'm afraid. Chris From: tisimst To: lilypond-user@gnu.org Cc: Date: Wed, 8 Apr 2015 07:42:36 -0700 (MST) Subject: Re: Staff Spacing Chris, Can you post your code or attach a file so we can see what you've tried? You can b

Re: Staff Spacing

2015-04-08 Thread Chris Trahan
Thanks Abraham. Chris -- View this message in context: http://lilypond.1069038.n5.nabble.com/Staff-Spacing-tp174177p174239.html Sent from the User mailing list archive at Nabble.com. ___ lilypond-user mailing list lilypond-user@gnu.org https

Re: Staff Spacing

2015-04-08 Thread Chris Trahan
was trying to do anyway. \paper { system-system-spacing = #'((basic-distance . 8) (minimum-distance . 6) (padding . 2) (stretchability . 8)) } <http://lilypond.1069038.n5.nabble.com/file/n174241/Lilypond-Staff-Spacing.jpg> Thanks, Chris -- View this message

Re: Staff Spacing

2015-04-08 Thread Chris Trahan
breaks in other staves, even if they are at the same point as the break in the top staff. I appreciate your help. I'm still in the Lilypond learning curve. Chris -- View this message in context: http://lilypond.1069038.n5.nabble.com/Staff-Spacing-tp174177p174243.html Sent from the User maili

Re: Staff Spacing

2015-04-08 Thread Chris Trahan
Kieren, Can you give me an example of how to use the \editionEngraver or show me where it is in the documentation? I searched Learning, Notation, Snippets, and Internal but I couldn't find it. Is it in version 2.18.2? Thanks, Chris On Wed, Apr 8, 2015 at 2:50 PM, Kieren MacM

Re: Staff Spacing

2015-04-09 Thread Chris Trahan
Kieren, Thanks. I've never used GitHub. I created an account but don't see how to download the files. When I right-click and save as, I get the html code. Chris On Thu, Apr 9, 2015 at 9:54 AM, Kieren MacMillan < kieren_macmil...@sympatico.ca> wrote: > Hi Chris, > > >

Re: Staff Spacing

2015-04-13 Thread Chris Trahan
Hi Kieren, I did get the edition-engraver to work but it seems to have a problem with \removeemptystaves. It's not putting the breaks where I've specified. Have you experienced this? Thanks, Chris On Thu, Apr 9, 2015 at 9:54 AM, Kieren MacMillan < kieren_macmil...@sympatico.ca&

Re: Staff Spacing

2015-04-14 Thread Chris Trahan
to get in touch with Jan-Peter Voigt? I'm new to GitHub. I've been trying to find an email address or a way to send a message but no luck so far. Thanks, Chris On Mon, Apr 13, 2015 at 10:09 AM, Kieren MacMillan < kieren_macmil...@sympatico.ca> wrote: > Hi Chris, > > >

Re: Staff Spacing

2015-04-15 Thread Chris Trahan
rogramming error: could not find this grob's vertical axis group in the vertical alignment continuing, cross fingers Anyone have any idea what's happening? Thanks, Chris Mon_Pere-tiny-example.ly <http://lilypond.1069038.n5.nabble.com/file/n174548/Mon_Pere-tiny-example.ly> -- Vi

Re: Staff Spacing

2015-04-15 Thread Chris Trahan
On Wed, Apr 15, 2015 at 3:12 PM, Trevor Daniels wrote: > > Chris Trahan wrote Wednesday, April 15, 2015 6:17 PM > Subject: Re: Staff Spacing > > > > I've finally been able to cull down the code where I can provide a tiny > > example and still get it to fail. &g

Re: Staff Spacing

2015-04-15 Thread Chris Trahan
I still have the problem in version 2.19.18. I'm attaching another version of the example using line breaks instead of the edition-engraver commands. Mon_Pere-tiny-example-2.ly -- View this message in context:

Re: Staff Spacing

2015-04-16 Thread Chris Trahan
Hi Kieren, Thanks. That got rid of the programming errors, however it's still not working properly. See attached screen shot. I'm now on 2.19.18. Chris Lilypond-Break-Problem-2.jpg <http://lilypond.1069038.n5.nabble.com/file/n174610/Lilypond-Break-Problem-2.jpg> -- View

Re: volta repeat with and without alternative ending

2015-06-25 Thread Chris Yate
haps a very long repeat where one part has markedly different material to the rest of the ensemble. The resulting confusion can be mitigated by things like doubling up the bar numbering or even the rehearsal marks. Chris P.S. I often see "Percent" repeats misused where t

Re: organizing orchestral music

2015-06-25 Thread Chris Yate
part layout. In addition I keep layout files > > and files containing the music in different directories. > > +1 > I do something similar. This also illustrates the use of \transposition and \transpose to get correct pitch playback... Chris -

Re: transposable figured bass?

2015-06-29 Thread Chris Yate
. As you probably know, docuentation says: "Although the support for figured bass may superficially resemble chord support, it is much simpler. \figuremode mode simply stores the figures and the FiguredBass context prints them as entered. There is no conversion to pitches." I wonder whether

Re: transposable figured bass?

2015-06-30 Thread Chris Yate
gn to write a minor triad in a chord where the major third is sharpened... Another think -- in the example you give, is a natural sign only there to "correct" a previous accidental on the figure? (otherwise, what else would it mean?). Thanks, Chris ___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-user

Re: Partial Bars

2015-06-30 Thread Chris Yate
lution is to temporarily change the time signature, but remove the time signature engraver. I'll try to find an example later (on my phone just now). Chris ___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-user

<    1   2   3   4   >