Re: tablature.ly - please test and comment

2009-05-28 Thread Marc Hohl
Carl D. Sorensen schrieb: [...] I think it's better to have the duplication and the ability to switch between \tabNumbersOnly and \tabFullNotation, than to avoid the duplication, and have \tabFullNotation be a non-undoable setting. As you can see, \tabFullNotation works only locally when incl

Re: rest at beginning of music breaks vocalName

2009-05-28 Thread Wilbert Berendsen
Op donderdag 28 mei 2009, schreef Tom Dickson: > If I change the rest to a note, it prints correctly (but has an extra > note). Trying a skip and/or a g8\rest both don't work, either. > > Any ideas how to get around this? You could use \set stanza = #"1." to get the first one there. It may take

Re: Chords and relative notes

2009-05-28 Thread Francisco Vila
2009/5/28 Brandon Olivares : > Hi, > > Sorry for the stupid question, but I'm confused about something. > > If you have a chord, followed by either another note or chord that uses ' or > , to change the octave, is it relative to the last note of the chord, or to > the first? > > For instance, if I

Re: rest at beginning of music breaks vocalName

2009-05-28 Thread Wilbert Berendsen
Op donderdag 28 mei 2009, schreef Tom Dickson: > In the attached example, the "music" begins with a rest (r8) - and > vocalName and shortVocalName don't print on the first line, but do on > subsequent lines. > Any ideas how to get around this? I found an even better solution. Put the vocalName

Re: [ANN] Nederlandstalig LilyPond forum / Dutch LilyPond user forum

2009-05-28 Thread Grammostola Rosea
Wilbert Berendsen wrote: Hallo, alle Nederlands sprekende LilyPond gebruikers: Op www.lilypondforum.nl is nu een forum voor Nederlandstalige LilyPondgebruikers. Het is bedoeld om nieuwkomers ondersteuning te bieden dus ook de meer gevorderde LilyPond-gebruiker is er van harte welkom! At www.

Re: tablature.ly - please test and comment

2009-05-28 Thread Carl D. Sorensen
On 5/28/09 1:21 AM, "Marc Hohl" wrote: > Carl D. Sorensen schrieb: >> [...] >> >> I think it's better to have the duplication and the ability to switch >> between \tabNumbersOnly and \tabFullNotation, than to avoid the duplication, >> and have \tabFullNotation be a non-undoable setting. >>

Re: tablature.ly - please test and comment

2009-05-28 Thread Julian
> But still not within the tablature staff > At the moment, I don't know how to manage this. I found it, < % Dead Note \tweak #'stencil #ly:note-head::print \tweak #'glyph-name #"2cross" \tweak #'style #'special f'\1 % End of Dead Note f\4 >4 Dead note is applied only to

Re: Info about TabStaff

2009-05-28 Thread Arthur Lenoir
Thank you for your answer Toine Schreurs, It perfectly works! About using the "standard" clef, I will do it of course. Actually I discover slowly LilyPond and I'm not yet very confident with these "standard". Thank you for your comments. My program is far to be operational for now, but if you want

Info about TabStaff

2009-05-28 Thread Arthur Lenoir
Thank you for your answer Toine Schreurs, It perfectly works! About using the "standard" clef, I will do it of course. Actually I discover slowly LilyPond and I'm not yet very confident with these "standard". Thank you for your comments. My program is far to be operational for now, but if you

Re: [ANN] Nederlandstalig LilyPond forum / Dutch LilyPond user forum

2009-05-28 Thread Jan Nieuwenhuizen
Op donderdag 28-05-2009 om 13:52 uur [tijdzone +0200], schreef Grammostola Rosea: > Wilbert Berendsen wrote: > > Hallo, alle Nederlands sprekende LilyPond gebruikers: > > Ik kan me niet registreren... krijg geen email... Ik wel, zie onder Groet -- Jan. Van:LilyPondForum.NL Aan:jann...@g

Re: Info about TabStaff

2009-05-28 Thread Arthur Lenoir
Thank you for your answer Toine Schreurs, It perfectly works! About using the "standard" clef, I will do it of course. Actually I discover slowly LilyPond and I'm not yet very confident with these "standard". Thank you for your comments. My program is far to be operational for now, but if you want

Re: tablature.ly - please test and comment

2009-05-28 Thread Marc Hohl
Julian schrieb: But still not within the tablature staff At the moment, I don't know how to manage this. I found it, < % Dead Note \tweak #'stencil #ly:note-head::print \tweak #'glyph-name #"2cross" \tweak #'style #'special f'\1 % End of Dead Note f\4 4

emacs lilypond-mode

2009-05-28 Thread Thomas
Is there somebody out there working with emacs lilypond-mode?? I use the example file from the tutorial: -- \documentclass[a4paper]{article} \begin{document} Documents for @command{lilypond-book} may freely mix music and text. For example,

Re: tablature.ly - please test and comment

2009-05-28 Thread Julian
Great man! Thanks for your help ___ lilypond-user mailing list lilypond-user@gnu.org http://lists.gnu.org/mailman/listinfo/lilypond-user

Re: emacs lilypond-mode

2009-05-28 Thread James E. Bailey
Am 28.05.2009 um 22:12 schrieb Thomas: Is there somebody out there working with emacs lilypond-mode?? I use the example file from the tutorial: -- \documentclass[a4paper]{article} \begin{document} Documents for @command{lilypond-book} may freely mix music a

Re: tablature.ly - please test and comment

2009-05-28 Thread Carl D. Sorensen
On 5/28/09 7:22 AM, "Julian" wrote: >> But still not within the tablature staff >> At the moment, I don't know how to manage this. > > I found it, > > < >% Dead Note >\tweak #'stencil #ly:note-head::print >\tweak #'glyph-name #"2cross" >\tweak #'style #'special >f'\1 >

Re: tablature.ly - please test and comment

2009-05-28 Thread David Stocker
If I may chime in... This may just be a matter of editorial taste, but would it be possible to make it so the 'X' on in the Tab staff is not the musical glyph from Feta, but rather the character 'capital X' from the same font set being used for tab numbers? For example, instead of #'glyph-name

Re: tablature.ly - please test and comment

2009-05-28 Thread Julian
> Here's one way to do it: > > deadNote = > #(define-music-function (parser location note) (ly:music?) > (set! (ly:music-property note 'tweaks) > (acons 'stencil ly:note-head::print >(acons 'glyph-name "2cross" > (acons 'style 'special (ly:music-property note

Re: tablature.ly - please test and comment

2009-05-28 Thread Carl D. Sorensen
On 5/28/09 6:28 PM, "David Stocker" wrote: > If I may chime in... > > This may just be a matter of editorial taste, but would it be possible > to make it so the 'X' on in the Tab staff is not the musical glyph from > Feta, but rather the character 'capital X' from the same font set being > us

Re: Tempo mark alignment

2009-05-28 Thread Andrew Hawryluk
On Wed, May 27, 2009 at 2:01 PM, Neil Puttock wrote: > Adding the context property to switch between the two alignments was a > quick hack with a serious limitation: if set to align with note > columns, tempo marks disappear completely when attached to > multi-measure rests. > > A proper solution

Re: Petrucci-like spacing?

2009-05-28 Thread Wilbert Berendsen
Op dinsdag 26 mei 2009, schreef Henning Plumeyer: > I would like to have a more dense horizontal spacing in the 3/1 sections > (where the music normally is pretty fast) than in the 2/2 sections. You could place a \newSpacingSection command at the start of a section where the average length of the