Re: Cannot correctly code this rhythm...

2009-02-17 Thread M Watts
M Watts wrote: Mats Bengtsson wrote: RandomLilyPondUser wrote: http://www.nabble.com/file/p22066496/snip.png One more question - how do I make a staff with only one line with notes above and below like that? Rhythmicstaff only allows notes on the line, on my drumstaff, I tried \overrid

Re: Cannot correctly code this rhythm...

2009-02-17 Thread M Watts
Mats Bengtsson wrote: RandomLilyPondUser wrote: http://www.nabble.com/file/p22066496/snip.png One more question - how do I make a staff with only one line with notes above and below like that? Rhythmicstaff only allows notes on the line, on my drumstaff, I tried \override Staff.StaffSy

Re: Combining marks

2009-02-17 Thread nick . payne
BODY { font-family:Arial, Helvetica, sans-serif;font-size:12px; } At the cost of manually counting what rehearsal mark you are up to: % version "2.12.2" fillbar = repeat unfold 8 {c8} relative c'' { fillbar mark default fillbar mark markup bold "(B) A little slower"

Re: How to put a fermata below a full-measure rest

2009-02-17 Thread Herbert Niemeyer
Hi, have a look at http://lsr.dsi.unimi.it/LSR/Item?id=10 and http://lilypond.org/doc/v2.12/Documentation/user/lilypond/The-Feta-font#The-Feta-font hope that helps Herbert Ted Hopp wrote: I'm fairly new to LilyPond and I'm wondering if there is a recommended way to put a fermata below a full-

How to put a fermata below a full-measure rest

2009-02-17 Thread Ted Hopp
I'm fairly new to LilyPond and I'm wondering if there is a recommended way to put a fermata below a full-measure rest. I tried: R_\fermataMarkup which put it in the right place but did not invert it (it still opening downward). I also tried: << { R } \\ { s_\fermata } >> which sort of worke

Re: clef visibility at a line break

2009-02-17 Thread Michael Lauer
Tao Cumplido gmx.net> writes: > > Hi all, > > I have a clef change at a line break and would like to make the smaller changing clef, that is shown just before > the break, invisible. > \set Staff.explicitClefVisibility = #end-of-line-invisible __

clef visibility at a line break

2009-02-17 Thread Tao Cumplido
Hi all, I have a clef change at a line break and would like to make the smaller changing clef, that is shown just before the break, invisible. I tried to ovverride the 'break-visibility property for the Clef object but the only way that'd make sense to me is already the standard setting. Setting

Re: Crash: Midi and Instrument_name_engraver in StaffGroup (was Re: TAB question -- frescobaldi tab support)

2009-02-17 Thread Jonathan Kulp
Comments at end... Trevor Daniels wrote: This looks like a bug. An attempt to add the Instrument_name_engraver to a StaffGroup context *and* produce MIDI output causes a Crash under Vista. Doing either separately is fine. Here's a minimal example: \version "2.12.2" \score { \new StaffGroup

Re: Total invisibility

2009-02-17 Thread James E. Bailey
El 18.02.2009, a las 00:57, Gilles Sadowski escribió: Hi. I'd like a "Voice" to be totally invisible (i.e. taking up no space) while retaining midi output. Then don't include it in the \score block with a \layout. You can have multiple \score blocks in a file. \score { \new Staff

Re: Crash: Midi and Instrument_name_engraver in StaffGroup (was Re: TAB question -- frescobaldi tab support)

2009-02-17 Thread Jonathan Kulp
Trevor Daniels wrote: This looks like a bug. An attempt to add the Instrument_name_engraver to a StaffGroup context *and* produce MIDI output causes a Crash under Vista. Doing either separately is fine. Here's a minimal example: \version "2.12.2" \score { \new StaffGroup \with { \consists I

Re: Total invisibility

2009-02-17 Thread Gilles Sadowski
Hi. >> I'd like a "Voice" to be totally invisible (i.e. taking up no space) >> while >> retaining midi output. > > Then don't include it in the \score block with a \layout. You can have > multiple \score blocks in a file. > \score { > \new Staff {\bagpipeMusic} > \layout {} > } > \sc

Combining marks

2009-02-17 Thread Anthony W. Youngman
I'm wanting to combine a rehearsal mark and an instruction, like say "(15) A little slower". The only snag is, you can't put multiple marks on a barline, and attaching the text to notes doesn't seem to be working for me. I've found the LSR snippet that combines rehearsal and eg coda marks, bu

Crash: Midi and Instrument_name_engraver in StaffGroup (was Re: TAB question -- frescobaldi tab support)

2009-02-17 Thread Trevor Daniels
This looks like a bug. An attempt to add the Instrument_name_engraver to a StaffGroup context *and* produce MIDI output causes a Crash under Vista. Doing either separately is fine. Here's a minimal example: \version "2.12.2" \score { \new StaffGroup \with { \consists Instrument_name_engrave

Re: decrescendo ends too early

2009-02-17 Thread chip
Disregard, I found the override Hairpin property and it's working as it should now. -- Chip PS, No one have replied to my other thread about a error in jedit/lilytool. chip wrote: I have a decrescendo coded like this, in 2/4 time, 2 measures - a2~\> a2\! problem is the decrescendo ends at th

Re: Cannot correctly code this rhythm...

2009-02-17 Thread James E. Bailey
El 18.02.2009, a las 00:05, Mats Bengtsson escribió: RandomLilyPondUser wrote: http://www.nabble.com/file/p22066496/snip.png One more question - how do I make a staff with only one line with notes above and below like that? Rhythmicstaff only allows notes on the line, on my drumstaff, I tri

Re: Total invisibility

2009-02-17 Thread James E. Bailey
El 18.02.2009, a las 00:16, Gilles Sadowski escribió: Hi. I'd like a "Voice" to be totally invisible (i.e. taking up no space) while retaining midi output. Then don't include it in the \score block with a \layout. You can have multiple \score blocks in a file. \score { \new Sta

decrescendo ends too early

2009-02-17 Thread chip
I have a decrescendo coded like this, in 2/4 time, 2 measures - a2~\> a2\! problem is the decrescendo ends at the end of the first measure, not the end of the second measure as it appears it should. What do I do to get the decrescendo to end at the end of the second measure? -- Chip ___

RE: Total invisibility

2009-02-17 Thread Ed Ardzinski
> From: gil...@harfang.homelinux.org > I'd like a "Voice" to be totally invisible (i.e. taking up no space) while > retaining midi output. I'll have to preface by stating I use a pre-historic version, but I think what you have to do is have 2 separate score blocks - one for visual output wit

Total invisibility

2009-02-17 Thread Gilles Sadowski
Hi. I'd like a "Voice" to be totally invisible (i.e. taking up no space) while retaining midi output. The purpose is to add the drone to a bagpipe part. Currently I've done something like the attached file. The problem is that the "\drone" takes space and pushes the violin staff downwards. Also (

Re: Cannot correctly code this rhythm...

2009-02-17 Thread Mats Bengtsson
RandomLilyPondUser wrote: http://www.nabble.com/file/p22066496/snip.png One more question - how do I make a staff with only one line with notes above and below like that? Rhythmicstaff only allows notes on the line, on my drumstaff, I tried \override Staff.StaffSymbol #'line-count = #1

Re: Cannot correctly code this rhythm...

2009-02-17 Thread RandomLilyPondUser
http://www.nabble.com/file/p22066496/snip.png One more question - how do I make a staff with only one line with notes above and below like that? Rhythmicstaff only allows notes on the line, on my drumstaff, I tried \override Staff.StaffSymbol #'line-count = #1 but it did nothing. Any

Re: Cannot correctly code this rhythm...

2009-02-17 Thread M Watts
RandomLilyPondUser wrote: http://www.nabble.com/file/p22066496/snip.png Can anyone draw this basic triplet rhythm in lilypond? The extra notation (flams, rolls, etc) can be disregarded. Try: \version "2.12.2" qBeam = { #(override-auto-beam-setting '(end 1 8 * *) 1 4 'Staff)

Re: Cannot correctly code this rhythm...

2009-02-17 Thread Tao Cumplido
Hi, you have several errors in your code. Your basic rhythmic error is this one: \times 2/3 { sn8. toml16 } This wil print a dotted eighth and a sixteenth but only with 2/3rds of its original duration, which means that in total you only have two units of an eighth note triplet. In your example

Re: TAB question -- frescobaldi tab support

2009-02-17 Thread Grammostola Rosea
Daniel Hulme wrote: On Tue, Feb 17, 2009 at 10:25:19PM +0100, Grammostola Rosea wrote: My default Debian lenny version, works ok. But how do I install the newest lilypond on Debian testing? When I install the sh script, it doesn't work properly. In what way? Please give any error mess

Re: TAB question -- frescobaldi tab support

2009-02-17 Thread Daniel Hulme
On Tue, Feb 17, 2009 at 10:25:19PM +0100, Grammostola Rosea wrote: > My default Debian lenny version, works ok. But how do I install the > newest lilypond on Debian testing? > When I install the sh script, it doesn't work properly. In what way? Please give any error messages. > When I want to in

Re: Cannot correctly code this rhythm...

2009-02-17 Thread RandomLilyPondUser
http://www.nabble.com/file/p22067024/snip2.png Thanks for the quick reply, it worked a charm! I can't believe how easy that was, I had spent nearly an hour trying to figure it out %-| James E. Bailey-3 wrote: > > I used this code to get the output. I've never used drummode, so I > don't kno

Re: Cannot correctly code this rhythm...

2009-02-17 Thread James E. Bailey
I used this code to get the output. I've never used drummode, so I don't know anything about it, and like you said, I left off the acciaccature, but I could put them in if it's really necessary. \version "2.12.2" \transpose c c' { \time 3/4 c8[ c] \times 2/3 {c16 c c} c16. c32 \times 2

Re: TAB question -- frescobaldi tab support

2009-02-17 Thread Grammostola Rosea
Grammostola Rosea wrote: Grammostola Rosea wrote: Grammostola Rosea wrote: Wilbert Berendsen wrote: Op vrijdag 13 februari 2009, schreef Grammostola Rosea: Wilbert Berendsen wrote: Op vrijdag 13 februari 2009, schreef Grammostola Rosea: When I use a template in Frescobaldi for electr

Cannot correctly code this rhythm...

2009-02-17 Thread RandomLilyPondUser
http://www.nabble.com/file/p22066496/snip.png I cannot, for the life of me, code that correctly. I have been able to get the first section coded: qBeam = { #(override-auto-beam-setting '(end 1 8 * *) 1 4 'Staff) #(override-auto-beam-setting '(end 1 8 * *) 2 4 'Staff) #(override-auto-be

Re: strange programming error for strange glyph

2009-02-17 Thread Tim Slattery
hhpmu...@163.com wrote: >Hello, > This file is my orchestration assignment. But I can't continue, because... > Please see the programming errors in the log file. I looked through the > file, but it seems no error. What's wrong with my file? > programming error: FT_Get_Glyph_Name () error: inval

Re: appending text files to end of score

2009-02-17 Thread James E. Bailey
No, there is nothing lilypond cannot do. Lookup \wordwrap in the markup section on Align. El 17.02.2009, a las 19:17, Rob Canning escribió: James E. Bailey said : Ha! who knew what features lilypond has! \verbatim-file. It's in the markup section under other. wow yes - is there anything li

Re: Persian musical koron and sori

2009-02-17 Thread Kees van den Doel
- Original Message - From: Graham Breed Date: Tuesday, February 17, 2009 2:06 am Subject: Re: Persian musical koron and sori To: Kees van den Doel Cc: Behnam Rassi , Hans Aberg , lilypond > Kees van den Doel wrote: > > Hi Folks, > > > > I made an init file "persian.ly" with support

Re: Drum writing...is there a way to save and recall custom commands?

2009-02-17 Thread Daniel Hulme
On Tue, Feb 17, 2009 at 10:13:55AM -0800, RandomLilyPondUser wrote: > > Thanks, that worked! I am new at lilypond, so sorry for the basic questions > (I did browse the documentation, btw), Good for you. Most users find that the quickest way to get started with Lilypond is to quickly read the Lea

Re: appending text files to end of score

2009-02-17 Thread Rob Canning
James E. Bailey said : > Ha! who knew what features lilypond has! \verbatim-file. It's in the > markup section under other. wow yes - is there anything lilypond cant do :) ok how about this... when i use verbatim-file my file is many pages long but with verbatim-file it just rolls off the bott

Re: Drum writing...is there a way to save and recall custom commands?

2009-02-17 Thread RandomLilyPondUser
Thanks, that worked! I am new at lilypond, so sorry for the basic questions (I did browse the documentation, btw), but could somebody give me a quick crash course in variables, for example, instead of the final sn hit being a quarter note (sn4), say I wanted to make it a variable to change, so wr

Re: also, lyric help

2009-02-17 Thread Trevor Daniels
James, you wrote Tuesday, February 17, 2009 5:26 PM Of course I had to finish engraving a piece of music where I had to have 22 lyrics contexts because I couldn't figure a neat way of keeping the proper voice contexts alive in order to figure out a way to actually keep the voice contexts a

Re: appending text files to end of score

2009-02-17 Thread James E. Bailey
Ha! who knew what features lilypond has! \verbatim-file. It's in the markup section under other. El 17.02.2009, a las 18:31, Rob Canning escribió: hello, i want to insert a couple of pages at the end of the score that include my lilypond source code - is there a way to do this? would be nic

Re: Drum writing...is there a way to save and recall custom commands?

2009-02-17 Thread Toine Schreurs
You have to add drummode. snflam = \drummode { \override Stem #'length = #4 \acciaccatura {sn8} \revert Stem #'length sn4 } > Thanks, I've tried using these variables, but the file won't build, I get a > C:/Users/Master/Desktop/Drum Scores/test.ly:14:15: error: syntax error, > unexpected

appending text files to end of score

2009-02-17 Thread Rob Canning
hello, i want to insert a couple of pages at the end of the score that include my lilypond source code - is there a way to do this? would be nice to distribute the code.ly with the score - also the GPL licence etc. i realise it can be done with a markup but i would rather not include a copy of

Re: also, lyric help

2009-02-17 Thread James E. Bailey
El 14.02.2009, a las 17:35, Trevor Daniels escribió: James E. Bailey wrote Wednesday, February 11, 2009 11:38 AM El 11.02.2009, a las 12:10, Trevor Daniels escribió: James E. Bailey wrote Wednesday, January 07, 2009 10:28 AM Am 07.01.2009 um 11:06 schrieb Graham Percival: On Tue, Jan 06

Re: Drum writing...is there a way to save and recall custom commands?

2009-02-17 Thread RandomLilyPondUser
Thanks, I've tried using these variables, but the file won't build, I get a C:/Users/Master/Desktop/Drum Scores/test.ly:14:15: error: syntax error, unexpected STRING \acciaccatura { sn8} C:/Users/Master/Desktop/Drum Scores/test.ly:16:0: error: syntax error, unexpected STRING sn4

Re: Drum writing...is there a way to save and recall custom commands?

2009-02-17 Thread Jonathan Kulp
RandomLilyPondUser wrote: I'm writing drum scores, and it takes a lot of copy and pasting for flams, ruffs, and gracenotes. For example, every time I need a flam, I have to paste this entire code: \override Stem #'length = #4 \acciaccatura {sn8} \revert Stem #'length sn4 is there a way I can ma

Re: Drum writing...is there a way to save and recall custom commands?

2009-02-17 Thread David Bobroff
RandomLilyPondUser wrote: I'm writing drum scores, and it takes a lot of copy and pasting for flams, ruffs, and gracenotes. For example, every time I need a flam, I have to paste this entire code: \override Stem #'length = #4 \acciaccatura {sn8} \revert Stem #'length sn4 is there a way I can ma

Re: strange programming error for strange glyph

2009-02-17 Thread Marek Klein
Hi, lines 112 and 117, instead: { "Clarinet in B" \smaller \flat I" } should be: { "Clarinet in B" \smaller \flat "I" } -- Marek Klein http://gregoriana.sk 2009/2/17 > Hello, > This file is my orchestration assignment. But I can't continue, > because... Please see the programming errors in

Drum writing...is there a way to save and recall custom commands?

2009-02-17 Thread RandomLilyPondUser
I'm writing drum scores, and it takes a lot of copy and pasting for flams, ruffs, and gracenotes. For example, every time I need a flam, I have to paste this entire code: \override Stem #'length = #4 \acciaccatura {sn8} \revert Stem #'length sn4 is there a way I can make a pointer to the code so

strange programming error for strange glyph

2009-02-17 Thread hhpmusic
Hello, This file is my orchestration assignment. But I can't continue, because... Please see the programming errors in the log file. I looked through the file, but it seems no error. What's wrong with my file? Haipeng \version "2.12.2" #(set-default-paper-size "a4") \header { tagline =

Re: LPT: Autocomplete problem

2009-02-17 Thread Bertalan Fodor (LilyPondTool)
I know this, it happens to me with non-English keyboard layout. Is it true for your users as well? Please file a bug on sf.net/lily4jedit Thanks, Bert Francisco Vila wrote: Here is another possible bug of LilyPondTool, related to the autocomplete feature. Some Windows users reported that the

Re: Space confueses LPT insert point

2009-02-17 Thread Bertalan Fodor (LilyPondTool)
I thought I've already fixed it. Francisco Vila wrote: Hi all, especially to Bertalan and LilyPondTool users. I don't remember if this bug was discussed here, but if you select an articulation from the menu, it is inserted in a wrong column when the caret is not right next to a note. for examp

LPT: Autocomplete problem

2009-02-17 Thread Francisco Vila
Here is another possible bug of LilyPondTool, related to the autocomplete feature. Some Windows users reported that the stroke of the backslash key produces automatic (and undesired) insertion of a previous defined variable name, instead of a list of autocompletion candidates. Then I have experie

Space confueses LPT insert point

2009-02-17 Thread Francisco Vila
Hi all, especially to Bertalan and LilyPondTool users. I don't remember if this bug was discussed here, but if you select an articulation from the menu, it is inserted in a wrong column when the caret is not right next to a note. for example let's have a[space]b[caret][space]c then choose art

Re: Persian musical koron and sori

2009-02-17 Thread Graham Breed
Kees van den Doel wrote: Hi Folks, I made an init file "persian.ly" with support for Persian accidentals and scale signatures. The only thing missing is correct glyphs for koron and sori. I include it below. You don't want glyphs. You want strings, because we're not expecting a music font,

Re: [ANN] LilyPondTool-2.12-r2 released

2009-02-17 Thread Risto Vääräniemi
2009/2/17 Bertalan Fodor (LilyPondTool) : > Oh, never thought of it :-) > > Could you create a bug tracker on http://sf.net/projects/lily4jedit? Ok. It's there now. -Risto > Risto Vääräniemi wrote: >> >> Hi, >> >> I just noticed that the opening the generated PDF file in an external >> viewer ha

Re: [ANN] LilyPondTool-2.12-r2 released

2009-02-17 Thread Bertalan Fodor (LilyPondTool)
Oh, never thought of it :-) Could you create a bug tracker on http://sf.net/projects/lily4jedit? Thanks, Bert Risto Vääräniemi wrote: Hi, I just noticed that the opening the generated PDF file in an external viewer has a small flaw. On Windoze machines LPTool starts the default PDF viewer (u