Jianpu script vs. full-bar rests

2013-03-30 Thread James Harkins
Hi, Is anyone working with Silas Brown's jianpu-ly.py script? [1] I'm wondering if anyone has modified it to provide a way to escape part of the input text and embed Lilypond code literally. The documentation (on the webpage) doesn't describe how to handle, for instance, multi-measure rests. So

Re: NR and allocating tweak command to variable

2013-03-30 Thread Colin Hall
David Kastrup writes: Nick Payne nick.pa...@internode.on.net writes: I was trying to allocate a tweak command to a variable and eventually managed to get it to work after finding what I needed by a search of the lilypond-user archives (

[OT] name of 1/256 note?

2013-03-30 Thread Federico Bruni
I'm translating the Denemo .po file and I've found a note value of 1/256 There's an english name for it? I couldn't find it anywhere.. Thanks Federico ___ lilypond-user mailing list lilypond-user@gnu.org

Re: [OT] name of 1/256 note?

2013-03-30 Thread Olivier Biot
On Sat, Mar 30, 2013 at 12:22 PM, Federico Bruni fedel...@gmail.com wrote: I'm translating the Denemo .po file and I've found a note value of 1/256 There's an english name for it? I couldn't find it anywhere.. Indeed, not even on Wikipedia. from Wikipedia: In order of halving duration, we

Re: [OT] name of 1/256 note?

2013-03-30 Thread Nick Payne
If you actually want to name it, it should be a demisemihemidemisemiquaver. You start with a quaver being an eighth note, and then add semi, then demi, and then hemi in turn each time you halve the note value (and repeating those three dividers in the same order as needed to arrive at the

Re: [OT] name of 1/256 note?

2013-03-30 Thread Federico Bruni
2013/3/30 Nick Payne nick.pa...@internode.on.net If you actually want to name it, it should be a demisemihemidemisemiquaver. You start with a quaver being an eighth note, and then add semi, then demi, and then hemi in turn each time you halve the note value (and repeating those three dividers

Re: [OT] name of 1/256 note?

2013-03-30 Thread luis jure
on 2013-03-30 at 12:44 Federico Bruni wrote: Apparently it has a very different meaning in spanish: http://es.wikipedia.org/wiki/Semifusa i don't know if the is relevant to the thread, but that's right, in spanish fusa is 1/32 and semifusa 1/64. 1/128 is garrapatea and 1/256 is

Re: Tempo marking pushes rehearsal mark far above the staff

2013-03-30 Thread Kieren MacMillan
Hi Keith, both MetronomeMark and RehearsalMark need to have space reserved. If any two grobs have space reserved, will collision avoidence always be accomplished horizontally? There are many times I don't like the fact that Lilypond's default is to push grobs along a vertical axis… I always

Re: [OT] name of 1/256 note?

2013-03-30 Thread Thomas Morley
2013/3/30 luis jure l...@internet.com.uy i only heard those names in theory class when i was a student, more than 30 years ago. Found some examples. Attached small clips of them: image-1.png (with printed notes up to 2048th) from

Re: [OT] name of 1/256 note?

2013-03-30 Thread Thomas Morley
2013/3/30 Thomas Morley thomasmorle...@googlemail.com 2013/3/30 Thomas Morley thomasmorle...@googlemail.com 2013/3/30 luis jure l...@internet.com.uy i only heard those names in theory class when i was a student, more than 30 years ago. Found some examples. Attached small clips

Re: Tempo marking pushes rehearsal mark far above the staff

2013-03-30 Thread Janek Warchoł
Hi, On Sat, Mar 30, 2013 at 2:20 PM, Kieren MacMillan kieren_macmil...@sympatico.ca wrote: both MetronomeMark and RehearsalMark need to have space reserved. If any two grobs have space reserved, will collision avoidence always be accomplished horizontally? There are many times I don't like

Re: Tempo marking pushes rehearsal mark far above the staff

2013-03-30 Thread Janek Warchoł
Hi, On Sat, Mar 30, 2013 at 6:23 PM, Kieren MacMillan kieren_macmil...@sympatico.ca wrote: In all seriousness: I've broached the subject with Mike S (in his role as my developer for hire), and he seems to think it might be too complex. I want each grob to have settings which: 1. give

Re: no braces or brackets (quitar paréntesis)

2013-03-30 Thread sololili
1. I tried to make an optical music recognition with lilypond output some long ago. I finished the lilypond part. I cannot remember even how I did it. These are the input file and the output file for a bass line. 1. Intenté hacer un programa de reconocimiento de música pero lo dejé. Sí que

Re: [OT] name of 1/256 note?

2013-03-30 Thread Nick Payne
On 31/03/13 01:00, Thomas Morley wrote: 2013/3/30 Thomas Morley thomasmorle...@googlemail.com mailto:thomasmorle...@googlemail.com 2013/3/30 Thomas Morley thomasmorle...@googlemail.com mailto:thomasmorle...@googlemail.com 2013/3/30 luis jure l...@internet.com.uy

Re: [OT] name of 1/256 note?

2013-03-30 Thread Francisco Vila
2013/3/30 luis jure l...@internet.com.uy on 2013-03-30 at 12:44 Federico Bruni wrote: Apparently it has a very different meaning in spanish: http://es.wikipedia.org/wiki/Semifusa i don't know if the is relevant to the thread, but that's right, in spanish fusa is 1/32 and semifusa 1/64.

Re: [OT] name of 1/256 note?

2013-03-30 Thread Urs Liska
No, it can't. There are also strange errors when a transposition would result in triple accidentals. Urs Nick Payne nick.pa...@internode.on.net schrieb: On 31/03/13 01:00, Thomas Morley wrote: 2013/3/30 Thomas Morley thomasmorle...@googlemail.com mailto:thomasmorle...@googlemail.com

forcing a specific notehead glyph

2013-03-30 Thread luis jure
hello list, i created a custom drum staff, where the bass drum uses the laThin note head (simplified example, not my actual staff): \version 2.17.14 #(define mydrums '( (bassdrum laThin #f -1) )) \new DrumStaff \with { \override StaffSymbol #'line-count = #2 drumStyleTable =

Re: forcing a specific notehead glyph

2013-03-30 Thread Thomas Morley
2013/3/30 luis jure l...@internet.com.uy hello list, i created a custom drum staff, where the bass drum uses the laThin note head (simplified example, not my actual staff): \version 2.17.14 #(define mydrums '( (bassdrum laThin #f -1) )) \new DrumStaff \with { \override

Removing the start or the end of some music

2013-03-30 Thread Mathieu Huiban
Dear all, I was looking how to easily remove some notes at the beginning or at the end of music. Thanks to the wonderful \extractMusic script (thank you Gilles !), it can be done with a few lines. HTH, Mathieu %%% \version 2.16.1 \include extractMusic.ly %% See

Re: forcing a specific notehead glyph

2013-03-30 Thread luis jure
on 2013-03-31 at 03:04 Thomas Morley wrote: It sets 'duration-log 0 if the NoteHead is 'laThin _and_ if it is caused by using 'bassdrum. hi, thank you very much for your code, this is a much more clever solution. unfortunately, when i try to run it with LilyPond 2.17.14 i get this error