Re: Ukulele Barre Chord Fret Diagrams

2010-04-28 Thread Carl Sorensen
On 4/28/10 2:34 PM, "keith Luke" wrote: > I'm using ^\markup \fret-diagram #"w:4;4-o;3-o;2-o;1-3;"  but I would like to > use fret diagrams with barre. > > I tried ^\markup \fret-diagram #"c:4-1-1;4-3;3-2;2-1;1-1;", but it shows > "guitar" barre fret diagrams. > > How can I print ukulele cho

Re: Ukulele Barre Chord Fret Diagrams

2010-04-29 Thread Carl Sorensen
On 4/28/10 6:39 PM, "keith Luke" wrote: > Carl, > > This is exactly what I was looking for. > > Thank you very much. > > Aloha, > > Keith I believe that we have a big set of predefined ukulele chords in the development release 2.13.x. You may find it easier to use a FretBoards context w

Re: strange subdivideBeams behaviour?

2010-05-09 Thread Carl Sorensen
On 5/9/10 6:02 PM, "Bernhard Ott" wrote: > Hi, > I just had a hard time making "subdivideBeams" work: the subdivision > always started with an offset. I had a look at the beam-settings.scm and > I really can't figure out, why the "my" redefinition via > \overrideBeamSettings changes anything (

Re: Getting width of markup in a music function

2010-05-11 Thread Carl Sorensen
On 5/11/10 1:17 AM, "Nathan Reed" wrote: > > Here's my code as it stands.  It produces a narration measure as shown in the > image linked in my previous message. > > narration = > #(define-music-function (parser location rest text1 text2) >                         (ly:music? string? string?) >  

Re: Getting width of markup in a music function

2010-05-11 Thread Carl Sorensen
Nathan Reed gmail.com> writes: > > Hello,I'd like to be able to compute the width of a markup inside a > music function, > so that I can size another element based on the size of the markup. > I've figured out how to compute the size inside a markup command: > (ly:stencil-extent (interpret-ma

PATCH: Issue 818 (Critical)

2010-05-14 Thread Carl Sorensen
I've posted a patch for issue 818 on Rietveld. I have not yet tested it with the regression tests. Karl, can you do the regression test check? Thanks, Carl http://codereview.appspot.com/1195044 ___ lilypond-user mailing list lilypond-user@gnu.org h

Re: Automatic beaming of dotted quavers

2010-06-01 Thread Carl Sorensen
6) . (2 2)) > ) > \repeat unfold 12 f'16 > \repeat unfold 4 { f'8 f'16 } > \repeat unfold 4 f'8. > } > %%% end of example I think this is a bug. I'm the author of the code in question. I'll look into it. Thanks, Carl Sorense

Re: Automatic beaming of dotted quavers

2010-06-01 Thread Carl Sorensen
On 6/1/10 10:13 AM, "Phil Holmes" wrote: > Carl, > > I spent a while trying to get this to work. It looks like the code possibly > ignores the numerator, and then treats the dotted 1/8 note as having a > minimum value of 1/16 and so applies the 1/16 override to the beaming. Yes, that's how I r

Re: define new glyph-name ?

2010-06-02 Thread Carl Sorensen
On 6/1/10 7:36 PM, "josé henrique padovani" wrote: > Hello, > > is there a way to create a new glyph name... > > I have read this topic > (http://old.nabble.com/Defining-extra-glyph-name-td15430582.html#a15430582), > but found no answer about this issue.. Do you want do define a glyph name

Eyeglasses (was Re: -dbackend=svg ... warning: missing stencil expression `embedded-ps')

2010-06-06 Thread Carl Sorensen
On 6/6/10 7:36 AM, "Neil Puttock" wrote: > 2010/6/4 Patrick McCarty : > >> Another option is to use the 'path routine.  This isn't documented yet >> and is a little cumbersome to use, but you can find an example that >> uses 'path in this snippet: >> >>  http://lsr.dsi.unimi.it/LSR/Item?id=623

Re: Woodwind diagrams in lilypond w/ changes from M Watts & I Hulin

2010-06-09 Thread Carl Sorensen
On 6/9/10 5:12 PM, "josé henrique padovani" wrote: > > I would also like to know: is the code of your woodwind diagrams > available somewhere? The code is available as a patch at http://codereview.appspot.com/1425041/show Unfortunately, it doesn't include the complete files, so it would be f

Re: Woodwind diagrams in lilypond w/ changes from M Watts & I Hulin

2010-06-10 Thread Carl Sorensen
On 6/9/10 5:13 PM, "josé henrique padovani" wrote: > forgot to ask: are the diagrams working with the svg backend? > Yes. Carl ___ lilypond-user mailing list lilypond-user@gnu.org http://lists.gnu.org/mailman/listinfo/lilypond-user

Re: Woodwind diagrams in lilypond w/ changes from M Watts & I Hulin

2010-06-10 Thread Carl Sorensen
On 6/10/10 2:09 AM, "Mike Solomon" wrote: > Hey José. > > > I would also not suggest copy-and-pasting my new scheme and postscript files > into your working directory ­ it is generally bad practice. If you do this > and there winds up being a bug that I didn¹t catch, you will have another > pr

Re: Woodwind diagrams in lilypond w/ changes from M Watts & I Hulin

2010-06-10 Thread Carl Sorensen
On 6/10/10 7:04 AM, "Bernardo Barros" wrote: > 2010/6/10 josé henrique padovani : >> ok guys, I will setup git here... >> >> thanks >> >> > > Hey, > > If I install from MacPorts it will have this dev version or an older one?? > > like: > > sudo port install lilypond > > ??? > port in

Re: Scheme sandbox

2010-06-12 Thread Carl Sorensen
On 6/11/10 10:26 AM, "phil.burf...@talktalk.net" wrote: > Thought I'd give scheme a try... > > first setup GUILE_LOAD_PATH=C:\Program Files\LilyPond\usr\share\guile\1.8 > then from command prompt entered guile and this is what I got... I don't use GUILE_LOAD_PATH in my environment. I just h

Re: Scheme sandbox

2010-06-12 Thread Carl Sorensen
On 6/12/10 6:49 AM, "phil.burf...@talktalk.net" wrote: > - Original Message ----- > From: "Carl Sorensen" > To: ; > Sent: Saturday, June 12, 2010 1:02 PM > Subject: Re: Scheme sandbox > > > >> I don't use GUILE_LOAD_PATH in

Re: inkscape 0.47, OSX... import pdf pages

2010-06-12 Thread Carl Sorensen
On 6/12/10 7:17 AM, "josé henrique padovani" wrote: > Hi, > > I need to import pdf pages generated by lilypond in Inkscape(0.47)... (OSX) > I tried to put (or symbolic link) the OTF fonts (emmentaler*.otf and > CenturySchL*.otf) in > \Library\Fonts\ > ~\Library\Fonts\ > ~\.fonts\ > > then ha

Re: inkscape 0.47, OSX... import pdf pages

2010-06-12 Thread Carl Sorensen
On 6/12/10 3:18 PM, "keith Luke" wrote: > I've had limited success using GIMP to import LilyPond 2.12.3 PDF files and > insert svg logos.  I use CutPDF to create the updated sheet music PDF.  One > problem I found is that GIMP will create separate layers for each page of the > LP PDF.  For exampl

Re: How to overlap \leftHand and \rightHand in the same staff

2010-06-12 Thread Carl Sorensen
On 6/12/10 4:50 PM, "Disc Magnet" wrote: > I've written a Lilypond input file like this: > > leftHand = \relative c' { > c e g e > d f a f > e g b g > f a c a > } > > rightHand = \relative c'' { > c2 c > d d > e e > f f > } > > \score { > \new Staff { >

Re: Scheme sandbox

2010-06-12 Thread Carl Sorensen
On 6/12/10 6:49 AM, "phil.burf...@talktalk.net" wrote: > - Original Message ----- > From: "Carl Sorensen" > To: ; > Sent: Saturday, June 12, 2010 1:02 PM > Subject: Re: Scheme sandbox > > > >> I don't use GUILE_LOAD_PATH in

Re: 8th triplets in 3/4 beaming?

2010-06-13 Thread Carl Sorensen
On 6/12/10 10:03 PM, "Mike Blackstock" wrote: > This: > \relative c' { > \time 2/4 > \times 2/3 {c8 c c } > \times 2/3 {c c c } > } > > gives me this, as expected: http://www.vex.net/~mikeb/ex2-4.png > (beam connecting 3 triplets then a new beam) > > but this, in 3/4

Re: Presentation: "Publisher-grade LilyPond" in Ottawa

2010-06-13 Thread Carl Sorensen
On 6/13/10 12:02 AM, "Boris Shingarov" wrote: > Hi Graham and all Lilyponders, > > I was quite astonished to hear that my slides were understood to mean anything > pessimistic or negative.  If they give people this impression, then it is a > defect of the slides which I will fix. > > But rig

Re: Presentation: "Publisher-grade LilyPond" in Ottawa

2010-06-13 Thread Carl Sorensen
On 6/13/10 9:17 AM, "Reinhold Kainhofer" wrote: > >> If there are other patches that are not yet up to >> LilyPond status, but might be able to get there, it would be nice to have >> them listed as issues with patches attached. > > I suppose a starting point could be to look at the patches al

Re: beatLength / beaming in 4/4

2010-06-14 Thread Carl Sorensen
On 6/14/10 5:24 AM, "u_li" wrote: > [sorry if this should be a double post. When I first sent the message I didn't > configure my current email client to use my registered address. As I don't see > my post on the list I assume it didn't get through. If it did please ignore > this second post ]

Re: drawing a line between a note and a syllabe

2010-06-14 Thread Carl Sorensen
On 6/14/10 5:15 AM, "Germain G. Ivanoff-Trinadtzaty" wrote: > Dear all, > Vocal music, with lyrics following 1st voice. > How to draw a [dashed, dotted, normal] line from the 3rd or 4th voice "do" > to the syllabe "tse" ? I know of no way to draw lines between notes and lyrics. They are in d

Re: beatLength / beaming in 4/4

2010-06-14 Thread Carl Sorensen
On 6/14/10 7:18 AM, "u_li" wrote: > Am 14.06.2010 15:04, schrieb Carl Sorensen: >> >> >> On 6/14/10 5:24 AM, "u_li" wrote: >> >> >>> [sorry if this should be a double post. When I first sent the message I >>> didn&#

Re: drawing a line between a note and a syllabe

2010-06-14 Thread Carl Sorensen
devel topic (although, with the new Scheme engravers, I guess it can become a -user topic. Thanks, Carl > > Thanks for pointing me to Span_arpeggio_engraver / arpeggioBracket for the > last case. > Germain > > - Original Message - > From: "Carl Sorensen"

Re: beatLength / beaming in 4/4

2010-06-14 Thread Carl Sorensen
On 6/14/10 5:07 PM, "Xavier Scheuer" wrote: > 2010/6/15 u_li : > >> Sorry, this is not necessary anymore. I fixed it (my problem and my >> not understanding) with >> >> \overrideBeamSettings #'Score #'(4 . 4) #'end >> #'(((1 . 8) . (4 4)) >>     ((1 . 16) . (2 2 2 2 2 2 2 2)) >>    

Re: beatLength / beaming in 4/4

2010-06-14 Thread Carl Sorensen
On 6/14/10 5:45 PM, "Xavier Scheuer" wrote: > 2010/6/15 Carl Sorensen : > >> The _default_ behavior, as you call it, is not really the _default_ >> behavior.  beatLength should not affect beaming if a default rule is >> defined.  The fact that it does

Re: Alternative polymetric representation

2010-06-14 Thread Carl Sorensen
On 6/14/10 6:24 PM, "Arle Lommel" wrote: > (Sorry for the lengthy post, but a couple of issues came up when I tried to > work with an older file I did some time ago.) > > About 18 months ago Reinhold helped me figure out how to display time > signatures like (3+3+4)/16 in which there is a com

Re: beatLength / beaming in 4/4

2010-06-15 Thread Carl Sorensen
On 6/15/10 11:17 AM, "Urs Liska" wrote: > Today I tried to use the \overrideBeamSetting (near the bottom of this email) > in my real score and I am very happy that it works perfectly now. > > By now I understand the logic behind this from a programmer's perspective. > But I have to say it see

Re: Changing conducting signs

2010-06-16 Thread Carl Sorensen
Copying to -devel to get developer feedback, and to bug to get the issue in the tracker if it belongs there. On 6/16/10 1:58 AM, "flup2" wrote: > > I would like to know if somebody knows how conductng signs ( > http://lsr.dsi.unimi.it/LSR/Item?id=259 > http://lsr.dsi.unimi.it/LSR/Item?id=259 ) a

Re: after-last-staff-spacing when "last staff" is a non-staff

2010-06-19 Thread Carl Sorensen
On 6/19/10 6:27 AM, "Kieren MacMillan" wrote: > Hi Joe, > >> if you set padding then it will affect the amount of whitespace >> between the last staff of the ChoirStaff and the first staff >> of the PianoStaff (and not the amount of whitespace >> between the Lyrics and the PianoStaff). > > T

Re: MetronomeMark placement questions

2010-06-19 Thread Carl Sorensen
On 6/18/10 10:07 PM, "Kieren MacMillan" wrote: > > In the short term, I'm considering creating a Tempo context, which only prints > out tempo indications (akin to the TimeSig context of yore). This context > could then be placed in the \score wherever one needs it, solving (1), (2), > and (4)

Re: \revertBeamSettings not reverting

2010-06-19 Thread Carl Sorensen
On 6/18/10 11:23 AM, "bobr...@centrum.is" wrote: > In the example below the second used of \revertBeamSettings appears to have no > effect. Have I missed something in the docs or should I send this to > bug-lilypond? You haven't missed anything in the docs. This is unintended behavior. Howe

Re: displaying triplet in 3/4 time

2010-06-21 Thread Carl Sorensen
On 6/21/10 3:51 PM, "Ole Schmidt" wrote: > Hi, > > While engraving I came across the problem to display a simple triplet which > consists of a quarter and an eighth note > and it seems to be difficult. The default beaming is odd and using brackets > leads to an error warning. > Do I complete

Re: displaying triplet in 3/4 time

2010-06-21 Thread Carl Sorensen
On 6/21/10 3:51 PM, "Ole Schmidt" wrote: > Hi, > > While engraving I came across the problem to display a simple triplet which > consists of a quarter and an eighth note > and it seems to be difficult. The default beaming is odd and using brackets > leads to an error warning. > Do I complete

Re: old vs new G clefs

2010-07-07 Thread Carl Sorensen
On 7/7/10 1:35 PM, "Tim Reeves" wrote: > I was trying to see what changes in 2.13.27 when I discovered that > somewhere in 2.13 this happened: > > The LilyPond G clef has been rotated 1.5 degrees clockwise for improved > balance. The old and new versions can be compared by looking at the > d

Re: Bug? a minimal example to show "going back in midi time"

2010-07-10 Thread Carl Sorensen
On 7/9/10 5:03 PM, "胡海鹏 - Hu Haipeng" wrote: > Dear All, > After reading the messages about "going back in midi time", I realized that > the main problem of my overture's midi output is not totally because of > articulate. Here's the small intro containing just 8 bars, and the problem is > a

Re: Bug? a minimal example to show "going back in midi time"

2010-07-10 Thread Carl Sorensen
On 7/9/10 5:03 PM, "胡海鹏 - Hu Haipeng" wrote: > Dear All, > After reading the messages about "going back in midi time", I realized that > the main problem of my overture's midi output is not totally because of > articulate. Here's the small intro containing just 8 bars, and the problem is > at b

Re: Bug? a minimal example to show "going back in midi time"

2010-07-10 Thread Carl Sorensen
On 7/10/10 2:44 PM, "胡海鹏 - Hu Haipeng" wrote: > Thanks Carl, I have solved the problem last night by adding midi tags to all > the problematic instruments (bassoons, trumpet I, cello and bass). I don't > know how Lilypond calculates music values, but I've never heard such issue in > other musical

Re: fermata not shown at playing parts

2010-07-16 Thread Carl Sorensen
On 7/16/10 9:49 AM, "Graham Percival" wrote: > The docs already say to use \fermata ! But in the Expressive Marks section there is no text outside of an example that describes using fermata as an articulation. (There is an index entry for \fermata, however). And in the Full measure rests

Re: Guitar tab string numbers

2010-07-24 Thread Carl Sorensen
On 7/24/10 5:13 AM, "Patrick Schmidt" wrote: > Hi Phil, > > Am 24.07.2010 um 12:31 schrieb Phil Burfitt: > >> Ciao Federico, >> >> Thanks, I've since found that using TabStaff.minimumFret helps >> reduce the need to define string numbers. > Yes, it's a very useful feature! The advantage is tha

Re: Guitar tab string numbers

2010-07-26 Thread Carl Sorensen
On 7/26/10 6:41 AM, "Phil Burfitt" wrote: > > > Hi Carl, > > Perhaps if tab string numbers were assigned as documented... > > ..."By default pitches are assigned to the lowest playing position on the > fret-board (first position). Open strings are automatically preferred." > > Tab string

Re: Question: how may I create my own (accidental) glyphs?

2010-07-31 Thread Carl Sorensen
On 7/30/10 1:03 PM, "sereliya at yahoo dot com" wrote: > > > Dear LilyPond users, > > Greetings! > > I have developed an alternative microtone system and would > > like to create my own accidental glyphs. Would anyone > > happen to know how to proceed? Your assistance is greatly > >

Re: Beam settings in 2.13.29

2010-08-09 Thread Carl Sorensen
On 8/9/10 5:22 PM, "Trevor Daniels" wrote: > > > Neil Puttock wrote Monday, August 09, 2010 9:07 PM > > >> On 6 August 2010 20:36, Trevor Daniels >> wrote: >> >>> Second, this only seems to work in the Score context. >>> I don't know if this is a bug or an error in the >>> documentation. We'

Re: function for combined meters

2010-08-15 Thread Carl Sorensen
On 8/15/10 12:57 AM, "Stefan Thomas" wrote: > Dear community, > I want to create variables for combined meters, which allows one to choose, > how these measures are beamed. > For example, an 7 eigths bar can be beamed in 223 or 232, etc. > I would like to type something like > \VIIeights #2 #2 #3

Re: function for combined meters

2010-08-15 Thread Carl Sorensen
On 8/15/10 12:57 AM, "Stefan Thomas" wrote: > Dear community, > I want to create variables for combined meters, which allows one to choose, > how these measures are beamed. > For example, an 7 eigths bar can be beamed in 223 or 232, etc. > I would like to type something like > \VIIeights #2 #2

Re: \autoBeamOff

2010-08-16 Thread Carl Sorensen
On 8/16/10 3:30 PM, "Patrick Schmidt" wrote: > Dear LilyPonders, > > while trying to typeset some vocal music I encountered some > difficulties with \autoBeamOff: > > 1) \autoBeamOff has no effect on other voices when used in a global > variable/ghost voice. It has to be turned on explicitly

Re: overrideBeamSettings not working in 2.13.30

2010-08-18 Thread Carl Sorensen
On 8/18/10 6:20 AM, "Trevor Daniels" wrote: > > > Hans Aberg wrote Wednesday, August 18, 2010 12:17 PM > > >> On 18 Aug 2010, at 11:45, Trevor Daniels wrote: >> I just switched from LilyPond 2.13.30 (from 2.13.27), and then: error: unknown escaped string: `\overrideBeamSettings' >

Re: overrideBeamSettings not working in 2.13.30

2010-08-18 Thread Carl Sorensen
On 8/18/10 10:45 AM, "Hans Aberg" wrote: > On 18 Aug 2010, at 17:50, Carl Sorensen wrote: > >> >> If you don't want to do \overrideTimeSignatureSettings, it would be >> sufficient to do >> >> \time 9/16 >> \set beatStructure = #&#

Re: LSR images

2010-08-18 Thread Carl Sorensen
Benjamin Peterson python.org> writes: > Hi, > How are the LSR images generated? Try lilypond -dpreview --png myfile.ly HTH, Carl ___ lilypond-user mailing list lilypond-user@gnu.org http://lists.gnu.org/mailman/listinfo/lilypond-user

Re: overrideBeamSettings not working in 2.13.30

2010-08-19 Thread Carl Sorensen
On 8/19/10 3:12 AM, "Hans Aberg" wrote: > > It appears when I do this (MIDI part not necessary - just shows > motivation for code setup): > > \version "2.13.30" > > music = \new Staff << > \time 9/16 > \set beatStructure = #'(4 2 3) > % \set beatStructure = #'(4 3 2) > \repeat unfold 9 {

Re: overrideBeamSettings not working in 2.13.30

2010-08-19 Thread Carl Sorensen
On 8/19/10 8:17 AM, "Hans Aberg" wrote: > On 19 Aug 2010, at 15:38, Carl Sorensen wrote: > >> beatStructure is set *per voice*, and since you have parallel music >> in the >> staff, you are creating 3 different voices in the staff, one of >> which ha

Re: Help with my Lilypond-Latex issue

2010-08-20 Thread Carl Sorensen
On 8/19/10 10:16 PM, "Marc Schonbrun" wrote: > Hi all, > > This is my first post to this list, so apologies in advance if I break every > single rule :) > > I've been using LilyPond in conjunction with LaTeX for almost 3 years and it's > been amazing. I was previously using the 2.11 branch w

Re: Overlap Beams in Time?

2010-09-04 Thread Carl Sorensen
On 9/4/10 12:53 PM, "PMA" wrote: > Dear List: > > First, thank you for Lilypond -- this wonderful tool -- and for > accepting my subscription. > > I am placing noteheads, and using beams, in a way that has little to do > with common usage. > Lilypond has to a considerable extent "played along",

Re: 2.13.32 not honouring margins and staves going off page

2010-09-04 Thread Carl Sorensen
On 9/4/10 5:07 PM, "Nick Payne" wrote: > I haven't been able to reproduce this behaviour with a small example, > but I'm getting some staves in a score where lilypond tries to fit too > many bars and the stave goes past the margin and off the right-hand edge > of the page, and others where the th

Re: 2.13.32 not honouring margins and staves going off page

2010-09-05 Thread Carl Sorensen
On 9/5/10 12:33 AM, "James Bailey" wrote: > > > On Sep 5, 2010, at 5:31 AM, Carl Sorensen wrote: > >> On 9/4/10 5:07 PM, "Nick Payne" wrote: >> >>> I haven't been able to reproduce this behaviour with a small example, >>>

Re: music notation for soprano ukulele

2010-09-07 Thread Carl Sorensen
On 9/7/10 1:55 AM, "Steve Yegge" wrote: > Hello Lilypond gurus, > > I've been getting a bunch of requests for a tab or chord-diagram > transcription of a ukulele piece I posted on YouTube.  Is there any > hope?  The tuning is awful -- er, I mean, traditional, with the strings > not increasing

Re: numbers as easy note head

2010-09-07 Thread Carl Sorensen
On 9/7/10 8:45 AM, "MING TSANG" wrote: > I am using 2.12.3-1. When will 2.13.11 be released as stable version? In the > mean time can I down 2.13.11 and install in window xp co-exist with 2.16.3-1 > on the same computer? 2.13 will never be a stable version. It will turn into the stable version

Re: [lily4jedit-user] LilyPondTool users on Mac?

2010-09-09 Thread Carl Sorensen
On 9/9/10 12:38 PM, "Seth Williamson" wrote: > First, I want to thank everybody who is trying to help a noob such as myself > with this problem.  You guys are great. > > To answer Brett's question, JEdit is 4.3.2.  LilyPondTool is 2.12.894. > > Below, I copy a note I sent off-list to another

Re: Automatic beaming global settings

2010-09-10 Thread Carl Sorensen
On 9/10/10 7:35 AM, "James Worlton" wrote: > Hello, > > I'm trying to define the set of default automatic beamings for a score. The > new beaming function is nice, but it won't let me set multiple rules in a > global variable. Here is what I'm trying to do--I have a rule for 4/4 and a > rule for

Re: LilyPondTool users on Mac?

2010-09-10 Thread Carl Sorensen
On 9/10/10 9:45 AM, "Seth Williamson" wrote: > I want to thank everybody who has helped thus far in the saga of my getting > the LilyPond/JEdit/LilyPondTool combo up and running. > > Thanks to several people's suggestions, I think I got the permissions problem > fixed.  I have no idea how I coul

Re: Automatic beaming global settings

2010-09-10 Thread Carl Sorensen
This problem is now fixed in git. If you don't build your own executable, you can get the new functionality easily by downloading scm/time-signature-settings.scm from the git repository and copying it to your scm/ directory. Otherwise, you can wait for 2.13.33 to be released. Thanks for the bug

Re: Beamed grace notes across another pair of beamed notes

2010-09-11 Thread Carl Sorensen
On 9/11/10 9:40 AM, "Jebus" wrote: > > > Good day. > > To start off, I have no musical background so my knowledge is very limited > in that respect, but I'm trying to transcribe some of my wife's old sheet > music so it can be saved and reprinted if/when it gets destroyed. (Our > daughter gets

Re: numbers as easy note head

2010-09-11 Thread Carl Sorensen
On 9/11/10 7:35 PM, "MING TSANG" wrote: > I have trouble using two versions of lilypond, therefor i decided to use > 2.13.32. > > I have additional help required: > > 1.. How can I increase the notehead size so that the number as easy note head > are easily readable? I use "#(set-global-sta

Re: Chords with unequal durations

2010-09-13 Thread Carl Sorensen
On 9/13/10 7:47 AM, "Phil Holmes" wrote: > - Original Message - > From: "Nick Payne" > To: > Sent: Monday, September 13, 2010 11:30 AM > Subject: Re: Chords with unequal durations > > >> One problem with turning off the clashing note column warning is that if >> differently headed not

Re: Chords with unequal durations

2010-09-13 Thread Carl Sorensen
On 9/13/10 11:16 AM, "Trevor Daniels" wrote: > > > Neil Puttock wrote Monday, September 13, 2010 4:48 PM > >> That's an illegal merge, since it obscures the duration of the >> minim. > >> In Nick's example, setting >> 'ignore-collision allows the noteheads to be stuck on top of each >> other

Re: To improve lilypond score sheet output

2010-09-18 Thread Carl Sorensen
On 9/18/10 8:58 AM, "MING TSANG" wrote: > I like to improve the output. The questions or tip to improve: > 1.. How to make the stem thickness constant? Right now some is heave and some > is thin. Actually, all the stems should have the same thickness. I think this is a problem with your pdf pre

Re: How to include a file/definition temporarily?

2010-09-19 Thread Carl Sorensen
On 9/19/10 3:46 PM, "Patrick Schmidt" wrote: > Hi all, > > I have several files with definitions of guitar fret diagrams for > various chord shapes (e.g. c-shape.ly, a-shape.ly, g-shape.ly, e- > shape.ly and d-shape.ly). I can't include all of these files at the > same time in the main file a

Re: How to include a file/definition temporarily?

2010-09-20 Thread Carl Sorensen
On 9/20/10 1:19 AM, "David Kastrup" wrote: > Patrick Schmidt writes: > >> Hi all, >> >> I have several files with definitions of guitar fret diagrams for >> various chord shapes (e.g. c-shape.ly, a-shape.ly, g-shape.ly, e- >> shape.ly and d-shape.ly). I can't include all of these files at t

Re: How to include a file/definition temporarily?

2010-09-20 Thread Carl Sorensen
On 9/20/10 3:54 AM, "David Kastrup" wrote: > Carl Sorensen writes: > >> This is a good thought as a temporary workaround. However, it won't work >> as-is, because fretboard-table is a hash table. We'd need to define a >> hash-table copy functi

Re: How to get a property override into a scheme markup function?

2010-09-21 Thread Carl Sorensen
On 9/21/10 7:28 PM, "Jeff Epstein" wrote: > > I'm not sure what I'm missing here. Is there a translation between an ly > property and scheme? "box-padding" does exist in the Internal Reference > manual, > and I've not yet found anything in the other manuals, nor in this forum > (searching for

Re: Scheme : "catching" property values

2010-09-23 Thread Carl Sorensen
On 9/23/10 4:02 AM, "Éditions IN NOMINE" wrote: > Hi list ! > I'm training some Scheme stuff, especially by rewriting basic Lily functions > in Scheme. I'm now trying to create a function that increases by 1 the degree > of the note argument. So I have to "catch" the second figure of the

How to include a file/definition temporarily?

2010-09-23 Thread Carl Sorensen
Patrick, I've loaded a patch on Rietveld that allows user-defined fretboard tables, so you can include two different tables and switch between them at will. If you don't build from git, you'll need to wait for a release. If you do, you can download the patch set now. Thanks, Carl

Re: How to include a file/definition temporarily?

2010-09-24 Thread Carl Sorensen
re welcome. When one is really familiar with the code (I'm the original author of this stuff), it doesn't usually take long to make changes. > Am 24.09.2010 um 07:12 schrieb Carl Sorensen: > >> Patrick, >> >> I've loaded a patch on Rietveld that allows u

First impressions of alpha test

2010-09-24 Thread Carl Sorensen
Keith Ohara wrote: > What are everyone's first impressions of 2.13.34, the alpha test? Thanks for the review! And especially, thanks for testing it on some old scores to make sure we don't have regressions. > The auto-beaming has changed, and seems to beam a little less often than the > old sy

Re: visual problem on two triplets in 4/4 time

2010-09-24 Thread Carl Sorensen
On 9/24/10 9:25 AM, "胡海鹏 - Hu Haipeng" wrote: > Hello, > My mother found a problem when I write continuous triplets. For example, > \time 4/4 c'4 c' \times 2/3 { c'8 d' e' } \times 2/3 { f' g' a' } > The two triplets are grouped like one sextupplet, but with two 3's. What's the > problem? Is

Re: Help needed - missing .pdf file after running lilypond sucessfully.

2010-09-26 Thread Carl Sorensen
On 9/26/10 6:49 AM, "MING TSANG" wrote: > Ian, > > Thank you. I follow your prescribed steps and my problem is resolved. Thank > you. My problem starts when I install multiple versions: v2.13.32 in default > and 2.6.5 & 2.12.3 in its own folders. v2.6.5 is the last install I did. Now > my compu

Re: chord mode: inversions & modifiers

2010-09-26 Thread Carl Sorensen
Patrick, Thanks for looking at this. I'll do a more careful look later. Here I wanted to comment on your proposed syntax changes. On 9/26/10 3:46 PM, "Patrick Schmidt" wrote: > On the last page of my pdf I make suggestions towards an > easier and more precise modifier syntax. The question m

Re: Help needed - missing .pdf file after running lilypond sucessfully.

2010-09-26 Thread Carl Sorensen
On 9/26/10 12:18 PM, "MING TSANG" wrote: > Carl, > > I mess up Mark Polesky and Carl Sorensen as Mark Sorensen. Sorry! No problem! I knew what you meant, and I'm not offended. Now Mark might be offended by having his name associated with mine... (Just kidding).

Re: font size for numbers on easyHeadOn with number

2010-09-27 Thread Carl Sorensen
On 9/27/10 8:06 AM, "MING TSANG" wrote: > Carl, > > The following is minimum lilypond code. I ran the .ly twice : one with (1) > and the other with (2). The number font size stays the same (small). > (1) \override Voice.NoteHead #'font-size = #-0.25 > (2) \override Voice.NoteHead #'fon

Re: alpha test autobeaming

2010-09-27 Thread Carl Sorensen
Keith, Thanks for an excellent report. On 9/27/10 11:51 AM, "Keith E OHara" wrote: > In "First impressions of alpha test" I wrote: > My old scores had two situations with missing beams, neither one is a > simple > regression: > > 1) swung triplets in 2/8 are not beamed. Both 2.12 and 2.13 ar

Re: How to include a file/definition temporarily?

2010-09-27 Thread Carl Sorensen
On 9/27/10 3:32 PM, "Patrick Schmidt" wrote: > > >> >> Don't feel any pressure to test my patch. I just wanted you to >> know it was >> available because you had made the feature request. It will get >> added to >> git relatively soon, and there should be a new release coming soon >> as w

Re: minor inconsistency in \paper-settings?

2010-10-03 Thread Carl Sorensen
On 10/3/10 9:57 AM, "Stefan Vollmar" wrote: > Dear all, > > if I am not mistaken, in order to have my scores in A5 format (I actually then > print that on A4 paper for a specific recital with poor light conditions) this > works fine: > > \paper{ > #(set-paper-size "a5") > page-count = 2

Re: Snippets in mailinglist (Was: Re: bad cross-staff slurs)

2010-10-03 Thread Carl Sorensen
On 10/3/10 6:36 AM, "Martin Tarenskeen" wrote: > > > > On Sun, 3 Oct 2010, Phil Holmes wrote: > >> There were a couple of errors in the snippet you posted - the version number >> should be in inverted commas "", and you >> have "arpeggi" which I assume should be arpeggio. > > I personally

Re: font size for numbers on easyHeadOn with number

2010-10-03 Thread Carl Sorensen
On 9/29/10 9:42 AM, "MING TSANG" wrote: > Carl, > > I took your code and added multi midi output for voice parts. Everything > seems working perfectly. However I applied the template to my .ly code I > cannot produce desire result. > I'm sorry to be so slow in getting back to you. It's b

Re: minor inconsistency in \paper-settings?

2010-10-05 Thread Carl Sorensen
On 10/5/10 1:47 PM, "James Wilkinson" wrote: > On 10/3/10 3:45 PM, Carl Sorensen wrote: > >> It would seem desirable to have a warning message when a non-existent >> property is set in a \paper{} block. > > Why not whenever a non-existent property is set an

Re: Problems with segnos and codas

2010-10-05 Thread Carl Sorensen
On 10/5/10 4:22 PM, "Tim Rowe" wrote: > On 5 October 2010 17:23, Xavier Scheuer wrote: > >> Yes, indeed, this is a really annoying issue. >> This kind of "LilyPond limitation" make me feel upset sometimes. > > I hardly dare ask whether there's any way to get the midi playback to > follow th

Re: chord with notes of different duration

2010-10-06 Thread Carl Sorensen
On 10/6/10 1:22 PM, "Marc Mouries" wrote: > > for practice purpose i am copying some excerpt from the Beethoven 5th > symphony. > It contains a chord where the duration of the top notes is longer than the > others. (see attached) > According to the documentation, that does not seem pos

Re: dashed span bar for ossia

2010-10-08 Thread Carl Sorensen
On 10/8/10 2:25 AM, "carbon14" wrote: > I couldn't find glyph or glyph-name listed as a property of the SpanBar in > the Internals Reference. 2.13 docs, Internals Reference 3.1.94 SpanBar lists glyph-name as part of the standard settings. Thanks, Carl _

Re: LilyPond crash (was: font size for numbers on easyHeadOn with number)

2010-10-08 Thread Carl Sorensen
On 10/8/10 6:46 AM, "MING TSANG" wrote: > I further do some testing and discover that the culprit that give me the item > #1 problem on the below email is: > > R1^\markup{Andante Graccoso} | R1 | R1 | a'1\rest \fermata | > %bar 01-04 > > I change the previous line as: > > r1^\marku

Re: duplicate dynamics on same staff

2010-10-13 Thread Carl Sorensen
On 10/12/10 2:44 PM, "James Wilkinson" wrote: > On 10/11/10 6:19 PM, James Bailey wrote: > >>> 2) In another measure the upper voice has a quarter rest followed >>> by a half note on the bottom line of the staff. The lower voice has >>> a dotted half rest. The problem here is that the half n

Re: duplicate dynamics on same staff

2010-10-13 Thread Carl Sorensen
On 10/13/10 9:49 AM, "James Bailey" wrote: > > On Oct 13, 2010, at 4:01 PM, Carl Sorensen wrote: >>> >>> Any chance the full-measure/multi-measure problem will get fixed? >> >> How can we merge a multi-measure rest with a part-measure rest? &

Re: duplicate dynamics on same staff

2010-10-19 Thread Carl Sorensen
On 10/19/10 4:19 PM, "James Wilkinson" wrote: > On 10/13/10 11:49 AM, James Bailey wrote: >> >> On Oct 13, 2010, at 4:01 PM, Carl Sorensen wrote: >>>> >>>> Any chance the full-measure/multi-measure problem will get fixed? >>> >

Re: Colliding whole notes in a default 4 voices (2x2) piece. Files attached

2010-10-25 Thread Carl Sorensen
On 10/25/10 7:36 PM, "Keith E OHara" wrote: > On Mon, 25 Oct 2010 12:04:01 -0700, Nils Gey wrote: > >> The notes are misaligned verticaly, lilypond does know this and informs me of >> this while making the pdf. >> [...]Why does this happen? >> > > The .ly file is very long and appears to be

Re: setting TabStaff.minimumFret causes MIDI channel wrap

2010-11-05 Thread Carl Sorensen
On 11/4/10 8:36 PM, "Steve Yegge" wrote: > I've been getting hundreds of these warnings in each of my music files: > > warning: MIDI channel wrapped around > warning: remapping modulo 16 I'm not sure about the source of these warnings, and I don't do any work with the MIDI code, so I'm not sure

Re: TabStaff.minimumFret on more than one TabVoice

2010-11-06 Thread Carl Sorensen
On 11/6/10 2:23 PM, "Mike Jarmy" wrote: > For a guitar score that I'm working on, I'd like to be able to specify > two TabVoices, and have a different TabStaff.minimumFret setting > active for each voice. The idea here is that the lower voice is > playing on open guitar strings, while the upper

Re: How do I reduce TupletNumber padding?

2010-11-09 Thread Carl Sorensen
On 11/9/10 3:36 PM, "James Lowe" wrote: > > I tried > >\override TupletNumber #'staff-padding = #-3 > > and > >\override Score.TupletNumber #'outside-staff-priority = ##f > > But to be honest I struggle with the IR and how to work out when to use > a \override xxx.yyy #'ZZZ = ##123 an

Re: Re : [Lyrics] Ignoring tie

2010-11-11 Thread Carl Sorensen
On 11/11/10 5:35 AM, "Phil Holmes" wrote: >> >> Yes, I know: this is what I thought. The problem is that the same notes >> are used in 2 stanzas: in one case, the tie must be ignored; not in the >> other. Here[1] the original sheet. >> >> > Where I have to do this, I use an underscore in th

<    1   2   3   4   5   6   7   8   9   10   >